summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/barrier.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2016-08-12 19:07:33 -0700
committerKenneth Graunke <kenneth@whitecape.org>2016-08-25 19:22:09 -0700
commit1a1f4496c6aebc3ffcda4a6fc65290b3b5ad8195 (patch)
treee676c4dab746cef85855e838f7369b579da35be8 /src/mesa/main/barrier.h
parentc2fd6b0f5d1c964fa63e72d6938721cba9597629 (diff)
downloadexternal_mesa3d-1a1f4496c6aebc3ffcda4a6fc65290b3b5ad8195.zip
external_mesa3d-1a1f4496c6aebc3ffcda4a6fc65290b3b5ad8195.tar.gz
external_mesa3d-1a1f4496c6aebc3ffcda4a6fc65290b3b5ad8195.tar.bz2
mesa: Rename _mesa_BlendBarrierMESA to _mesa_BlendBarrier.
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>
Diffstat (limited to 'src/mesa/main/barrier.h')
-rw-r--r--src/mesa/main/barrier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/barrier.h b/src/mesa/main/barrier.h
index 21dce90..d54c02a 100644
--- a/src/mesa/main/barrier.h
+++ b/src/mesa/main/barrier.h
@@ -48,6 +48,6 @@ void GLAPIENTRY
_mesa_MemoryBarrierByRegion(GLbitfield barriers);
void GLAPIENTRY
-_mesa_BlendBarrierMESA(void);
+_mesa_BlendBarrier(void);
#endif /* BARRIER_H */