projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2de028
)
Revert "intel: helper to debug bufmgr (disabled)"
author
Eric Anholt
<eric@anholt.net>
Fri, 4 Sep 2009 21:30:30 +0000
(14:30 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 8 Sep 2009 21:28:23 +0000
(14:28 -0700)
This reverts commit
e0ec405a9fa6fbc1cf2ac531ed5efd1a64e01f18
.
This is already available in INTEL_DEBUG=bufmgr in the environment.
src/mesa/drivers/dri/intel/intel_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_context.c
b/src/mesa/drivers/dri/intel/intel_context.c
index 89f99f7ffdb1165cb0228d9559749de78264256b..7ab8299802a388d672541dd20b175fed1865238d 100644
(file)
--- a/
src/mesa/drivers/dri/intel/intel_context.c
+++ b/
src/mesa/drivers/dri/intel/intel_context.c
@@
-641,10
+641,6
@@
intelInitContext(struct intel_context *intel,
intel->maxBatchSize = BATCH_SZ;
intel->bufmgr = intelScreen->bufmgr;
-
- if (0) /* for debug */
- drm_intel_bufmgr_set_debug(intel->bufmgr, 1);
-
intel->ttm = intelScreen->ttm;
if (intel->ttm) {
int bo_reuse_mode;