i965: change parameter type to gl_format
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user