summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/attrib.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2002-02-13 00:53:19 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2002-02-13 00:53:19 +0000
commit0cb28418d06c30e431bdff515c1d36a812d5950d (patch)
tree4055885872891fb515f0acb780bf63a3a5fb02b8 /src/mesa/main/attrib.h
parent12a1024d9d003afe1212cc48af04dac81c034299 (diff)
downloadexternal_mesa3d-0cb28418d06c30e431bdff515c1d36a812d5950d.zip
external_mesa3d-0cb28418d06c30e431bdff515c1d36a812d5950d.tar.gz
external_mesa3d-0cb28418d06c30e431bdff515c1d36a812d5950d.tar.bz2
More suport for t&l drivers
Fix GLuint compare bugs Fix RESET_STIPPLE calls
Diffstat (limited to 'src/mesa/main/attrib.h')
-rw-r--r--src/mesa/main/attrib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/attrib.h b/src/mesa/main/attrib.h
index 5ce75fc..fabe3e0 100644
--- a/src/mesa/main/attrib.h
+++ b/src/mesa/main/attrib.h
@@ -1,4 +1,4 @@
-/* $Id: attrib.h,v 1.5 2001/03/12 00:48:37 gareth Exp $ */
+/* $Id: attrib.h,v 1.6 2002/02/13 00:53:19 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -31,7 +31,6 @@
#include "mtypes.h"
-
extern void
_mesa_PushAttrib( GLbitfield mask );