Module: Mesa
Branch: master
Commit: 89b9ef937c11598817e0ec2d20d70b5254d4e406
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=89b9ef937c11598817e0ec2d20d70b5254d4e406

Author: Chris Forbes <[email protected]>
Date:   Sun Nov 23 13:31:10 2014 +1300

mesa: Fix function name in GetActiveUniformName error

Signed-off-by: Chris Forbes <[email protected]>

---

 src/mesa/main/uniforms.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/uniforms.c b/src/mesa/main/uniforms.c
index f7d5e89..d2d70e7 100644
--- a/src/mesa/main/uniforms.c
+++ b/src/mesa/main/uniforms.c
@@ -1208,7 +1208,7 @@ _mesa_GetActiveUniformName(GLuint program, GLuint 
uniformIndex,
    struct gl_shader_program *shProg;
 
    if (!ctx->Extensions.ARB_uniform_buffer_object) {
-      _mesa_error(ctx, GL_INVALID_OPERATION, "glGetActiveUniformBlockiv");
+      _mesa_error(ctx, GL_INVALID_OPERATION, "glGetActiveUniformName");
       return;
    }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to