summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/barrier.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/barrier.c')
-rw-r--r--src/mesa/main/barrier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/barrier.c b/src/mesa/main/barrier.c
index 2c8194e6eba..0f0b0a210d1 100644
--- a/src/mesa/main/barrier.c
+++ b/src/mesa/main/barrier.c
@@ -127,7 +127,7 @@ _mesa_BlendBarrier(void)
{
GET_CURRENT_CONTEXT(ctx);
- if (!ctx->Extensions.MESA_shader_framebuffer_fetch_non_coherent &&
+ if (!ctx->Extensions.EXT_shader_framebuffer_fetch_non_coherent &&
!ctx->Extensions.KHR_blend_equation_advanced) {
_mesa_error(ctx, GL_INVALID_OPERATION,
"glBlendBarrier(not supported)");