summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-08-02 23:40:50 -0700
committerKenneth Graunke <[email protected]>2017-08-04 10:26:37 -0700
commit29ba502a4e28471f67e4e904ae503157087efd20 (patch)
treec77f61ecc0c241d1d14e78902d8a978705c91ff3 /src/mesa/drivers/dri/i965/brw_context.h
parente24f3fb7c84a6fa9445300347dbfa7da8a0dade8 (diff)
i965: Use I915_EXEC_BATCH_FIRST when available.
This will make it easier to use I915_EXEC_HANDLE_LUT. Based on a patch by Chris Wilson.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index a4a04daaa99..33e8947bb8f 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -451,6 +451,7 @@ struct intel_batchbuffer {
uint32_t state_batch_offset;
enum brw_gpu_ring ring;
+ bool use_batch_first;
bool needs_sol_reset;
bool state_base_address_emitted;