Re: [Mesa-dev] [PATCH] dri3/GLX: Fix drawable invalidation

2017-06-06 Thread Michel Dänzer
On 01/06/17 07:13 PM, Thomas Hellstrom wrote: > A number of internal VMware apitrace traces image comparisons fail with > dri3 because the viewport transformation becomes incorrect after an X > drawable resize. The incorrect viewport transformation sometimes persist > until the second draw-call aft

[Mesa-dev] [PATCH] dri3/GLX: Fix drawable invalidation

2017-06-01 Thread Thomas Hellstrom
A number of internal VMware apitrace traces image comparisons fail with dri3 because the viewport transformation becomes incorrect after an X drawable resize. The incorrect viewport transformation sometimes persist until the second draw-call after a swapBuffer. Comparing with the dri2 glx code the