log src/video/SDL_draw.h @ 3745:f0b89cf4bffc gsoc2009_unit_tests

age author description
2009-02-12 Sam Lantinga Fixed off by one error in line drawing code
2008-12-25 Sam Lantinga Updated to build on Windows
2008-12-21 Sam Lantinga Working Bresenham line drawing algorithm. We can optimize later, if needed.
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 Added ARGB optimized case for Mac OS X
2008-12-21 Sam Lantinga Share code between fill and line drawing