]> xenbits.xensource.com Git - seabios.git/commit
Don't do "double buffering" in bootsplash code.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 03:16:12 +0000 (23:16 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 03:16:12 +0000 (23:16 -0400)
commit6dc76f466141c64fc67133ca27680743c2462be5
treeda1a8a098bd39eb899f8f287c6e784ac53ae6bb4
parent227dc3e07c626c8ac57044c3f6b70958b61cd991
Don't do "double buffering" in bootsplash code.

Not all vgabios support off screen framebuffers.  Instead, decompress
the picture into ram, and then copy it into the framebuffer.  This
ensures a fast display time without requiring any special vga support.
src/bootsplash.c