From: Topi Pohjolainen Date: Fri, 15 Apr 2016 07:43:05 +0000 (+0300) Subject: i965/blorp: Prepare to switch from compute pipeline X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7644e8ab6814554420b01a900643ba72bb09b2c9;p=mesa.git i965/blorp: Prepare to switch from compute pipeline Signed-off-by: Topi Pohjolainen Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/brw_blorp.cpp b/src/mesa/drivers/dri/i965/brw_blorp.cpp index 618949c72a8..5f0083c1029 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.cpp +++ b/src/mesa/drivers/dri/i965/brw_blorp.cpp @@ -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);