From 1b258989462e907e45abbdf8743b0a75f22c02b3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 18 Jun 2001 17:26:08 +0000 Subject: Consolidated source files. Since the re-org a number of source files only had one or two functions left in them. --- src/mesa/main/blend.h | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/blend.h') diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index c2ec7093e2..3e8b4ec1b5 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -1,4 +1,4 @@ -/* $Id: blend.h,v 1.8 2001/03/12 00:48:37 gareth Exp $ */ +/* $Id: blend.h,v 1.9 2001/06/18 17:26:08 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -31,6 +31,7 @@ #include "mtypes.h" + extern void _mesa_BlendFunc( GLenum sfactor, GLenum dfactor ); @@ -48,4 +49,20 @@ extern void _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); +extern void +_mesa_AlphaFunc( GLenum func, GLclampf ref ); + + +extern void +_mesa_LogicOp( GLenum opcode ); + + +extern void +_mesa_IndexMask( GLuint mask ); + +extern void +_mesa_ColorMask( GLboolean red, GLboolean green, + GLboolean blue, GLboolean alpha ); + + #endif -- cgit v1.2.3