summaryrefslogtreecommitdiff
path: root/src/mesa/main/clip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/clip.h')
-rw-r--r--src/mesa/main/clip.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h
index 03e09ca7e5..b8ea954dca 100644
--- a/src/mesa/main/clip.h
+++ b/src/mesa/main/clip.h
@@ -1,4 +1,4 @@
-/* $Id: clip.h,v 1.1 1999/08/19 00:55:41 jtg Exp $ */
+/* $Id: clip.h,v 1.2 1999/09/18 20:41:22 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -47,16 +47,8 @@
-typedef GLuint (*clip_line_func)( struct vertex_buffer *VB,
- GLuint *i, GLuint *j,
- GLubyte mask);
-typedef GLuint (*clip_poly_func)( struct vertex_buffer *VB,
- GLuint n, GLuint vlist[],
- GLubyte mask );
-
-extern clip_poly_func gl_poly_clip_tab[5];
-extern clip_line_func gl_line_clip_tab[5];
+#define CLIP_TAB_EDGEFLAG 1
extern void gl_init_clip(void);