From 7644e8ab6814554420b01a900643ba72bb09b2c9 Mon Sep 17 00:00:00 2001 From: Topi Pohjolainen Date: Fri, 15 Apr 2016 10:43:05 +0300 Subject: [PATCH] i965/blorp: Prepare to switch from compute pipeline Signed-off-by: Topi Pohjolainen Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_blorp.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.11.0