1. 19 Sep, 2009 13 commits
    • Sam Lantinga's avatar
      Removed outdated Nano-X support · b02edf20
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403815
      b02edf20
    • Sam Lantinga's avatar
      Removed outdated OS/2 support · 351e3d48
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403814
      351e3d48
    • Sam Lantinga's avatar
      Removed outdated Dreamcast support · 232c7472
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403813
      232c7472
    • Sam Lantinga's avatar
      Oh yeah, this file is gone · 6ecdaa1f
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403812
      6ecdaa1f
    • Sam Lantinga's avatar
      NASM is no longer used in SDL 1.3 · 1b4fd86d
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403811
      1b4fd86d
    • Sam Lantinga's avatar
      Removed outdated OS/2 support · 76d2bc3e
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403810
      76d2bc3e
    • Sam Lantinga's avatar
      Removed outdated iPodLinux support · 303667b4
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403809
      303667b4
    • Sam Lantinga's avatar
      testsprite2 should be pixel correct on Direct3D now. · 207c39a9
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403808
      207c39a9
    • Sam Lantinga's avatar
      More test coverage · a5b7ba39
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403807
      a5b7ba39
    • Sam Lantinga's avatar
      Added more tests for the different primitive types · 117273ed
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403806
      117273ed
    • Sam Lantinga's avatar
      Fixed bug #783 · 1d966b1f
      Sam Lantinga authored
      Fixed coordinate positioning with OpenGL renderer, and added a test case
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403805
      1d966b1f
    • Sam Lantinga's avatar
      Removing old CD-ROM header reference · d5844487
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403804
      d5844487
    • Sam Lantinga's avatar
      Stefan Ullinger · 3c3ba9eb
      Sam Lantinga authored
      Hi,
      
      so here we go: GL_LINE_SMOOTH bad for business! ;)
      
      I checked the code within SDL_renderer_gl.c / GL_CreateRenderer(..)
      and have found the reason for blurred lines when using OpenGL.
      I have attached 2 images here.
      I don't know whether this has to be changed and I don't know if there
      is an option to turn it off/on...just wanted to say that with GL_LINE_SMOOTH
      enabled there is a difference when rendering with opengl compared to directx.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403803
      3c3ba9eb
  2. 17 Sep, 2009 1 commit
    • Bob Pendleton's avatar
      The new, cleaner, version of the atomic operations. The dummy code is what you... · 11921a8b
      Bob Pendleton authored
      The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops.
      The linux code appears to be complete and *should* be the base of all Unix and GCC based versions. The macosx and win32 versions
      are currently just copies of the dummy code. I will begin working on the windows version as soon as this check in is done. I
      need someone to work on the Mac OS X version.
      
      I'm afraid that this check in will break QNX (Sorry!)
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403802
      11921a8b
  3. 07 Sep, 2009 4 commits
  4. 06 Sep, 2009 3 commits
  5. 05 Sep, 2009 14 commits
  6. 20 Aug, 2009 1 commit
    • Sam Lantinga's avatar
      Fix suggested by Bob · 50290516
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403767
      50290516
  7. 18 Aug, 2009 1 commit
    • Sam Lantinga's avatar
      David Carre to Sam · 5f97d85c
      Sam Lantinga authored
      When i call the "SDL_Quit()" function, it call the func "SDL_QuitSubSystem(SDL_INIT_EVERYTHING)", which call the "SDL_VideoQuit()" function.
      
      It's where i'm lost, this function "SDL_VideoQuit()" will recall the "SDL_Quit()" function (i don't find where it is called), which in turn recall the "SDL_QuitSubSystem(SDL_INIT_EVERYTHING)", which in turn recall "SDL_VideoQuit()", which cause a "double free" seg fault since it has been already called.
      
      I have set the num_displays to 0 instead of 1, so it wont free it twice in the videoquit function loop.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403766
      5f97d85c
  8. 11 Aug, 2009 3 commits