mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
i965/blorp: Prepare to switch from compute pipeline
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
aa322f8ae5
commit
7644e8ab68
1 changed files with 2 additions and 0 deletions
|
|
@ -227,6 +227,8 @@ brw_blorp_exec(struct brw_context *brw, const brw_blorp_params *params)
|
|||
*/
|
||||
brw_emit_mi_flush(brw);
|
||||
|
||||
brw_select_pipeline(brw, BRW_RENDER_PIPELINE);
|
||||
|
||||
retry:
|
||||
intel_batchbuffer_require_space(brw, estimated_max_batch_usage, RENDER_RING);
|
||||
intel_batchbuffer_save_state(brw);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue