glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 category.
authorFrancisco Jerez <currojerez@riseup.net>
Tue, 18 Oct 2016 21:53:20 +0000 (14:53 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Thu, 20 Oct 2016 22:55:21 +0000 (15:55 -0700)
commit15a084a03998c5c86206137fdaf6f43b5f98485a
tree58820b324d2155b392e87de80f29a900b95133ec
parent889ee4da05400687a6c5296a7632dc26f1d61924
glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 category.

These two GLES 3.2 entry points were being defined in the category of
the ARB_ES3_2_compatibility and KHR_blend_equation_advanced extensions
respectively instead of in the ES3.2 category.  Defining them in the
ES3.2 category makes sure that the gl_procs.py generator emits
declarations in the glprocs.h header file for the unsuffixed GLES-only
entry points that PrimitiveBoundingBoxARB and BlendBarrierKHR
respectively alias.  This should avoid a compilation failure during
scons builds in combination with "mapi: export all GLES 3.2 functions
in libGLESv2.so".

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/mapi/glapi/gen/gl_API.xml