1. 04 Feb, 2011 1 commit
  2. 05 Feb, 2011 14 commits
  3. 04 Feb, 2011 11 commits
  4. 03 Feb, 2011 12 commits
  5. 02 Feb, 2011 2 commits
    • 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
    • Sam Lantinga's avatar
      Fixed compiling with the latest API changes · 96236803
      Sam Lantinga authored
      96236803