summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesa/background.c
Commit message (Expand)AuthorAgeFilesLines
* Stealth whitespace cleanupH. Peter Anvin2007-06-051-4/+4
* vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20H. Peter Anvin2007-06-051-4/+4
* Allow a flat color to be specified as a background.H. Peter Anvin2007-06-051-20/+40
* Make the pixel format canonicalization code a bit easier to read.H. Peter Anvin2007-04-101-26/+7
* Fix expansion of palette images to ABGR.H. Peter Anvin2007-04-101-11/+18
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-6/+6
* Use gamma-corrected gradient for the default image, now when we have itH. Peter Anvin2006-09-151-6/+6
* Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin2006-09-141-17/+38
* Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin2006-09-141-3/+39
* Factor out the ANSI engine from the ANSI and VESA consolesH. Peter Anvin2006-09-101-10/+10
* No need to bzero .bss memoryH. Peter Anvin2006-09-051-1/+1
* Augment tinyjpeg so that we can decode straight into the buffer;H. Peter Anvin2006-09-051-18/+12
* Set saner limits, since tinyjpeg will actually decode the whole imageH. Peter Anvin2006-09-051-1/+1
* Default to black screen; draw a JPEG background correctly.syslinux-3.30-pre3H. Peter Anvin2006-09-051-11/+10
* Add support for decoding JPEG images as well as PNGH. Peter Anvin2006-09-051-17/+112
* Better test of alpha blending (holy crap, it works!)H. Peter Anvin2006-08-301-12/+5
* More sophisticated alpha blending; comment out background call ATMH. Peter Anvin2006-08-301-0/+3
* Work on getting libpng to actually do something useful...H. Peter Anvin2006-08-281-13/+5
* More work on VESA graphical console supportH. Peter Anvin2006-08-281-0/+171