aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootsplash.c
Commit message (Expand)AuthorAgeFilesLines
* Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor2010-07-301-2/+7
* Avoid using BSS variables in jpeg.c.Kevin O'Connor2010-07-301-1/+1
* Cleanup bootsplash vesa signature detection.Kevin O'Connor2010-07-271-5/+6
* Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor2010-07-261-3/+6
* Add call16_int10 helper to bootsplash.c.Kevin O'Connor2010-07-261-16/+16
* Don't do "double buffering" in bootsplash code.Kevin O'Connor2010-07-261-40/+9
* Check that malloc succeeds in bootsplash code.Kevin O'Connor2010-07-261-45/+36
* Bootsplash fixes and cleanups.Kevin O'Connor2010-07-261-25/+19
* Initial bootsplash support.Kevin O'Connor2010-06-281-0/+262