aboutsummaryrefslogtreecommitdiffstats
path: root/com32/lib/sys/vesa/initvesa.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-15sys/vesa: Modularise common vesa codeMatt Fleming1-192/+26
2012-11-05vesa: Change the prototype of __vesacon_init()Matt Fleming1-4/+4
2010-02-24com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin1-16/+36
2010-01-22vesa: allow arbitrary resolutions on some Intel chipsetsH. Peter Anvin1-2/+7
2009-12-18video: implement long-promised video functions; use themH. Peter Anvin1-12/+7
2009-08-05vesacon: infrastructure support for arbitrary resolutionsH. Peter Anvin1-15/+32
2009-05-29Run Nindent on com32/lib/sys/vesa/initvesa.cH. Peter Anvin1-222/+221
2008-02-19Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin1-1/+1
2008-02-16VESA: work around bug in the Bochs VESA BIOSsyslinux-3.62-pre10H. Peter Anvin1-4/+14
2008-02-13VESA: Minor cleanupssyslinux-3.62-pre6H. Peter Anvin1-7/+9
2008-02-13VESA: move debugging code to separate header fileH. Peter Anvin1-25/+2
2008-02-13VESA: move pixel formatting into __vesacon_copy_to_screen()syslinux-3.62-pre5H. Peter Anvin1-0/+1
2008-02-13Fix the calculation of bytes_per_pixelH. Peter Anvin1-1/+1
2008-02-13VESA: Support 15-bit RGB modes.H. Peter Anvin1-0/+5
2008-02-13Add support for paged (banked) VESA video modeH. Peter Anvin1-11/+41
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-03-14Stealth whitespace cleanup (automated)H. Peter Anvin1-2/+2
2006-09-30vesainit: clear the VESA buffers before call (paranoia)H. Peter Anvin1-0/+2
2006-09-30vesainit: more careful detection of VESA modesH. Peter Anvin1-2/+14
2006-09-21Use the color table for the shadow, and make it user controllableH. Peter Anvin1-5/+7
2006-09-14Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin1-2/+3
2006-09-14Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin1-5/+16
2006-09-13Beginnings of supporting multiple pixel formatsH. Peter Anvin1-14/+35
2006-09-12initvesa: don't trust the BIOS when it says tty is supportedH. Peter Anvin1-1/+7
2006-09-12vesacon: if mode set failed, assume screen is unchangedH. Peter Anvin1-4/+1
2006-09-12vesacon: stub out debugging functionH. Peter Anvin1-2/+6
2006-09-12vesacon: if a custom font is loaded, use it instead of the BIOS fontH. Peter Anvin1-7/+22
2006-09-11Cursor support for vesaconH. Peter Anvin1-0/+1
2006-09-05Augment tinyjpeg so that we can decode straight into the buffer;H. Peter Anvin1-1/+1
2006-09-01Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1H. Peter Anvin1-2/+7
2006-08-31More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin1-72/+6
2006-08-28More work on VESA graphical console supportH. Peter Anvin1-10/+146
2006-08-27More work on the VESA graphics consoleH. Peter Anvin1-0/+149