Signed-off-by: Topi Pohjolainen <topi.pohjolai...@intel.com>
---
 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 618949c..5f0083c 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.5.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to