On 6 July 2018 at 12:54, Peter Maydell wrote:
> On 27 April 2018 at 14:16, Peter Maydell wrote:
>> On 12 March 2018 at 09:14, Gerd Hoffmann wrote:
>>> Add support for cursor dmabufs. qemu has to render the cursor for
>>> that, so in case a cursor is present qemu allocates a new dmabuf, blits
>>
On 27 April 2018 at 14:16, Peter Maydell wrote:
> On 12 March 2018 at 09:14, Gerd Hoffmann wrote:
>> Add support for cursor dmabufs. qemu has to render the cursor for
>> that, so in case a cursor is present qemu allocates a new dmabuf, blits
>> the scanout, blends in the pointer and passes on th
On 12 March 2018 at 09:14, Gerd Hoffmann wrote:
> Add support for cursor dmabufs. qemu has to render the cursor for
> that, so in case a cursor is present qemu allocates a new dmabuf, blits
> the scanout, blends in the pointer and passes on the new dmabuf to
> spice-server. Without cursor qemu c
On 12 March 2018 at 09:14, Gerd Hoffmann wrote:
> Add support for cursor dmabufs. qemu has to render the cursor for
> that, so in case a cursor is present qemu allocates a new dmabuf, blits
> the scanout, blends in the pointer and passes on the new dmabuf to
> spice-server. Without cursor qemu c
Add support for cursor dmabufs. qemu has to render the cursor for
that, so in case a cursor is present qemu allocates a new dmabuf, blits
the scanout, blends in the pointer and passes on the new dmabuf to
spice-server. Without cursor qemu continues to simply pass on the
scanout dmabuf as-is.
Sig