* grub-core/video/readers/tga.c: Reorganize to separate RLE and

image processing, fix big-endian and support grayscale.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-27 21:49:08 +02:00
parent 4a87649207
commit 29648c5d84
2 changed files with 215 additions and 282 deletions

View file

@ -1,3 +1,8 @@
2013-09-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/readers/tga.c: Reorganize to separate RLE and
image processing, fix big-endian and support grayscale.
2013-09-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/fb/video_fb.c (grub_video_fb_create_render_target):