Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4624:b70b99ab75b8
age | author | description |
---|---|---|
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(). |
Wed, 28 Jul 2010 15:13:16 +0530 | Sunny Sachanandani | Set the default XRender filter to "fast". testoverlay2 works now. |
Wed, 28 Jul 2010 01:14:48 -0700 | Sam Lantinga | Fixed compiling without XRender enabled |
Wed, 28 Jul 2010 01:05:58 -0700 | Sam Lantinga | Moved brace to the beginning of the line for the beginning of functions |
Wed, 28 Jul 2010 00:54:23 -0700 | Sam Lantinga | Merged Sunny's XRender changes from SDL-gsoc2010_xrender |
Wed, 28 Jul 2010 13:08:14 +0530 | Sunny Sachanandani | Add some comments. |