Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4622:453712fd2016
age | author | description |
---|---|---|
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. |
Wed, 28 Jul 2010 11:56:17 +0530 | Sunny Sachanandani | Add support for texture modulation (both color and alpha). testsprite2 works now with --cyclealpha and --cyclecolor. |