Mon, 31 Jan 2011 23:23:57 -0800 |
Sam Lantinga |
Making the API simpler, the blend modes are "none, blend, add" and are supported by all renderers.
|
Sun, 12 Dec 2010 15:19:05 -0800 |
Sam Lantinga |
Use the enumerated type for blend and scale mode instead of int
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
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 08:59:56 +0000 |
Sam Lantinga |
Make it possible to switch algorithms in the future
|
Sun, 21 Dec 2008 08:55:06 +0000 |
Sam Lantinga |
Added ARGB optimized case for Mac OS X
|
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:14:28 +0000 |
Sam Lantinga |
Added stubs for software implementations of blending fills and line drawing
|