Hi,
> > -#define SVGA_MAX_WIDTH 2360
> > +#define SVGA_MAX_WIDTH ROUND_UP(2360,
> > VNC_DIRTY_PIXELS_PER_BIT)
> Here we pull in the VNC header in order to get the definition
> of the VNC_DIRTY_PIXELS_PER_BIT constant, but I don't understand
> why. The hw/displ
On Tue, 18 Mar 2014 at 07:26, Gerd Hoffmann wrote:
>
> From: Peter Lieven
>
> this fixes invalid rectangle updates observed after commit 12b316d
> with the vmware VGA driver. The issues occured because the server
> and client surface update seems to be out of sync at some points
> and the max wid
From: Peter Lieven
this fixes invalid rectangle updates observed after commit 12b316d
with the vmware VGA driver. The issues occured because the server
and client surface update seems to be out of sync at some points
and the max width of the surface is not dividable by
VNC_DIRTY_BITS_PER_PIXEL (1