i965: change parameter type to gl_format

This commit is contained in:
Brian Paul
2009-10-21 20:00:43 -06:00
parent c55b355fd4
commit 4bd70b5cff
@@ -69,7 +69,8 @@ static GLuint translate_tex_target( GLenum target )
}
static GLuint translate_tex_format( GLuint mesa_format, GLenum internal_format,
static GLuint translate_tex_format( gl_format mesa_format,
GLenum internal_format,
GLenum depth_mode )
{
switch( mesa_format ) {