qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver
Date: Wed, 19 May 2010 17:22:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

  Hi,

Which makes me think we should just go the direct route.  No SDL.  No
directfb.  No other funky library which provides us with nothing but
bugs.  Programming fbdev isn't that hard after all.  Especially if you
skip all the (IMHO pointless) video mode switching bits.

Agreed, actually I was thinking the same thing.
The only reason for using a library is to have the color/pixel conversion
functions, that could be useful. However we have many of them already
implemented in qemu so it shouldn't be difficult to roll our own.

Everybody implements its own conversion functions though. It probably makes sense to consolidate that stuff into a small conversion library, probably best based on PixelFormat, and make everybody use that.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]