r600g: Fix the type of the family field in r600_pipe_context.
Signed-off-by: Henri Verbeet <hverbeet@gmail.com>
This commit is contained in:
@@ -175,7 +175,7 @@ struct r600_pipe_fences {
|
||||
struct r600_pipe_context {
|
||||
struct pipe_context context;
|
||||
struct blitter_context *blitter;
|
||||
unsigned family;
|
||||
enum radeon_family family;
|
||||
void *custom_dsa_flush;
|
||||
struct r600_screen *screen;
|
||||
struct radeon *radeon;
|
||||
|
||||
Reference in New Issue
Block a user