log src/video/SDL_blendrect.c @ 5073:1e94e68525d5

age author description
2010-12-12 Sam Lantinga Use the enumerated type for blend and scale mode instead of int
2010-01-24 Sam Lantinga Fixed bug #926
2009-12-18 Sam Lantinga Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()
2009-12-09 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
2008-12-21 Sam Lantinga Make it possible to switch algorithms in the future
2008-12-21 Sam Lantinga Added ARGB optimized case for Mac OS X
2008-12-21 Sam Lantinga Share code between fill and line drawing
2008-12-20 Sam Lantinga Date: Sat, 20 Dec 2008 23:25:19 +0100
2008-12-20 Sam Lantinga Added stubs for software implementations of blending fills and line drawing