glapi: add glBlendBarrier(), glPrimitiveBoundingBox() prototypes
authorBrian Paul <brianp@vmware.com>
Mon, 26 Mar 2018 22:47:46 +0000 (16:47 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 29 Mar 2018 14:45:10 +0000 (08:45 -0600)
commit4ff6a7b0de47b1f4037068497281aa824ddb914a
tree05f60e3b9e766c98d8784e953982533ebccede11
parent5cd5878a1f8cbd2d878f0941d86f33530950acb4
glapi: add glBlendBarrier(), glPrimitiveBoundingBox() prototypes

in glapi_dispatch.c, as we have for many other GLES functions.
Fixes a cross-compile issue (missing prototype) when GLES support
is disabled.

Reviewed-by: Sinclair Yeh <syeh@vmware.com>
src/mapi/glapi/glapi_dispatch.c