summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesa/video.h
Commit message (Expand)AuthorAgeFilesLines
* Bypass pixel conversion when the output format is BGRA32H. Peter Anvin2008-02-131-1/+2
* Treat linear framebuffer as a degenerate paged framebufferH. Peter Anvin2008-02-131-1/+1
* VESA: move pixel formatting into __vesacon_copy_to_screen()syslinux-3.62-pre5H. Peter Anvin2008-02-131-3/+6
* VESA: Support 15-bit RGB modes.H. Peter Anvin2008-02-131-0/+1
* Add support for paged (banked) VESA video modeH. Peter Anvin2008-02-131-0/+2
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Handle color tables with more than 100 entriesH. Peter Anvin2007-05-301-5/+8
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-211-11/+6
* Actually do proper gamma-corrected alpha blending. It seems fast enough.H. Peter Anvin2006-09-151-1/+2
* Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin2006-09-141-1/+2
* Beginnings of supporting multiple pixel formatsH. Peter Anvin2006-09-131-1/+3
* Code to deal with multiple pixel formatsH. Peter Anvin2006-09-131-0/+8
* Cursor support for vesaconH. Peter Anvin2006-09-111-0/+3
* Factor out the ANSI engine from the ANSI and VESA consolesH. Peter Anvin2006-09-101-1/+1
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-311-2/+7
* More work on VESA graphical console supportH. Peter Anvin2006-08-281-1/+28
* More work on the VESA graphics consoleH. Peter Anvin2006-08-271-0/+39