diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:41:46 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:36 +0300 |
commit | b7d15977f66bb3de9c475e3138c56ab1d4151382 (patch) | |
tree | d72209ac2902494664a4973c4a4b7f7a367c24a1 /src/mesa/main/varray.c | |
parent | ae241747c8b12a089efd6f5b868758a3bc6e84b4 (diff) |
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.c')
-rw-r--r-- | src/mesa/main/varray.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c index 91452b75fa6..ab446e29d5a 100644 --- a/src/mesa/main/varray.c +++ b/src/mesa/main/varray.c @@ -431,7 +431,6 @@ _mesa_PointSizePointer(GLenum type, GLsizei stride, const GLvoid *ptr) } -#if FEATURE_NV_vertex_program /** * Set a vertex attribute array. * Note that these arrays DO alias the conventional GL vertex arrays @@ -462,7 +461,6 @@ _mesa_VertexAttribPointerNV(GLuint index, GLint size, GLenum type, legalTypes, 1, BGRA_OR_4, size, type, stride, normalized, GL_FALSE, ptr); } -#endif #if FEATURE_ARB_vertex_program |