[PATCH 3/3] sync: Record the associated Drawable for a shm/fd fence

2014-05-12 Thread Chris Wilson
Alongside DRI3, SHM fences are used to serialise changes to the Pixmap shared between the client and the xserver. By recording the associated Drawable for a particular fence, the driver can reduce the amount of work required for serialisation (i.e. it only has to serialise access to one Pixmap,

Re: [PATCH 3/3] sync: Record the associated Drawable for a shm/fd fence

2014-05-12 Thread Keith Packard
Chris Wilson ch...@chris-wilson.co.uk writes: Alongside DRI3, SHM fences are used to serialise changes to the Pixmap shared between the client and the xserver. By recording the associated Drawable for a particular fence, the driver can reduce the amount of work required for serialisation