commit | c628fd743ee3c3305e9beac7f0e6efacf6982115 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Tue Nov 23 10:28:43 2010 -0700 |
committer | Brian Paul <brianp@vmware.com> | Tue Nov 23 15:52:43 2010 -0700 |
tree | 873ae98daf0b76c1778e0c10da0226ca91bff089 | |
parent | 512f840702d58b48607a9dca06dd939256c7afed [diff] [blame] |
mesa: replace #defines with new gl_shader_type enum
diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c index 1e99e1e..9ffa49b 100644 --- a/src/mesa/program/program.c +++ b/src/mesa/program/program.c
@@ -925,7 +925,7 @@ */ GLboolean _mesa_valid_register_index(const struct gl_context *ctx, - GLuint shaderType, + gl_shader_type shaderType, gl_register_file file, GLint index) { const struct gl_program_constants *c;