[Mesa-dev] [PATCH 0/3] mesa: Fix a dEQP test

Chad Versace chad at kiwitree.net
Thu Aug 11 17:11:27 UTC 2016


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


More information about the mesa-dev mailing list