> -Original Message-
> From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On
> Behalf Of Ian Romanick
> Sent: Tuesday, January 19, 2016 9:16 PM
> To: Marta Lofstedt; mesa-dev@lists.freedesktop.org
> Subject: Re: [Mesa-dev] [PATCH] mesa: Move sanity check of
On 01/08/2016 05:55 AM, Marta Lofstedt wrote:
> From: Marta Lofstedt
>
> Sanity check of BindVertexBuffer for OpenGL ES in
> _mesa_handle_bind_buffer_gen breaks OpenGL ES 2 conformance.
What was previously broken, and why does this fix it? I think it's also
worth mentioning that this is a rever
Confirmed that patch fixes all the seen regressions;
Reviewed-by: Tapani Pälli
On 01/08/2016 03:55 PM, Marta Lofstedt wrote:
From: Marta Lofstedt
Sanity check of BindVertexBuffer for OpenGL ES in
_mesa_handle_bind_buffer_gen breaks OpenGL ES 2 conformance.
Bugzilla: https://bugs.freedesktop
Note to myself the new tests need to go before the old one.
> -Original Message-
> From: Marta Lofstedt [mailto:marta.lofst...@linux.intel.com]
> Sent: Friday, January 8, 2016 2:56 PM
> To: mesa-dev@lists.freedesktop.org
> Cc: Lofstedt, Marta
> Subject: [PATCH] mesa: Move sanity check of B
From: Marta Lofstedt
Sanity check of BindVertexBuffer for OpenGL ES in
_mesa_handle_bind_buffer_gen breaks OpenGL ES 2 conformance.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93426
Signed-off-by: Marta Lofstedt
---
src/mesa/main/bufferobj.c | 2 +-
src/mesa/main/varray.c| 8 +++