diff options
Diffstat (limited to 'src/mesa/main/blend.h')
-rw-r--r-- | src/mesa/main/blend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index 675e50d3886..b0a8cbd200b 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -98,6 +98,10 @@ _mesa_LogicOp( GLenum opcode ); extern void GLAPIENTRY +_mesa_LogicOp_no_error(GLenum opcode); + + +extern void GLAPIENTRY _mesa_IndexMask( GLuint mask ); extern void GLAPIENTRY |