log src/video/SDL_blendline.c @ 5041:3ce345cc46f8

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-23 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
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-23 Sam Lantinga Fixed argument order to the line clipping routine
2008-12-23 Sam Lantinga Added line clipping
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