log test/testspriteminimal.c @ 4501:0cf025066b6f

age author description
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2009-12-23 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
2009-12-09 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
2009-10-28 Sam Lantinga Automatically initialize the video system and create a renderer to simplify use.