summaryrefslogtreecommitdiff
path: root/test/testspriteminimal.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Have testspriteminimal use the new simple APISam Lantinga1-12/+2
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-0/+11
2011-03-26NDS updateSam Lantinga1-0/+5
2011-02-03Simplified and improved the process of creating a texture from a surface.Sam Lantinga1-5/+1
2011-02-01The rendering functions take a context so it's clear what window they're draw...Sam Lantinga1-10/+16
2011-01-10Need to include SDL_main.h ... eh, just include everything. :)Sam Lantinga1-2/+1
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga1-3/+3
2009-12-23Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...Sam Lantinga1-1/+1
2009-12-09Added interfaces for batch drawing of points, lines and rects:Sam Lantinga1-1/+1
2009-10-28Automatically initialize the video system and create a renderer to simplify use.Sam Lantinga1-0/+165