summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorRohan Garg <rohan.garg@collabora.com>2021-04-18 23:17:44 +0200
committerRohan Garg <rohan@garg.io>2021-04-28 13:48:03 +0000
commit58890ea199fee8108de0c7be1471bdc4cfd50951 (patch)
tree9a66af09c73286840dfbaedd7a00c0f9e67b1d2b /src/mesa/drivers/dri/i965/brw_context.h
parent3a9786d4eef583ee3dae4bba3669fe8ad7ca3670 (diff)
i965: fix in fences backend for ext_external_objects edge case
This ports adc575dbf667f3f60ed1790bb4b6e4c21c1385db to i965 Signed-off-by: Rohan Garg <rohan.garg@collabora.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Eleni Maria Stea <elene.mst@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5594>
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 a8a0cf3ca4e..b39c4a7d76d 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -504,6 +504,7 @@ struct brw_batch {
bool needs_sol_reset;
bool state_base_address_emitted;
bool no_wrap;
+ bool contains_fence_signal;
struct brw_reloc_list batch_relocs;
struct brw_reloc_list state_relocs;