Mercurial > sdl-ios-xcode
log src/video/SDL_blendfillrect.c @ 5159:307ccc9c135e
age | author | description |
---|---|---|
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 |
Fri, 18 Dec 2009 07:41:59 +0000 | Sam Lantinga | Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects() |
Fri, 18 Dec 2009 07:03:09 +0000 | Sam Lantinga | In the process of adding rectangle drawing base src/video/SDL_blendrect.c@211d1c5b78e3 |