Re: [Mesa-dev] [PATCH 3/3] intel/isl/gen9: Only use the magic 1D alignment for GEN9_2D surfaces

2016-08-25 Thread Chad Versace
On Thu 25 Aug 2016, Pohjolainen, Topi wrote: > > In the title did you mean GEN_1D? > > Otherwise patches two and three look good also: > > Reviewed-by: Topi Pohjolainen Yep. Patches 2 and 3 are Reviewed-by: Chad Versace

Re: [Mesa-dev] [PATCH 3/3] intel/isl/gen9: Only use the magic 1D alignment for GEN9_2D surfaces

2016-08-25 Thread Pohjolainen, Topi
In the title did you mean GEN_1D? Otherwise patches two and three look good also: Reviewed-by: Topi Pohjolainen On Tue, Aug 23, 2016 at 09:53:48PM -0700, Jason Ekstrand wrote: > If the surface has a layout of GEN4_2D then we need to compute a normal 2D > alignment

[Mesa-dev] [PATCH 3/3] intel/isl/gen9: Only use the magic 1D alignment for GEN9_2D surfaces

2016-08-23 Thread Jason Ekstrand
If the surface has a layout of GEN4_2D then we need to compute a normal 2D alignment and not use the bogus 1D one. Signed-off-by: Jason Ekstrand Cc: Chad Versace --- src/intel/isl/isl_gen9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff