Re: [Mesa-dev] [PATCH] i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.

2014-03-21 Thread Anuj Phogat
On Thu, Mar 20, 2014 at 4:02 PM, Kenneth Graunke wrote: > Currently, we don't use this path on Sandybridge because we suspect > other paths will be faster. But we potentially could. If we do, we > should allow it to support Y-tiled BLTs. > > Signed-off-by: Kenneth Graunke > --- > src/mesa/driv

Re: [Mesa-dev] [PATCH] i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.

2014-03-21 Thread Eric Anholt
Kenneth Graunke writes: > Currently, we don't use this path on Sandybridge because we suspect > other paths will be faster. But we potentially could. If we do, we > should allow it to support Y-tiled BLTs. > > Signed-off-by: Kenneth Graunke Reviewed-by: Eric Anholt pgpT1CowWMQxC.pgp Descri

[Mesa-dev] [PATCH] i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.

2014-03-20 Thread Kenneth Graunke
Currently, we don't use this path on Sandybridge because we suspect other paths will be faster. But we potentially could. If we do, we should allow it to support Y-tiled BLTs. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/intel_tex_subimage.c | 4 ++-- 1 file changed, 2 insertio