summaryrefslogtreecommitdiff
path: root/src/surface/sdl.c
Commit message (Expand)AuthorAgeFilesLines
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR surfa...Michael Drake2012-09-301-1/+30
* Add error diffusion to palette based rendering. Only used for bitmap and sca...Michael Drake2012-09-281-1/+1
* Add palette object. Optimise matching colour in case where we chose the pale...Michael Drake2012-09-271-40/+12
* Improve 8bpp palette: 685 RGB levels instead of 884 RGB levels, with remainde...Michael Drake2012-09-251-9/+34
* Add support for offset mouse pointer hotspots.Michael Drake2012-08-011-1/+6
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-94/+107
* Make the SDL surface event handler cope with timeout correctlyVincent Sanders2010-04-281-4/+33
* start improvements in surface handlingVincent Sanders2010-04-261-0/+660