Sam Lantinga
|
d3941d1098
|
Allow points to be outside the window bounds, stress testing the clipping code.
|
2009-12-12 00:08:45 +00:00 |
|
Sam Lantinga
|
70a40d51b2
|
Added interfaces for batch drawing of points, lines and rects:
SDL_DrawPoints()
SDL_BlendPoints()
SDL_BlendLines()
SDL_DrawLines()
SDL_FillRects()
SDL_BlendRects()
SDL_RenderPoints()
SDL_RenderLines()
SDL_RenderRects()
Renamed SDL_RenderFill() to SDL_RenderRect()
|
2009-12-09 15:56:56 +00:00 |
|
Mike Gorchak
|
0083177b43
|
Call CommonQuit() at exit has been added.
|
2009-10-10 13:22:05 +00:00 |
|
Sam Lantinga
|
8074db74ef
|
Fixed crash in testdraw2, added more points
|
2008-12-21 17:55:02 +00:00 |
|
Sam Lantinga
|
8318ef98b6
|
Added RenderPiont() API
Merged the drawing tests into a single test program
|
2008-12-21 17:39:41 +00:00 |
|