diff options
author | Jordan Justen <[email protected]> | 2018-11-11 18:01:56 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2018-12-12 22:28:06 -0800 |
commit | c506eae53de5d7cd3b14f862b42fc490fa997e58 (patch) | |
tree | 8c383636a5d17018715fdbd932e79f93b8a9e728 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 1b85c605a60a80975460a04c8a15af88866ade1b (diff) |
i965/compute: Emit GPGPU_WALKER in genX_state_upload
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index b278bdd477d..a5c49760175 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -752,6 +752,8 @@ struct brw_context struct brw_bo *bo, uint32_t offset_in_bytes, uint32_t report_id); + + void (*emit_compute_walker)(struct brw_context *brw); } vtbl; struct brw_bufmgr *bufmgr; |