diff options
author | Eric Anholt <[email protected]> | 2012-10-09 15:16:56 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-15 11:53:23 -0700 |
commit | 422566e1c7bb4b14fdc133a963bd9787cd98f369 (patch) | |
tree | 4c4f4706557bf9ff38e5067243f0533172613a1c /src/mesa/main/getstring.c | |
parent | cff1b1df4b7046359b9bf1c4072a241e8ecf1947 (diff) |
mesa: Remove support for parsing NV vertex programs.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/getstring.c')
-rw-r--r-- | src/mesa/main/getstring.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c index 54e518d2b49..57c7b339b50 100644 --- a/src/mesa/main/getstring.c +++ b/src/mesa/main/getstring.c @@ -139,7 +139,6 @@ _mesa_GetString( GLenum name ) if (ctx->API == API_OPENGL && (ctx->Extensions.NV_fragment_program || ctx->Extensions.ARB_fragment_program || - ctx->Extensions.NV_vertex_program || ctx->Extensions.ARB_vertex_program)) { return (const GLubyte *) ctx->Program.ErrorString; } |