X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Ftexturebarrier.c;h=08ff561504cc4c14fe03c8af1b1794302a564e07;hb=1581e12aba3712fe4884586c7be6087b0a4a0041;hp=56cc8718ca38e7e5e4668c158e358da02dad5df6;hpb=2bf95c519e755146704f4942b1703d47d18bfeaa;p=mesa.git 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); }