aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-04-03 20:13:08 -0700
committerKenneth Graunke <[email protected]>2017-04-10 14:32:28 -0700
commitd30a92738ce09515cd9ec29e75cb020d1f251767 (patch)
tree565e844788da511ef8a70fa5afc9400e585c74d8 /src/mesa/drivers/dri/i965/brw_draw.h
parente0d15e9769cdfa887d2580eb50019516e7fda1fe (diff)
i965/drm: Rename drm_bacon_bo to brw_bo.
The bacon is all gone. This renames both the class and the related functions. We're about to run indent on the bufmgr code, so no need to worry about fixing bad indentation. Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_draw.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_draw.h b/src/mesa/drivers/dri/i965/brw_draw.h
index 8cac2aba9ed..3b999153c43 100644
--- a/src/mesa/drivers/dri/i965/brw_draw.h
+++ b/src/mesa/drivers/dri/i965/brw_draw.h
@@ -34,7 +34,7 @@ struct brw_context;
uint32_t *
brw_emit_vertex_buffer_state(struct brw_context *brw,
unsigned buffer_nr,
- drm_bacon_bo *bo,
+ struct brw_bo *bo,
unsigned start_offset,
unsigned end_offset,
unsigned stride,