summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-14 20:00:28 -0600
committerBrian Paul <brianp@vmware.com>2009-04-14 20:00:28 -0600
commit0115a4f8f1952b166eaad09f317ff8bc465e0f28 (patch)
tree46306702a6b3258a9cfde025540e87f65cfb2a70 /src/mesa/shader
parent62c45ec951829563b92a95cce5b9621e70c971a4 (diff)
mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functions
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/shader_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/shader_api.c b/src/mesa/shader/shader_api.c
index 75e38960e9..9038f7d1de 100644
--- a/src/mesa/shader/shader_api.c
+++ b/src/mesa/shader/shader_api.c
@@ -1897,7 +1897,7 @@ set_program_uniform_matrix(GLcontext *ctx, struct gl_program *program,
*/
static void
_mesa_uniform_matrix(GLcontext *ctx, GLint cols, GLint rows,
- GLenum matrixType, GLint location, GLsizei count,
+ GLint location, GLsizei count,
GLboolean transpose, const GLfloat *values)
{
struct gl_shader_program *shProg = ctx->Shader.CurrentProgram;