Mercurial > sdl-ios-xcode
log test/automated/render/render.c @ 3733:ca544951b504 gsoc2009_unit_tests
age | author | description |
---|---|---|
Wed, 15 Jul 2009 14:40:53 +0000 | Edgar Simo | Finished converting the blit testcase. gsoc2009_unit_tests |
Wed, 15 Jul 2009 08:50:24 +0000 | Edgar Simo | Converted another testcase to the render system. gsoc2009_unit_tests |
Sun, 12 Jul 2009 12:05:28 +0000 | Edgar Simo | * Added preliminary render tests, missing some SDL functions to work properly. gsoc2009_unit_tests |
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |
Wed, 23 Dec 2009 01:55:00 +0000 | Sam Lantinga | Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color. |
Mon, 14 Dec 2009 06:35:59 +0000 | Sam Lantinga | Added a test to check the read/write pixels API |
Wed, 09 Dec 2009 15:56:56 +0000 | Sam Lantinga | Added interfaces for batch drawing of points, lines and rects: |