Signed-off-by: Topi Pohjolainen <[email protected]>
---
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
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev