qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC] qemu VGA endian swap low level drawing changes


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC] qemu VGA endian swap low level drawing changes
Date: Thu, 19 Jun 2014 15:01:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Il 19/06/2014 14:33, Gerd Hoffmann ha scritto:

I'm thinking about splitting the conversion (for truecolor modes, still
need to think about how to do paletted modes best) into two steps:
First byteswap to bring the data into a format pixman can handle, then
feed into pixman for further conversion.  Which probably comes with a
performance penalty (but maybe not due to pixman performing better than
our self-made conversion code).  It will only hit the more unusual guest
framebuffer formats which I can't feed into pixman directly.  Acceptable
or not?

It's probably not going to have a performance penalty if you vectorize the word-swap. (Which can be done later).

Paolo



reply via email to

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