1. 12 Feb, 2011 2 commits
    • Sam Lantinga's avatar
      Frank Zago to sdl · 96656bb9
      Sam Lantinga authored
      The following patch fixes some of the bitrot for the Nintendo DS port.
      The support is still basic at the moment, but it allows to run the "general"
      test under the current head of tree (parent: 5269:11bd1585efb5 tip).
      Most of the patch is mine, but I integrated a couple changes that John
      Magnotti posted on Feb 1st.
      96656bb9
    • Sam Lantinga's avatar
      Happy 2011! :) · e5803d14
      Sam Lantinga authored
      e5803d14
  2. 08 Feb, 2011 2 commits
  3. 06 Feb, 2011 3 commits
  4. 03 Feb, 2011 2 commits
  5. 02 Feb, 2011 1 commit
    • Sam Lantinga's avatar
      Moved the rendering code out to a separate directory in the hope that it can... · 5897ef7d
      Sam Lantinga authored
      Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
      
      --HG--
      rename : src/video/windows/SDL_d3drender.c => src/render/direct3d/SDL_d3drender.c
      rename : src/video/SDL_renderer_gl.c => src/render/opengl/SDL_renderer_gl.c
      rename : src/video/SDL_renderer_gles.c => src/render/opengles/SDL_renderer_gles.c
      rename : src/video/SDL_renderer_sw.c => src/render/software/SDL_renderer_sw.c
      5897ef7d