]> Git Repo - qemu.git/commit
vga: Start cutting out non-32bpp conversion support
authorBenjamin Herrenschmidt <[email protected]>
Sat, 21 Jun 2014 05:39:31 +0000 (15:39 +1000)
committerGerd Hoffmann <[email protected]>
Tue, 30 Sep 2014 11:34:09 +0000 (13:34 +0200)
commit9e057c0b09c3018cd24c7a49995f8b66d5b3d1eb
tree57d5c0ef2e177dc1036906e4c8a1929b76b72745
parent29429c7244c73eefada3d0ec6dd30c5698782d08
vga: Start cutting out non-32bpp conversion support

Nowadays, we either share a surface with the host, or we create
a 32bpp ARGB console surface.

So we only need to draw/convert to 32bpp, enabling us to remove
all but one instance of vga_template.h inclusion (to be further
cleaned up), rgb_to_pixel_* etc...

Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: David Gibson <[email protected]>
hw/display/vga.c
This page took 0.025728 seconds and 4 git commands to generate.