diff options
author | Eric Anholt <[email protected]> | 2014-05-18 21:24:47 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-07-02 12:45:59 -0700 |
commit | c00d3bd59d0587d1bab6903ce33af1f29163b371 (patch) | |
tree | 5ff74ca9d8da2d84f131b2a64c3483782e227621 /src/mesa/drivers/dri/i965/brw_state.h | |
parent | a6af5602afc595b57672ae9a2020dcd4ef1319ff (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.h | 2 |
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); |