summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesa
Commit message (Expand)AuthorAgeFilesLines
* Unify instances of integer log2H. Peter Anvin2010-06-092-8/+3
* com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-16/+36
* i915resolution: use libpci to access PCI config spacesyslinux-3.85-pre13syslinux-3.85H. Peter Anvin2010-02-161-19/+11
* Merge branch 'master' into i915ressyslinux-3.85-pre63H. Peter Anvin2010-02-081-9/+37
|\
| * vesa: for jpg or png images, tile the image across the screenH. Peter Anvin2010-02-081-9/+37
* | vesa: allow arbitrary resolutions on some Intel chipsetsH. Peter Anvin2010-01-223-2/+812
|/
* vesa: formatting fixH. Peter Anvin2009-12-221-1/+1
* vesamenu: unbreak the default backgroundH. Peter Anvin2009-12-221-4/+11
* video: implement long-promised video functions; use themH. Peter Anvin2009-12-181-12/+7
* vesacon: don't display the cursor when doing a quiet bootH. Peter Anvin2009-12-072-2/+3
* vesacon: not all JPEG images are JFIFH. Peter Anvin2009-12-071-2/+1
* vesacon: infrastructure support for arbitrary resolutionsH. Peter Anvin2009-08-054-75/+102
* Run Nindent on com32/lib/sys/vesa/video.hH. Peter Anvin2009-05-291-10/+10
* Run Nindent on com32/lib/sys/vesa/vesa.hH. Peter Anvin2009-05-291-50/+51
* Run Nindent on com32/lib/sys/vesa/screencpy.cH. Peter Anvin2009-05-291-66/+66
* Run Nindent on com32/lib/sys/vesa/initvesa.cH. Peter Anvin2009-05-291-222/+221
* Run Nindent on com32/lib/sys/vesa/fmtpixel.cH. Peter Anvin2009-05-291-40/+39
* Run Nindent on com32/lib/sys/vesa/fill.hH. Peter Anvin2009-05-291-25/+22
* Run Nindent on com32/lib/sys/vesa/drawtxt.cH. Peter Anvin2009-05-291-203/+207
* Run Nindent on com32/lib/sys/vesa/debug.hH. Peter Anvin2009-05-291-10/+10
* Run Nindent on com32/lib/sys/vesa/background.cH. Peter Anvin2009-05-291-270/+264
* vesa: fixing wrong total_memory sizeErwan Velu2009-03-141-1/+1
* VESA: Simplify the lss16 decoderH. Peter Anvin2008-03-031-11/+6
* Drop unnecessary CLD instructions.H. Peter Anvin2008-03-032-4/+4
* VESA library: add support for reading lss16 imagesH. Peter Anvin2008-03-031-1/+130
* background.c: remove unused filesize() functionH. Peter Anvin2008-02-271-9/+0
* Comboot/Com32 changes for unspecified file lengthsH. Peter Anvin2008-02-271-8/+6
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-193-7/+7
* VESA: work around bug in the Bochs VESA BIOSsyslinux-3.62-pre10H. Peter Anvin2008-02-162-5/+15
* VESA: suppress an unused arguments warningH. Peter Anvin2008-02-141-0/+1
* VESA: align the row buffer to a multiple of 4 bytes.H. Peter Anvin2008-02-141-1/+1
* VESA: Minor cleanupssyslinux-3.62-pre6H. Peter Anvin2008-02-132-9/+12
* VESA: move debugging code to separate header fileH. Peter Anvin2008-02-132-25/+38
* Set the window size to 2 GB for linear framebufferH. Peter Anvin2008-02-131-1/+5
* Bypass pixel conversion when the output format is BGRA32H. Peter Anvin2008-02-133-21/+21
* Treat linear framebuffer as a degenerate paged framebufferH. Peter Anvin2008-02-134-43/+35
* VESA: move pixel formatting into __vesacon_copy_to_screen()syslinux-3.62-pre5H. Peter Anvin2008-02-136-69/+84
* Fix the calculation of bytes_per_pixelH. Peter Anvin2008-02-132-16/+1
* VESA: Support 15-bit RGB modes.H. Peter Anvin2008-02-133-0/+18
* Add support for paged (banked) VESA video modeH. Peter Anvin2008-02-135-13/+161
* Update copyright yearH. Peter Anvin2008-01-107-7/+7
* Fix handling of VESA modes with noncontiguous memory buffersH. Peter Anvin2007-12-103-9/+10
* Stealth whitespace cleanupH. Peter Anvin2007-06-051-4/+4
* vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20H. Peter Anvin2007-06-051-4/+4
* Allow a flat color to be specified as a background.H. Peter Anvin2007-06-051-20/+40
* Hacky debugging function by setting VESA pixels, sometimes usefulH. Peter Anvin2007-05-311-0/+13
* vesa/drawtxt.c: remove divide caused by %H. Peter Anvin2007-05-311-3/+6
* Handle color tables with more than 100 entriesH. Peter Anvin2007-05-302-8/+11
* Make the pixel format canonicalization code a bit easier to read.H. Peter Anvin2007-04-101-26/+7
* Fix expansion of palette images to ABGR.H. Peter Anvin2007-04-101-11/+18