projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7801a8c
)
i965: Make a slight distinction in perf debug for BOs versus miptrees.
author
Eric Anholt
<eric@anholt.net>
Tue, 27 Aug 2013 19:25:58 +0000
(12:25 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 30 Aug 2013 18:30:44 +0000
(11:30 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
index f8cf96f1627aca32276e031220fe0a5414662c16..5f8041fbc75c960c550fa1f22a098a0aaeac76f6 100644
(file)
--- a/
src/mesa/drivers/dri/i965/intel_mipmap_tree.c
+++ b/
src/mesa/drivers/dri/i965/intel_mipmap_tree.c
@@
-1635,7
+1635,7
@@
intel_miptree_map_raw(struct brw_context *brw, struct intel_mipmap_tree *mt)
if (unlikely(INTEL_DEBUG & DEBUG_PERF)) {
if (drm_intel_bo_busy(bo)) {
- perf_debug("Mapping a busy
BO
, causing a stall on the GPU.\n");
+ perf_debug("Mapping a busy
miptree
, causing a stall on the GPU.\n");
}
}