log src/video/SDL_drawline.c @ 3671:0d6f520c0eb9

age author description
Fri, 15 Jan 2010 20:05:49 +0000 Sam Lantinga Fixed building under Visual Studio
Wed, 23 Dec 2009 01:55:00 +0000 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
Fri, 18 Dec 2009 07:41:59 +0000 Sam Lantinga Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()
Wed, 09 Dec 2009 15:56:56 +0000 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
Tue, 23 Dec 2008 02:38:28 +0000 Sam Lantinga Fixed argument order to the line clipping routine
Tue, 23 Dec 2008 02:23:18 +0000 Sam Lantinga Added line clipping
Sun, 21 Dec 2008 17:39:41 +0000 Sam Lantinga Added RenderPiont() API