Re: [Mesa-dev] [PATCH] i965: Add comment to explain the weird-looking shadow compares.

2014-04-12 Thread Chris Forbes
Eek -- yes, I'll fix that! On Sun, Apr 13, 2014 at 8:04 AM, Kenneth Graunke wrote: > On 04/12/2014 03:34 AM, Chris Forbes wrote: >> This always looks crazy when I stumble across it, until I remember >> what the hardware is doing. Describing it ought to short-circuit >> that process next time :) >

Re: [Mesa-dev] [PATCH] i965: Add comment to explain the weird-looking shadow compares.

2014-04-12 Thread Kenneth Graunke
On 04/12/2014 03:34 AM, Chris Forbes wrote: > This always looks crazy when I stumble across it, until I remember > what the hardware is doing. Describing it ought to short-circuit > that process next time :) > > Signed-off-by: Chris Forbes > --- > src/mesa/drivers/dri/i965/intel_state.c | 17 +++

[Mesa-dev] [PATCH] i965: Add comment to explain the weird-looking shadow compares.

2014-04-12 Thread Chris Forbes
This always looks crazy when I stumble across it, until I remember what the hardware is doing. Describing it ought to short-circuit that process next time :) Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/intel_state.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deleti