diff options
author | Eric Anholt <[email protected]> | 2009-09-04 14:30:30 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-09-08 14:28:23 -0700 |
commit | 58a57e3fc48b4ba081caa6ffaec24dfad9ed002a (patch) | |
tree | 4a09c270cf9e346ba3fc17d3ccbc5e93418ba414 | |
parent | b2de02852381dccea6cb9bdca049d5629cca80ef (diff) |
Revert "intel: helper to debug bufmgr (disabled)"
This reverts commit e0ec405a9fa6fbc1cf2ac531ed5efd1a64e01f18.
This is already available in INTEL_DEBUG=bufmgr in the environment.
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c index 89f99f7ffdb..7ab8299802a 100644 --- 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; |