Re: [Mesa-dev] [PATCH 2/2] i965: Delete tile resource mode code

2017-03-21 Thread Jason Ekstrand
Both are Reviewed-by: Jason Ekstrand On Tue, Mar 21, 2017 at 2:57 PM, Anuj Phogat wrote: > Yf/Ys tiling never got used in i965 due to not delivering > the expected performance benefits. So, this patch is deleting > this dead code in favor of adding

[Mesa-dev] [PATCH 2/2] i965: Delete tile resource mode code

2017-03-21 Thread Anuj Phogat
Yf/Ys tiling never got used in i965 due to not delivering the expected performance benefits. So, this patch is deleting this dead code in favor of adding it later in ISL when we actually find it useful. ISL can then share this code between vulkan and GL. Signed-off-by: Anuj Phogat