summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbprogram.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-05-01 22:44:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-05-01 22:44:02 +0000
commit92f9785c727ea10ff5f8dc9770f0e8f388fcea70 (patch)
tree10335899a8205128723f6b459d827e918bbc2d86 /src/mesa/main/arbprogram.h
parent09b00c5ded8e6211c9c79be600bb8c8ecad0d8fc (diff)
downloadexternal_mesa3d-92f9785c727ea10ff5f8dc9770f0e8f388fcea70.zip
external_mesa3d-92f9785c727ea10ff5f8dc9770f0e8f388fcea70.tar.gz
external_mesa3d-92f9785c727ea10ff5f8dc9770f0e8f388fcea70.tar.bz2
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Misc vertex array / vertex program changes.
Diffstat (limited to 'src/mesa/main/arbprogram.h')
-rw-r--r--src/mesa/main/arbprogram.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h
index 5a4436a..a403090 100644
--- a/src/mesa/main/arbprogram.h
+++ b/src/mesa/main/arbprogram.h
@@ -136,12 +136,6 @@ _mesa_VertexAttrib4NuivARB(GLuint index, const GLuint *v);
extern void
-_mesa_VertexAttribPointerARB(GLuint index, GLint size, GLenum type,
- GLboolean normalized, GLsizei stride,
- const GLvoid *pointer);
-
-
-extern void
_mesa_EnableVertexAttribArrayARB(GLuint index);