From 4e2c077879dce298aa0f2648cac1dba1fa5a58af Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 22 Jan 2011 16:53:16 -0700 Subject: softpipe: use proper type for format field --- src/gallium/drivers/softpipe/sp_tex_tile_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/softpipe') diff --git a/src/gallium/drivers/softpipe/sp_tex_tile_cache.h b/src/gallium/drivers/softpipe/sp_tex_tile_cache.h index 2220955b71..9bced37990 100644 --- a/src/gallium/drivers/softpipe/sp_tex_tile_cache.h +++ b/src/gallium/drivers/softpipe/sp_tex_tile_cache.h @@ -92,7 +92,7 @@ struct softpipe_tex_tile_cache unsigned swizzle_g; unsigned swizzle_b; unsigned swizzle_a; - unsigned format; + enum pipe_format format; struct softpipe_tex_cached_tile *last_tile; /**< most recently retrieved tile */ }; -- cgit v1.2.3