Re: [Mesa-dev] [PATCH] mesa: Fix error condition for 1d array texture

2016-03-15 Thread Anuj Phogat
On Sat, Mar 12, 2016 at 3:08 PM, Jason Ekstrand wrote: > > On Mar 11, 2016 12:33 PM, "Alejandro Piñeiro" > wrote: > > > > On 11/03/16 20:15, Anuj Phogat wrote: > > > yoffset is also applicable to 1d array textures. > > > > > > Signed-off-by: Anuj

Re: [Mesa-dev] [PATCH] mesa: Fix error condition for 1d array texture

2016-03-12 Thread Jason Ekstrand
On Mar 11, 2016 12:33 PM, "Alejandro Piñeiro" wrote: > > On 11/03/16 20:15, Anuj Phogat wrote: > > yoffset is also applicable to 1d array textures. > > > > Signed-off-by: Anuj Phogat > > --- > > I don't know if it fixes any test, but it looked

Re: [Mesa-dev] [PATCH] mesa: Fix error condition for 1d array texture

2016-03-11 Thread Alejandro Piñeiro
On 11/03/16 20:15, Anuj Phogat wrote: > yoffset is also applicable to 1d array textures. > > Signed-off-by: Anuj Phogat > --- > I don't know if it fixes any test, but it looked incorrect to me. No one fixed doing a piglit all.py run (also no regression). Didn't test with a

[Mesa-dev] [PATCH] mesa: Fix error condition for 1d array texture

2016-03-11 Thread Anuj Phogat
yoffset is also applicable to 1d array textures. Signed-off-by: Anuj Phogat --- I don't know if it fixes any test, but it looked incorrect to me. src/mesa/main/texgetimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/texgetimage.c