Re: [Mesa-dev] [PATCH v2] i965/miptree: Init r8stencil_needs_update to false

2018-07-13 Thread Nanley Chery
On Fri, Jul 13, 2018 at 01:01:27PM +0300, Pohjolainen, Topi wrote: > On Wed, Jul 11, 2018 at 09:27:23PM -0700, Nanley Chery wrote: > > The current behavior masked two bugs where the flag was not set to true > > after modifying the stencil texture. One case was a regression > > introduced with commi

Re: [Mesa-dev] [PATCH v2] i965/miptree: Init r8stencil_needs_update to false

2018-07-13 Thread Pohjolainen, Topi
On Wed, Jul 11, 2018 at 09:27:23PM -0700, Nanley Chery wrote: > The current behavior masked two bugs where the flag was not set to true > after modifying the stencil texture. One case was a regression > introduced with commit bdbb527a65fc729e7a9319ae67de60d03d06c3fd and > another was a bug in the d

[Mesa-dev] [PATCH v2] i965/miptree: Init r8stencil_needs_update to false

2018-07-11 Thread Nanley Chery
The current behavior masked two bugs where the flag was not set to true after modifying the stencil texture. One case was a regression introduced with commit bdbb527a65fc729e7a9319ae67de60d03d06c3fd and another was a bug in the depthstencil mapping code. These have since been fixed. To prevent suc