projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a2e91
)
i965: Drop the INTEL_DEBUG=state spam about the cache size check.
author
Eric Anholt
<eric@anholt.net>
Thu, 20 Jan 2011 03:52:15 +0000
(19:52 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 4 Feb 2011 18:18:38 +0000
(12:18 -0600)
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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_state_cache.c
b/src/mesa/drivers/dri/i965/brw_state_cache.c
index 7045888ad4a034ae44ed7b0bdfd0d959cbab62e1..01eeb19a6842a64223f55ff209c243c5c49f25e1 100644
(file)
--- 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.
*/