aboutsummaryrefslogtreecommitdiffstats
path: root/com32/lib/sys/vesa/background.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-15vesa: Fix double close() bug in vesacon_load_background()Matt Fleming1-1/+0
2010-06-09Unify instances of integer log2H. Peter Anvin1-2/+2
2010-02-08vesa: for jpg or png images, tile the image across the screenH. Peter Anvin1-9/+37
2009-12-22vesamenu: unbreak the default backgroundH. Peter Anvin1-4/+11
2009-12-07vesacon: not all JPEG images are JFIFH. Peter Anvin1-2/+1
2009-08-05vesacon: infrastructure support for arbitrary resolutionsH. Peter Anvin1-24/+35
2009-05-29Run Nindent on com32/lib/sys/vesa/background.cH. Peter Anvin1-270/+264
2008-03-03VESA: Simplify the lss16 decoderH. Peter Anvin1-11/+6
2008-03-03VESA library: add support for reading lss16 imagesH. Peter Anvin1-1/+130
2008-02-27background.c: remove unused filesize() functionH. Peter Anvin1-9/+0
2008-02-27Comboot/Com32 changes for unspecified file lengthsH. Peter Anvin1-8/+6
2008-02-19Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin1-1/+1
2008-02-13Treat linear framebuffer as a degenerate paged framebufferH. Peter Anvin1-2/+1
2008-02-13VESA: move pixel formatting into __vesacon_copy_to_screen()syslinux-3.62-pre5H. Peter Anvin1-8/+1
2008-02-13Add support for paged (banked) VESA video modeH. Peter Anvin1-1/+1
2008-01-10Update copyright yearH. Peter Anvin1-1/+1
2007-12-10Fix handling of VESA modes with noncontiguous memory buffersH. Peter Anvin1-2/+2
2007-06-05Stealth whitespace cleanupH. Peter Anvin1-4/+4
2007-06-05vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20H. Peter Anvin1-4/+4
2007-06-05Allow a flat color to be specified as a background.H. Peter Anvin1-20/+40
2007-04-10Make the pixel format canonicalization code a bit easier to read.H. Peter Anvin1-26/+7
2007-04-10Fix expansion of palette images to ABGR.H. Peter Anvin1-11/+18
2007-03-14Stealth whitespace cleanup (automated)H. Peter Anvin1-6/+6
2006-09-15Use gamma-corrected gradient for the default image, now when we have itH. Peter Anvin1-6/+6
2006-09-14Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin1-17/+38
2006-09-14Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin1-3/+39
2006-09-10Factor out the ANSI engine from the ANSI and VESA consolesH. Peter Anvin1-10/+10
2006-09-05No need to bzero .bss memoryH. Peter Anvin1-1/+1
2006-09-05Augment tinyjpeg so that we can decode straight into the buffer;H. Peter Anvin1-18/+12
2006-09-05Set saner limits, since tinyjpeg will actually decode the whole imageH. Peter Anvin1-1/+1
2006-09-05Default to black screen; draw a JPEG background correctly.syslinux-3.30-pre3H. Peter Anvin1-11/+10
2006-09-05Add support for decoding JPEG images as well as PNGH. Peter Anvin1-17/+112
2006-08-30Better test of alpha blending (holy crap, it works!)H. Peter Anvin1-12/+5
2006-08-30More sophisticated alpha blending; comment out background call ATMH. Peter Anvin1-0/+3
2006-08-28Work on getting libpng to actually do something useful...H. Peter Anvin1-13/+5
2006-08-28More work on VESA graphical console supportH. Peter Anvin1-0/+171