grub/grub-core/video/fb
Vladimir Serbinenko d43c64899d * grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).
Use unsigned divisions rather than signed variants.
2013-10-25 21:35:44 +02:00
..
fbblit.c * grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x). 2013-10-25 21:35:44 +02:00
fbfill.c Move blit and fill dispatcher to appropriate files to decrease export 2013-05-30 22:06:28 +02:00
fbutil.c Detach optional parts of gfxterm and integrate in with coreboot init. 2013-05-31 00:42:33 +02:00
video_fb.c * grub-core/video/fb/video_fb.c (grub_video_fb_create_render_target): 2013-09-27 21:44:03 +02:00