1. 04 Jun, 2007 1 commit
  2. 03 Jun, 2007 1 commit
  3. 31 May, 2007 1 commit
  4. 29 May, 2007 1 commit
  5. 27 May, 2007 1 commit
  6. 26 May, 2007 2 commits
  7. 22 May, 2007 1 commit
    • Ryan C. Gordon's avatar
      Date: Wed, 23 May 2007 00:39:47 +0300 · 58207d9e
      Ryan C. Gordon authored
      From: "Eyal Lotem"
      To: "SDL Mailing List" <sdl@lists.libsdl.org>
      Subject: [SDL] Bug in GL_SWAP_CONTROL extension name.
      
      The checked extension name is incorrect.
      The attached patch fixes it to the correct name.
      
      I don't think that under any setup, this extension name was ever
      correct, which is why its not OR'd against the old check.
      
      This fixes the "tear effect" (vsync problems) I had here with nVidia
      GLX drivers.
      
      Eyal
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402311
      58207d9e
  8. 04 Apr, 2007 4 commits
  9. 01 Apr, 2007 1 commit
  10. 30 Mar, 2007 1 commit
  11. 27 Mar, 2007 1 commit
  12. 18 Mar, 2007 1 commit
  13. 14 Mar, 2007 1 commit
  14. 20 Feb, 2007 2 commits
  15. 15 Feb, 2007 2 commits
  16. 14 Feb, 2007 2 commits
  17. 13 Feb, 2007 2 commits
  18. 12 Feb, 2007 2 commits
  19. 08 Feb, 2007 1 commit
  20. 03 Feb, 2007 1 commit
  21. 23 Jan, 2007 1 commit
    • Sam Lantinga's avatar
      Updated svn repository · 80ae5447
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402253
      80ae5447
  22. 05 Jan, 2007 1 commit
  23. 08 Dec, 2006 2 commits
  24. 01 Dec, 2006 1 commit
    • Ryan C. Gordon's avatar
      From: Torsten Giebl · 391d73e3
      Ryan C. Gordon authored
      Subject: ALLOCA Patch for SDL-1.2
      Newsgroups: gmane.comp.lib.sdl
      Date: 2006-10-24 00:31:16 GMT
      
      Hello !
      
      As alloca.h is not available on CYGWIN and MinGW32
      it should not be checked there or it should be checked
      with -mno-cygwin using.
      
      I am a total configure.in newbie, but i found the way
      that things are handled in configure.in pretty bad for the
      case CYGWIN with MinGW Mode or not.
      
      Maybe this is not possible but i would like to
      have a way to detect at the start for example CYGWIN
      and then add. ask if configure was called with --enable-cygwin
      for example. --enable-cygwin should be optional and disabled
      by default as we want to have MinGW Mode by default.
      
      Only if the user wants it he should be able to use it.
      
      Then the whole configure.in would get add. questions
      okay the system is CYGWIN with or without MinGW Mode.
      
      The alloca.h thing for example is only
      available under CYGWIN ( without MinGW Mode ).
      
      CU
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402243
      391d73e3
  25. 29 Nov, 2006 4 commits
  26. 21 Nov, 2006 1 commit
  27. 13 Nov, 2006 1 commit