log src/video/SDL_drawline.c @ 4609:630002c8be85

age author description
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-15 Sam Lantinga Fixed building under Visual Studio
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 Added RenderPiont() API
2008-12-21 Sam Lantinga Make it possible to switch algorithms in the future
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 Placeholder for line drawing algorithm (current code doesn't work)
2008-12-20 Sam Lantinga Added stubs for software implementations of blending fills and line drawing