mesa: Add support for 64-bit integer uniforms
[mesa.git] / src / mesa / math / m_matrix.h
index 2b097cb31302125ce52cbed374a825be643d0984..c34d9e3022f7e9044ec8fc46e027278beed00576 100644 (file)
@@ -122,8 +122,8 @@ _math_matrix_frustum( GLmatrix *mat,
                      GLfloat nearval, GLfloat farval );
 
 extern void
-_math_matrix_viewport(GLmatrix *m, GLint x, GLint y, GLint width, GLint height,
-                      GLfloat zNear, GLfloat zFar, GLfloat depthMax);
+_math_matrix_viewport( GLmatrix *m, const float scale[3],
+                       const float translate[3], double depthMax );
 
 extern void
 _math_matrix_set_identity( GLmatrix *dest );