softpipe: use proper type for format field

This commit is contained in:
Brian Paul 2011-01-22 16:53:16 -07:00
parent 11fbdf726d
commit 4e2c077879

View file

@ -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 */
};