Mesa (master): i965: Drop the INTEL_DEBUG= state spam about the cache size check.

Eric Anholt anholt at kemper.freedesktop.org
Fri Feb 4 18:45:23 UTC 2011


Module: Mesa
Branch: master
Commit: 95cdce7f703ff24ee39ec9a341141622842d61b9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=95cdce7f703ff24ee39ec9a341141622842d61b9

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 19 19:52:15 2011 -0800

i965: Drop the INTEL_DEBUG=state spam about the cache size check.

There's way more interesting info in INTEL_DEBUG=state if you could find
it among the state size checks.

---

 src/mesa/drivers/dri/i965/brw_state_cache.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_state_cache.c b/src/mesa/drivers/dri/i965/brw_state_cache.c
index 7045888..01eeb19 100644
--- a/src/mesa/drivers/dri/i965/brw_state_cache.c
+++ b/src/mesa/drivers/dri/i965/brw_state_cache.c
@@ -431,8 +431,6 @@ brw_clear_cache(struct brw_context *brw, struct brw_cache *cache)
 void
 brw_state_cache_check_size(struct brw_context *brw)
 {
-   DBG("%s (n_items=%d)\n", __FUNCTION__, brw->cache.n_items);
-
    /* un-tuned guess.  Each object is generally a page, so 1000 of them is 4 MB of
     * state cache.
     */




More information about the mesa-commit mailing list