summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-10-09 17:28:55 -0700
committerEric Anholt <eric@anholt.net>2012-10-15 11:53:24 -0700
commitcb9a1bf316c1cb9a4273311e93d6bfa4d6e345c2 (patch)
tree461c60f7817878c003ef6f0623243dc37eacc700 /src/mesa/main/varray.h
parent8058a70763ff9e5b91eac8bd177c96679b5dd957 (diff)
downloadexternal_mesa3d-cb9a1bf316c1cb9a4273311e93d6bfa4d6e345c2.zip
external_mesa3d-cb9a1bf316c1cb9a4273311e93d6bfa4d6e345c2.tar.gz
external_mesa3d-cb9a1bf316c1cb9a4273311e93d6bfa4d6e345c2.tar.bz2
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
v2: Rebase on top of get.c changes. Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r--src/mesa/main/varray.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h
index d483612..1a346b2 100644
--- a/src/mesa/main/varray.h
+++ b/src/mesa/main/varray.h
@@ -142,11 +142,6 @@ _mesa_PointSizePointer(GLenum type, GLsizei stride, const GLvoid *ptr);
extern void GLAPIENTRY
-_mesa_VertexAttribPointerNV(GLuint index, GLint size, GLenum type,
- GLsizei stride, const GLvoid *pointer);
-
-
-extern void GLAPIENTRY
_mesa_VertexAttribPointerARB(GLuint index, GLint size, GLenum type,
GLboolean normalized, GLsizei stride,
const GLvoid *pointer);