commit | 6be8127ea4151a4f3da933d6b2cca917ed3dbfad | [log] [tgz] |
---|---|---|
author | Tilman Sauerbeck <tilman@freedesktop.org> | Tue May 30 16:57:52 2006 +0000 |
committer | Tilman Sauerbeck <tilman@freedesktop.org> | Tue May 30 16:57:52 2006 +0000 |
tree | ff7742eaf6d8b752db60141b476ce7a57f7f54e0 | |
parent | 51fec69ea6dec237f996161ae5a4a30ae563a2f1 [diff] |
don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, which is actually handled
diff --git a/src/mesa/shader/arbprogram.c b/src/mesa/shader/arbprogram.c index 9cc5488..4771c69 100644 --- a/src/mesa/shader/arbprogram.c +++ b/src/mesa/shader/arbprogram.c
@@ -132,6 +132,7 @@ return; } params[0] = (GLfloat) ctx->Array.VertexAttrib[index].BufferObj->Name; + break; default: _mesa_error(ctx, GL_INVALID_ENUM, "glGetVertexAttribfvARB(pname)"); return;