Sam Lantinga <slouken@libsdl.org> [Wed, 28 Jul 2010 22:22:08 -0700] rev 4625
Added dynamic loading of XFixes and XDamage on Mac OS X
Sunny Sachanandani <sunnysachanandani@gmail.com> [Wed, 28 Jul 2010 15:35:18 +0530] rev 4624
Oops!
Sunny Sachanandani <sunnysachanandani@gmail.com> [Wed, 28 Jul 2010 15:33:28 +0530] rev 4623
Depend on XRender version 0.10 or above and XFixes version 2.0 or above. Moved these dependency checks into CheckXRender() and CheckXFixes().
Sunny Sachanandani <sunnysachanandani@gmail.com> [Wed, 28 Jul 2010 15:13:16 +0530] rev 4622
Set the default XRender filter to "fast". testoverlay2 works now.
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Jul 2010 01:32:39 -0700] rev 4621
Added missing pixel format
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Jul 2010 01:14:48 -0700] rev 4620
Fixed compiling without XRender enabled
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Jul 2010 01:05:58 -0700] rev 4619
Moved brace to the beginning of the line for the beginning of functions
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Jul 2010 00:54:23 -0700] rev 4618
Merged Sunny's XRender changes from SDL-gsoc2010_xrender
Sunny Sachanandani <sunnysachanandani@gmail.com> [Wed, 28 Jul 2010 13:08:14 +0530] rev 4617
Add some comments.
Sunny Sachanandani <sunnysachanandani@gmail.com> [Wed, 28 Jul 2010 11:56:17 +0530] rev 4616
Add support for texture modulation (both color and alpha). testsprite2 works now with --cyclealpha and --cyclecolor.