[Mesa-dev] [PATCH 37/40] i965/blorp: Leave new batch signaling to batch buffer logic
Topi Pohjolainen
topi.pohjolainen at intel.com
Sat Apr 16 13:43:05 UTC 2016
Signed-off-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
---
src/mesa/drivers/dri/i965/brw_blorp.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.cpp b/src/mesa/drivers/dri/i965/brw_blorp.cpp
index 1d3b3e2..04a2a74 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.cpp
+++ b/src/mesa/drivers/dri/i965/brw_blorp.cpp
@@ -285,7 +285,8 @@ retry:
intel_batchbuffer_flush(brw);
const uint64_t do_not_smash_bits = BRW_NEW_URB_SIZE |
- BRW_NEW_STATE_BASE_ADDRESS;
+ BRW_NEW_STATE_BASE_ADDRESS |
+ BRW_NEW_BATCH;
/* We've smashed all state compared to what the normal 3D pipeline
* rendering tracks for GL.
--
2.5.5
More information about the mesa-dev
mailing list