Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4966:a130bc2f0a18
age | author | description |
---|---|---|
Sat, 01 Jan 2011 20:46:39 -0800 | Sam Lantinga | Fixed trying to create an XRender texture for YUV formats |
Sun, 12 Dec 2010 15:19:05 -0800 | Sam Lantinga | Use the enumerated type for blend and scale mode instead of int |
Mon, 27 Sep 2010 00:49:56 -0700 | Sam Lantinga | XDamageDestroy is called before use_damage is tested. This crashes on my |
Sun, 08 Aug 2010 19:26:30 +0530 | Sunny Sachanandani | Documentation and code safety updates. (x11 renderer) |
Tue, 03 Aug 2010 08:53:20 +0530 | Sunny Sachanandani | Fixed the code to use the correct scaling transformation matrix with XRender. |
Mon, 02 Aug 2010 17:14:09 +0530 | Sunny Sachanandani | Added some comments. |
Mon, 02 Aug 2010 11:13:40 +0530 | Sunny Sachanandani | Fixed a huge bug with texture scaling. |