Re: [Mesa-dev] [PATCH 02/11] Makes DRI3 use invalidate.

2014-06-21 Thread Ben Skeggs
On Thu, Jun 19, 2014 at 1:27 PM, Axel Davy wrote: > This doesn't change anything to the intel DRI3 implementation, > but enables the gallium implementation to use dri2.stamp instead > of relying on the stamp shared with the st backend. > > Signed-off-by: Axel Davy Seems to fix the same issue as t

[Mesa-dev] [PATCH 02/11] Makes DRI3 use invalidate.

2014-06-18 Thread Axel Davy
This doesn't change anything to the intel DRI3 implementation, but enables the gallium implementation to use dri2.stamp instead of relying on the stamp shared with the st backend. Signed-off-by: Axel Davy --- src/glx/dri3_glx.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/glx/d