log

age author description
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.
2010-07-22 Sunny Sachanandani Advertise support for all supported texture formats.
2010-07-21 Sunny Sachanandani Advertise support for blending modes and scaling modes in the render driver.
2010-07-21 Sunny Sachanandani Make the SW renderer work properly by fixing support for textures with no alpha channels.
2010-07-21 Sunny Sachanandani Fix cleanup functions.
2010-07-21 Sunny Sachanandani Fix X11_DisplayModeChanged.
2010-07-21 Sunny Sachanandani Get SDL_BLENDMODE_MOD to work! Tested on nvidia only ATM.
2010-07-20 Sunny Sachanandani Implement support for setting texture scale mode.
2010-07-19 Sunny Sachanandani Respect environment variables.
2010-07-19 Sunny Sachanandani Integrate XFixes and XDamage into the build system.
2010-07-19 Sunny Sachanandani Massive speed-up. Fixed the format that is set for the renderer. Included runtime checks for XDamage.
2010-07-19 Sunny Sachanandani Use XDamage to optimise drawing operations.
2010-07-18 Sunny Sachanandani Resync tip to default. Using named branches is a bad idea.
2010-07-18 Sunny Sachanandani Remove experimental cruft.
2010-07-18 Sunny Sachanandani Minor changes. experimental
2010-07-18 Sunny Sachanandani Major changes to drawing. Reverted back to core X11 functions due to regressions.
2010-07-18 Sunny Sachanandani Start experimental branch for client-side rasterization. experimental
2010-07-18 Sunny Sachanandani Got testsprite2 to work reasonably.