summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-10-31 18:09:44 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-10-31 18:09:44 +0000
commit724abeb058ca9372c5a9b9e38ee43dde1accaa41 (patch)
tree964fba63d45d79ff38dab32f8e8614e68d46e4bc /src/mesa/main/blend.h
parente3a051e0538a605551f4d58294c94f5eb00ed07f (diff)
downloadexternal_mesa3d-724abeb058ca9372c5a9b9e38ee43dde1accaa41.zip
external_mesa3d-724abeb058ca9372c5a9b9e38ee43dde1accaa41.tar.gz
external_mesa3d-724abeb058ca9372c5a9b9e38ee43dde1accaa41.tar.bz2
Moved the software rasterizer to a new directory.
Diffstat (limited to 'src/mesa/main/blend.h')
-rw-r--r--src/mesa/main/blend.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h
index 7df8845..f495673 100644
--- a/src/mesa/main/blend.h
+++ b/src/mesa/main/blend.h
@@ -1,4 +1,4 @@
-/* $Id: blend.h,v 1.5 2000/10/28 18:34:48 brianp Exp $ */
+/* $Id: blend.h,v 1.6 2000/10/31 18:09:44 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -31,19 +31,6 @@
#include "types.h"
-
-
-extern void
-_mesa_blend_span( GLcontext *ctx, GLuint n, GLint x, GLint y,
- GLchan rgba[][4], const GLubyte mask[] );
-
-
-extern void
-_mesa_blend_pixels( GLcontext *ctx,
- GLuint n, const GLint x[], const GLint y[],
- GLchan rgba[][4], const GLubyte mask[] );
-
-
extern void
_mesa_BlendFunc( GLenum sfactor, GLenum dfactor );