log

age author description
2010-07-30 Sam Lantinga Documentation updates
2010-07-29 Sam Lantinga For consistency, swapped line order
2010-07-29 Sam Lantinga Added dynamic loading of XFixes and XDamage on Mac OS X
2010-07-28 Sunny Sachanandani Oops!
2010-07-28 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().
2010-07-28 Sunny Sachanandani Set the default XRender filter to "fast". testoverlay2 works now.
2010-07-28 Sam Lantinga Added missing pixel format
2010-07-28 Sam Lantinga Fixed compiling without XRender enabled
2010-07-28 Sam Lantinga Moved brace to the beginning of the line for the beginning of functions
2010-07-28 Sam Lantinga Merged Sunny's XRender changes from SDL-gsoc2010_xrender
2010-07-28 Sunny Sachanandani Add some comments.
2010-07-28 Sunny Sachanandani Add support for texture modulation (both color and alpha). testsprite2 works now with --cyclealpha and --cyclecolor.
2010-07-22 Sunny Sachanandani Fixed drawing rectangles. X is evil!
2010-07-22 Sunny Sachanandani Code cleanup.
2010-07-22 Sunny Sachanandani Remove debugging code.