Re: [Mesa-dev] [PATCH v2 31/35] i965/blorp: Use the generic surface state path for gen8 textures

2016-07-28 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:02:22PM -0700, Jason Ekstrand wrote: > Now that the generic blorp path uses base level/layer, there's no need to > make gen8 special. Reviewed-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/brw_state.h| 7 >

[Mesa-dev] [PATCH v2 31/35] i965/blorp: Use the generic surface state path for gen8 textures

2016-07-26 Thread Jason Ekstrand
Now that the generic blorp path uses base level/layer, there's no need to make gen8 special. --- src/mesa/drivers/dri/i965/brw_state.h| 7 src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 2 +- src/mesa/drivers/dri/i965/gen8_blorp.c | 46 +++- 3