aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-05-18 21:24:47 -0700
committerKenneth Graunke <[email protected]>2014-07-02 12:45:59 -0700
commitc00d3bd59d0587d1bab6903ce33af1f29163b371 (patch)
tree5ff74ca9d8da2d84f131b2a64c3483782e227621 /src/mesa/drivers/dri/i965/brw_state.h
parenta6af5602afc595b57672ae9a2020dcd4ef1319ff (diff)
i965: Reuse libdrm's header for AUB definitions.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index c52a977623c..68659612d7b 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -196,7 +196,7 @@ void brw_destroy_caches( struct brw_context *brw );
intel_batchbuffer_data(brw, (s), sizeof(*(s)), RENDER_RING)
void *brw_state_batch(struct brw_context *brw,
- enum state_struct_type type,
+ enum aub_state_struct_type type,
int size,
int alignment,
uint32_t *out_offset);