Note that _mesa_BlendBarrierMESA is not currently hooked up in the
glapi XML, so we can just rename it. We'll hook it up for the
KHR_blend_equation_advanced extension shortly.
We may as well use the ES 3.2 core name with no suffixes.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
}
void GLAPIENTRY
-_mesa_BlendBarrierMESA(void)
+_mesa_BlendBarrier(void)
{
GET_CURRENT_CONTEXT(ctx);
_mesa_MemoryBarrierByRegion(GLbitfield barriers);
void GLAPIENTRY
-_mesa_BlendBarrierMESA(void);
+_mesa_BlendBarrier(void);
#endif /* BARRIER_H */