[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Update cocoa.m to match new DisplayState code
From: |
Samuel Benson |
Subject: |
Re: [Qemu-devel] [PATCH] Update cocoa.m to match new DisplayState code |
Date: |
Sun, 25 Jan 2009 00:34:30 -0600 |
On Jan 24, 2009, at 3:22 PM, Alexander Graf wrote:
It seems to be partly broken on x86 Macs. An x86 guest showed BGR vs
RGB issues and a PowerPC guest just stayed on black screen. Both
worked fine with -vnc.
Alex
I've was able to get a hold of an x86 mac and see the same, and have
corrected the the ppc
guest issues for both hosts, but it also shows colorspace issues.
The old DisplayState could directly set BGR or RBG via the bgr flag,
but I cannot seem to find
a similar construct in the new DisplayState code. I've assumed it was
merged into the flags for
DIsplaySurface, but a few hours testing proved that wrong.
CoreGraphics (the OSX native rendering system) purports there is a way
to do such colorspace
conversions within itself, but a quick google says "no", so I'll
continue to look.
—Sam