[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] spice: flush on GL update before notifying client
From: |
Gerd Hoffmann |
Subject: |
Re: [PATCH 1/2] spice: flush on GL update before notifying client |
Date: |
Wed, 17 Feb 2021 13:37:37 +0100 |
On Tue, Feb 16, 2021 at 01:20:55PM +0400, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Since the introduction of spice/virgl support in commit
> 474114b7 ("spice: add opengl/virgl/dmabuf support"), the drawing isn't
> being flushed before notifying the client. This results in
> outdated/sluggish drawing on client side, in particular when using the
> Linux console.
> + glFlush();
Nice catch. Older mesa versions must have been less picky on correct
flushing, it used to work fine a while ago.
Both patches queued up for UI.
thanks,
Gerd