summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texturebarrier.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texturebarrier.c')
-rw-r--r--src/mesa/main/texturebarrier.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texturebarrier.c b/src/mesa/main/texturebarrier.c
index 56cc8718ca3..08ff561504c 100644
--- a/src/mesa/main/texturebarrier.c
+++ b/src/mesa/main/texturebarrier.c
@@ -48,7 +48,6 @@ void GLAPIENTRY
_mesa_TextureBarrierNV(void)
{
GET_CURRENT_CONTEXT(ctx);
- ASSERT_OUTSIDE_BEGIN_END(ctx);
ctx->Driver.TextureBarrier(ctx);
}