summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogram.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-25 21:42:13 -0600
committerBrian Paul <brianp@vmware.com>2010-05-25 21:42:13 -0600
commitd3f598a506d911e7cbbe561a798d284a154da3cd (patch)
treebe072e258a2960585d13a0d3a7f369bfcc648445 /src/mesa/shader/arbprogram.h
parenta830eef8c28370dc28f6df22d831ff2f22055d48 (diff)
mesa: move all vertex array functions into varray.c
Diffstat (limited to 'src/mesa/shader/arbprogram.h')
-rw-r--r--src/mesa/shader/arbprogram.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mesa/shader/arbprogram.h b/src/mesa/shader/arbprogram.h
index d7f553c08e..df16513e39 100644
--- a/src/mesa/shader/arbprogram.h
+++ b/src/mesa/shader/arbprogram.h
@@ -37,38 +37,6 @@ extern void GLAPIENTRY
_mesa_GenPrograms(GLsizei n, GLuint *ids);
-extern void GLAPIENTRY
-_mesa_EnableVertexAttribArrayARB(GLuint index);
-
-
-extern void GLAPIENTRY
-_mesa_DisableVertexAttribArrayARB(GLuint index);
-
-
-extern void GLAPIENTRY
-_mesa_GetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble *params);
-
-
-extern void GLAPIENTRY
-_mesa_GetVertexAttribfvARB(GLuint index, GLenum pname, GLfloat *params);
-
-
-extern void GLAPIENTRY
-_mesa_GetVertexAttribivARB(GLuint index, GLenum pname, GLint *params);
-
-
-extern void GLAPIENTRY
-_mesa_GetVertexAttribIiv(GLuint index, GLenum pname, GLint *params);
-
-
-extern void GLAPIENTRY
-_mesa_GetVertexAttribIuiv(GLuint index, GLenum pname, GLuint *params);
-
-
-extern void GLAPIENTRY
-_mesa_GetVertexAttribPointervARB(GLuint index, GLenum pname, GLvoid **pointer);
-
-
extern GLboolean GLAPIENTRY
_mesa_IsProgramARB(GLuint id);