diff options
Diffstat (limited to 'src/mesa/main/blend.c')
-rw-r--r-- | src/mesa/main/blend.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c index 541c24852d5..3fa9678730d 100644 --- a/src/mesa/main/blend.c +++ b/src/mesa/main/blend.c @@ -816,6 +816,14 @@ _mesa_LogicOp( GLenum opcode ) void GLAPIENTRY +_mesa_LogicOp_no_error(GLenum opcode) +{ + GET_CURRENT_CONTEXT(ctx); + logic_op(ctx, opcode); +} + + +void GLAPIENTRY _mesa_IndexMask( GLuint mask ) { GET_CURRENT_CONTEXT(ctx); |