diff options
author | Eric Anholt <[email protected]> | 2013-11-19 16:00:28 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-11-23 12:55:04 -0800 |
commit | 1efe2ef620ba592d25d127d64d435fbf2db0bbda (patch) | |
tree | 12110b77a623bb00e9f938e074ba290182e98fbf /src/mesa/drivers | |
parent | 47ff55fa86f9bf74cf05944f4420bb6f2208790a (diff) |
i965: Fix streamed state dumping/annotation after the blorp-flush change.
I think I was thinking of the batch command packet cache when I pasted
this in, but this counter is only used for dumping out streamed state for
INTEL_DEBUG=batch and for putting annotations in our aub files.
Cc: "10.0" <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
(cherry picked from commit 5891f981452c1c5ed45b5a7e5fe54a9884ced2b6)
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.cpp b/src/mesa/drivers/dri/i965/brw_blorp.cpp index 4cbcebe5b32..fda86f88798 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.cpp +++ b/src/mesa/drivers/dri/i965/brw_blorp.cpp @@ -266,7 +266,6 @@ retry: */ brw->state.dirty.brw = ~0; brw->state.dirty.cache = ~0; - brw->state_batch_count = 0; brw->batch.need_workaround_flush = true; brw->ib.type = -1; intel_batchbuffer_clear_cache(brw); |