summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesa/initvesa.c
Commit message (Expand)AuthorAgeFilesLines
* com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-16/+36
* vesa: allow arbitrary resolutions on some Intel chipsetsH. Peter Anvin2010-01-221-2/+7
* video: implement long-promised video functions; use themH. Peter Anvin2009-12-181-12/+7
* vesacon: infrastructure support for arbitrary resolutionsH. Peter Anvin2009-08-051-15/+32
* Run Nindent on com32/lib/sys/vesa/initvesa.cH. Peter Anvin2009-05-291-222/+221
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-1/+1
* VESA: work around bug in the Bochs VESA BIOSsyslinux-3.62-pre10H. Peter Anvin2008-02-161-4/+14
* VESA: Minor cleanupssyslinux-3.62-pre6H. Peter Anvin2008-02-131-7/+9
* VESA: move debugging code to separate header fileH. Peter Anvin2008-02-131-25/+2
* VESA: move pixel formatting into __vesacon_copy_to_screen()syslinux-3.62-pre5H. Peter Anvin2008-02-131-0/+1
* Fix the calculation of bytes_per_pixelH. Peter Anvin2008-02-131-1/+1
* VESA: Support 15-bit RGB modes.H. Peter Anvin2008-02-131-0/+5
* Add support for paged (banked) VESA video modeH. Peter Anvin2008-02-131-11/+41
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Fix handling of VESA modes with noncontiguous memory buffersH. Peter Anvin2007-12-101-2/+2
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-2/+2
* vesainit: clear the VESA buffers before call (paranoia)H. Peter Anvin2006-09-301-0/+2
* vesainit: more careful detection of VESA modesH. Peter Anvin2006-09-301-2/+14
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-211-5/+7
* Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin2006-09-141-2/+3
* Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin2006-09-141-5/+16
* Beginnings of supporting multiple pixel formatsH. Peter Anvin2006-09-131-14/+35
* initvesa: don't trust the BIOS when it says tty is supportedH. Peter Anvin2006-09-121-1/+7
* vesacon: if mode set failed, assume screen is unchangedH. Peter Anvin2006-09-121-4/+1
* vesacon: stub out debugging functionH. Peter Anvin2006-09-121-2/+6
* vesacon: if a custom font is loaded, use it instead of the BIOS fontH. Peter Anvin2006-09-121-7/+22
* Cursor support for vesaconH. Peter Anvin2006-09-111-0/+1
* Augment tinyjpeg so that we can decode straight into the buffer;H. Peter Anvin2006-09-051-1/+1
* Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1H. Peter Anvin2006-09-011-2/+7
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-311-72/+6
* More work on VESA graphical console supportH. Peter Anvin2006-08-281-10/+146
* More work on the VESA graphics consoleH. Peter Anvin2006-08-271-0/+149