Fixes test
dEQP-GLES3.functional.negative_api.buffer.framebuffer_texture2d.

I tested this patch for regressions on Skylake with:
  % ./deqp-gles3 --deqp-case= 'dEQP-GLES3.functional.negative_api.*'
  % ./deqp-gles3 --deqp-case='dEQP-GLES3.functional.fbo.color.texcube.*'

This patch series lives at
  git://git.kiwitree.net/~chadv/mesa
  branch review/fix-deqp-framebuffertexture-error

Chad Versace (3):
  mesa: Document that _mesa_enum_to_string() returns non-null
  mesa: Add _mesa_enum_to_string2()
  mesa: Fix glFramebufferTexture* error codes

 src/mapi/glapi/gen/gl_enums.py | 24 ++++++++++++++++++++----
 src/mesa/main/enums.h          |  2 ++
 src/mesa/main/fbobject.c       | 32 +++++++++++++++++++++-----------
 3 files changed, 43 insertions(+), 15 deletions(-)

-- 
2.9.2
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to