/*
* Mesa 3-D graphics library
- * Version: 6.3
+ * Version: 6.3.1
*
* Copyright (C) 2005 Tungsten Graphics All Rights Reserved.
*
/* Construct a ureg:
*/
-static struct ureg make_ureg(GLuint file, GLuint idx)
+static struct ureg make_ureg(GLuint file, GLint idx)
{
struct ureg reg;
reg.file = file;
GLfloat s3)
{
GLfloat values[4];
- GLuint idx;
+ GLint idx;
values[0] = s0;
values[1] = s1;
values[2] = s2;
GLint s5)
{
GLint tokens[6];
- GLuint idx;
+ GLint idx;
tokens[0] = s0;
tokens[1] = s1;
tokens[2] = s2;