summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/light.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-11-24 10:25:05 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-11-24 10:25:05 +0000
commitad2ac216fa0cbebc36530bf9e5256e902710b892 (patch)
tree2b44b0129679558d0a1760bf94d75bcdbfe145ad /src/mesa/main/light.h
parent00608a79dce1ea5e274f35b0a1883f7b623b9d7a (diff)
downloadexternal_mesa3d-ad2ac216fa0cbebc36530bf9e5256e902710b892.zip
external_mesa3d-ad2ac216fa0cbebc36530bf9e5256e902710b892.tar.gz
external_mesa3d-ad2ac216fa0cbebc36530bf9e5256e902710b892.tar.bz2
Support for swappable t&l modules, including an example one in the FX
driver (enable with FX_ALLOW_VTXFMT=t).
Diffstat (limited to 'src/mesa/main/light.h')
-rw-r--r--src/mesa/main/light.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h
index 134e378..604e4d5 100644
--- a/src/mesa/main/light.h
+++ b/src/mesa/main/light.h
@@ -1,4 +1,4 @@
-/* $Id: light.h,v 1.6 2000/11/22 07:32:17 joukj Exp $ */
+/* $Id: light.h,v 1.7 2000/11/24 10:25:05 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -63,18 +63,6 @@ extern void
_mesa_LightModeliv( GLenum pname, const GLint *params );
extern void
-_mesa_Materialf( GLenum face, GLenum pname, GLfloat param );
-
-extern void
-_mesa_Materialfv( GLenum face, GLenum pname, const GLfloat *params );
-
-extern void
-_mesa_Materiali( GLenum face, GLenum pname, GLint param );
-
-extern void
-_mesa_Materialiv( GLenum face, GLenum pname, const GLint *params );
-
-extern void
_mesa_GetLightfv( GLenum light, GLenum pname, GLfloat *params );
extern void