log src/video/SDL_drawline.c @ 3567:fb9ea4b549c3

age author description
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
Sun, 21 Dec 2008 08:59:56 +0000 Sam Lantinga Make it possible to switch algorithms in the future
Sun, 21 Dec 2008 08:28:25 +0000 Sam Lantinga Share code between fill and line drawing
Sat, 20 Dec 2008 23:19:20 +0000 Sam Lantinga Date: Sat, 20 Dec 2008 23:25:19 +0100
Sat, 20 Dec 2008 13:54:19 +0000 Sam Lantinga Placeholder for line drawing algorithm (current code doesn't work)
Sat, 20 Dec 2008 13:14:28 +0000 Sam Lantinga Added stubs for software implementations of blending fills and line drawing