mesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT query
authorBrian Paul <brianp@vmware.com>
Mon, 17 Jul 2017 18:09:42 +0000 (12:09 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 18 Jul 2017 14:32:29 +0000 (08:32 -0600)
commit3d49fcb3e56d80bfc28ae2bdf932e93a59d89a22
treeeaf45f61d1f5d50212b5984ddd19d67f8c43fd01
parenta522ce9977793b4fb2afe208009cafd11186909f
mesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT query

This query is not allowed in GL core profile 3.3 and later (since
GL_QUADS and GL_QUAD_STRIP are disallowed).  The query was (mistakenly)
supported in GL 3.2.  This fixes the glGet error test accordingly.

Reviewed-by: Neha Bhende<bhenden@vmware.com>
src/mesa/main/get.c
src/mesa/main/get_hash_params.py