Re: [Mesa-dev] [PATCH v2 11/27] i965/blorp: Do gen6 stencil offsets up-front

2016-07-29 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:11:15PM -0700, Jason Ekstrand wrote: > This keeps all of the nastyness of gen6 stencil on the i965 side of the API > line and lets us delete that nasty hand-rolled ISL-based offset path that > we were using for ALL_SLICES_AT_EACH_LOD. Reviewed-by: Topi Pohjolainen > --

[Mesa-dev] [PATCH v2 11/27] i965/blorp: Do gen6 stencil offsets up-front

2016-07-26 Thread Jason Ekstrand
This keeps all of the nastyness of gen6 stencil on the i965 side of the API line and lets us delete that nasty hand-rolled ISL-based offset path that we were using for ALL_SLICES_AT_EACH_LOD. --- src/mesa/drivers/dri/i965/brw_blorp.c| 108 --- src/mesa/drivers/dri/i