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 Phogat
> > > ---
> > > I don't know if it fixes
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 incorrect to me.
>
> No one fixed doing a piglit all.
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 deqp run.
In any case,
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 b/src/mesa/main/texgetima