summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesa/background.c
Commit message (Expand)AuthorAgeFilesLines
* 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