Revert "util: Move the alternate fpclassify implementation to util"
[mesa.git] / src / mesa / main / uniforms.h
index 6575a52f4a5a71502b227ed166a12d993793be82..0a9ee7de92ca6bfba1875b4a1a241896b05f4d24 100644 (file)
@@ -265,7 +265,9 @@ _mesa_get_uniform_location(struct gl_shader_program *shProg,
 void
 _mesa_uniform(struct gl_context *ctx, struct gl_shader_program *shader_program,
              GLint location, GLsizei count,
-              const GLvoid *values, GLenum type);
+              const GLvoid *values,
+              enum glsl_base_type basicType,
+              unsigned src_components);
 
 void
 _mesa_uniform_matrix(struct gl_context *ctx, struct gl_shader_program *shProg,