1. 01 Apr, 2002 1 commit
  2. 31 Mar, 2002 4 commits
  3. 30 Mar, 2002 4 commits
  4. 28 Mar, 2002 1 commit
    • Sam Lantinga's avatar
      Date: Thu, 28 Mar 2002 09:20:03 +0200 · 9ddae6ea
      Sam Lantinga authored
      From: "Mike Gorchak" <mike@malva.ua>
      Subject: New QNX patch.
      
      Hi !
      
      1. Removed warning (possible bug) with invalid type, passing to the function
      in ph_WarpedMotion.
      2. Rewritten handler of Ph_WM_RESIZE message, now works, but buggy (old
      handler doesn't work at all).
      3. Added stub handler for Ph_WM_MAX (maximize) message.
      4. Added more #ifdef HAVE_OPENGL to disable OpenGL stuff when it not needed.
      5. Added support for SDL_NOFRAME and SDL_RESIZABLE flags (in OpenGL windows
      too).
      6. Added cosmetic changes, if no SDL_RESIZABLE flag defined, disable resize
      handlers in window border and maximize button at caption.
      7. Fixed my bug with invalid arguments count passed to PtCreateWidget call.
      8. Fixed some palette problems.
      9. Updated README.QNX file.
      
      And I changed testgl.c test application:
      
      10. Added in testgl.c application support for SDL_NOFRAME flag and
      option -noframe.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40321
      9ddae6ea
  5. 26 Mar, 2002 1 commit
  6. 24 Mar, 2002 2 commits
  7. 23 Mar, 2002 2 commits
    • Sam Lantinga's avatar
      Added UNIX RDTSC code by Lompak (disabled by default) · fa7913f2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40317
      fa7913f2
    • Sam Lantinga's avatar
      Date: Sat, 23 Mar 2002 13:53:37 +0200 · b553c23e
      Sam Lantinga authored
      From: "Mike Gorchak" <mike@malva.ua>
      Subject: Big QNX patch again.
      
      Added 8bit palette emulation code for window mode with bpp>=15.
      Added store/restore original palette for 8bit modes.
      Added more information about photon API call fails.
      Rewroten change palette code, slow but works.
      Fixed bug with set caption before window was inited.
      Fixed bugs with some initial state of variables.
      Fixed bug with storing old video mode settings.
      Fixed bug with switching to fullscreen mode and back.
      Fixed few double SEGFAULTS during parachute mode.
      Removed compilation warning with no PgWaitHWIdle prototype.
      Removed pack of dead unusable code.
      Cleanups SDL_PrivateVideoData structure, some headers.
      Some code formatting.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40316
      b553c23e
  8. 22 Mar, 2002 1 commit
  9. 20 Mar, 2002 4 commits
    • Sam Lantinga's avatar
      *** empty log message *** · 74c1e3ca
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40314
      74c1e3ca
    • Sam Lantinga's avatar
      Used the glext.h from the SGI sample implementation · 7bee0cae
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40313
      7bee0cae
    • Sam Lantinga's avatar
      Date: Fri, 15 Mar 2002 18:24:59 GMT+1 · 324818b5
      Sam Lantinga authored
      From: Patrice Mandin <pmandin@caramail.com>
      Subject: [SDL] [PATCH] Atari port, bug in xbios driver driver
      
      Hello,
      This patch correct a stupid mistake in the FlipHWSurface
      function, where I forgot to update surface->pixels when
      using a double buffered surface.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40312
      324818b5
    • Sam Lantinga's avatar
      Blit bug fix from John Popplewell · d551e642
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40311
      d551e642
  10. 11 Mar, 2002 1 commit
  11. 10 Mar, 2002 5 commits
  12. 07 Mar, 2002 2 commits
  13. 06 Mar, 2002 8 commits
  14. 05 Mar, 2002 2 commits
  15. 02 Mar, 2002 1 commit
    • Sam Lantinga's avatar
      Date: Thu, 21 Feb 2002 09:18:24 +0200 · 84075e73
      Sam Lantinga authored
      From: "Mike Gorchak" <mike@malva.ua>
      Subject: Re: Patches for QNX RtP again.
      
      SDL_ph_image.c   - Added OpenGL update functions - fixed some application
      crashes.
                         Some dead code removed, reformatting some functions.
      SDL_ph_image_c.h - Added OpenGL update function prototype.
      SDL_ph_video.c   - Added GL_GetAttribute and GL_SetAttribute functions
                         with next supported flags: SDL_GL_DOUBLEBUFFER,
                         SDL_GL_STENCIL_SIZE, SDL_GL_DEPTH_SIZE
                         GetWMInfo function (stub) has been implemented by me,
                         but not listed in device structure - fixed.
      SDL_ph_wm.c      - fixed warning 'no return in non-void function'.
      README.QNX       - Updating readme. Some spellcheck. ;-)
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40292
      84075e73
  16. 01 Mar, 2002 1 commit