1. 05 Feb, 2011 2 commits
  2. 03 Feb, 2011 1 commit
  3. 02 Feb, 2011 1 commit
  4. 01 Feb, 2011 1 commit
  5. 17 Jan, 2011 1 commit
  6. 21 Jan, 2010 1 commit
  7. 23 Dec, 2009 1 commit
    • Sam Lantinga's avatar
      Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color. · 6da163ab
      Sam Lantinga authored
      Renamed SDL_RenderPoint() and SDL_RenderLine() to SDL_RenderDrawPoint() and SDL_RenderDrawLine().
      Added API for rectangle drawing (as opposed to filling)
      Added placeholder API functions for circles and ellipses ... I'm not sure whether these will stay.
      Optimized software line drawing quite a bit.
      Added support for Wu's anti-aliased line drawing, currently disabled by default.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404346
      6da163ab
  8. 14 Dec, 2009 1 commit
  9. 09 Dec, 2009 1 commit
    • Sam Lantinga's avatar
      Added interfaces for batch drawing of points, lines and rects: · 8ee97202
      Sam Lantinga authored
          SDL_DrawPoints()
          SDL_BlendPoints()
          SDL_BlendLines()
          SDL_DrawLines()
          SDL_FillRects()
          SDL_BlendRects()
          SDL_RenderPoints()
          SDL_RenderLines()
          SDL_RenderRects()
      Renamed SDL_RenderFill() to SDL_RenderRect()
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404279
      8ee97202
  10. 07 Dec, 2009 1 commit
  11. 22 Nov, 2009 2 commits
  12. 21 Nov, 2009 4 commits
  13. 20 Nov, 2009 1 commit
  14. 18 Nov, 2009 5 commits
  15. 17 Nov, 2009 1 commit
  16. 16 Nov, 2009 1 commit
  17. 15 Nov, 2009 1 commit
  18. 07 Sep, 2009 1 commit