summaryrefslogtreecommitdiff
path: root/src/plot/32bpp-xbgr8888.c
Commit message (Collapse)AuthorAgeFilesLines
* Make endianess detection more robustVincent Sanders2016-09-041-14/+41
| | | | | | | | This moves the byte order detection into the internal plot header and makes teh detection much more robust searching for more macros in common use. This should fix compilation on big endian openBSD systems Thanks to Anthony J. Bentley for a patch used as inspiration for this change
* Fix variable name.Michael Drake2016-04-191-3/+1
|
* Fix colour conversion to 32bpp XBGR surfaces.Ashish Gupta2016-04-191-2/+3
|
* Allow building for Win32John-Mark Bell2014-01-171-1/+7
|
* Add tiled bitmap plotting function.Michael Drake2013-10-281-0/+1
|
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR ↵Michael Drake2012-09-301-0/+74
surfaces as well as RGB.