summaryrefslogtreecommitdiff
path: root/com32/lib/sys/vesa
Commit message (Expand)AuthorAgeFilesLines
* Revert "vesa: Correct screencpy() prototype"Matt Fleming2013-01-111-2/+2
* Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-1/+0
|\
| * vesa: Fix double close() bug in vesacon_load_background()Matt Fleming2012-11-151-1/+0
* | sys/vesa: Modularise common vesa codeMatt Fleming2012-11-1515-2996/+38
* | vesa: Change the prototype of __vesacon_init()Matt Fleming2012-11-052-5/+5
* | i915resolution.c: cast to 64-bit sized ptrMatt Fleming2012-11-051-1/+1
* | screencpy.c: Delete unused variables and cleanupMatt Fleming2012-10-261-86/+1
* | initvesa.c: Delete unused variables (set but not used) and cleanupMatt Fleming2012-10-261-253/+2
* | efi: Fix warning about discarding const qualifierMatt Fleming2012-10-261-1/+2
* | efi, vesa: Fix vesa initialization and video mode resolutionChandramouli Narayanan2012-09-062-11/+26
* | efi: Fix the screen setup for Graphics Output ProtocolChandramouli Narayanan2012-09-053-34/+73
* | This is the first cut checkin for GOP supporting the menu subsystem.chandramouli narayanan2012-07-1311-0/+3042
|/
* 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