On Tue, Feb 16, 2021 at 01:20:55PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau <marcandre.lur...@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