diff options
author | Eric Anholt <[email protected]> | 2014-04-06 10:49:49 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-04-11 13:38:52 -0700 |
commit | 3f9440cfbb0b616b81ad9f03814ebab7e2b7b8c2 (patch) | |
tree | a5490854a6e3a36d501257ccb726a621288675a0 /src/mesa/drivers/dri/i965/brw_blorp.cpp | |
parent | fe4f373eb42e9e55e66be108d310b500c7115442 (diff) |
i965/gen7: Skip repeated NULL depth/stencil state emits.
Improves cairo performance on glamor by 2.87752% +/- 0.966977 (n=57).
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.cpp')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.cpp b/src/mesa/drivers/dri/i965/brw_blorp.cpp index 252219e8564..57ff30a7fb0 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.cpp +++ b/src/mesa/drivers/dri/i965/brw_blorp.cpp @@ -278,6 +278,7 @@ retry: */ brw->state.dirty.brw = ~0; brw->state.dirty.cache = ~0; + brw->no_depth_or_stencil = false; brw->ib.type = -1; /* Flush the sampler cache so any texturing from the destination is |