Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4633:100f7ab48946
age | author | description |
---|---|---|
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. |
Wed, 28 Jul 2010 15:35:18 +0530 | Sunny Sachanandani | Oops! |
Wed, 28 Jul 2010 15:33:28 +0530 | Sunny Sachanandani | Depend on XRender version 0.10 or above and XFixes version 2.0 or above. Moved these dependency checks into CheckXRender() and CheckXFixes(). |