Sun, 12 Dec 2010 15:19:05 -0800 |
Sam Lantinga |
Use the enumerated type for blend and scale mode instead of int
|
Tue, 13 Jul 2010 22:24:46 -0700 |
Sam Lantinga |
Fixed compile warning
|
Sat, 26 Jun 2010 08:56:48 -0700 |
Sam Lantinga |
Mostly cleaned up warnings with -Wmissing-prototypes
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
Thu, 24 Dec 2009 19:18:05 +0000 |
Sam Lantinga |
Updated to compile on Windows
|
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.
|
Wed, 09 Dec 2009 15:56:56 +0000 |
Sam Lantinga |
Added interfaces for batch drawing of points, lines and rects:
|
Mon, 16 Nov 2009 07:13:07 +0000 |
Sam Lantinga |
You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
|
Mon, 09 Nov 2009 05:20:11 +0000 |
Sam Lantinga |
Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
|
Fri, 30 Jan 2009 06:40:16 +0000 |
Sam Lantinga |
When creating a software texture, synchronize the surface with the texture.
|
Tue, 30 Dec 2008 07:14:11 +0000 |
Sam Lantinga |
SetDrawColor() and SetDrawBlendMode() are optional
|
Mon, 22 Dec 2008 04:52:43 +0000 |
Sam Lantinga |
Fixed crash when resizing the window with the software renderer.
|
Sun, 21 Dec 2008 20:17:41 +0000 |
Sam Lantinga |
Fixed clip_rect when drawing points and lines with software renderer.
|
Sun, 21 Dec 2008 17:39:41 +0000 |
Sam Lantinga |
Added RenderPiont() API
|