15 lines
759 B
Diff
15 lines
759 B
Diff
|
diff -up mesa-20080415/src/mesa/drivers/dri/intel/intel_context.c.nowarn mesa-20080415/src/mesa/drivers/dri/intel/intel_context.c
|
||
|
--- mesa-20080415/src/mesa/drivers/dri/intel/intel_context.c.nowarn 2008-05-07 10:11:10.000000000 +1000
|
||
|
+++ mesa-20080415/src/mesa/drivers/dri/intel/intel_context.c 2008-05-07 10:11:21.000000000 +1000
|
||
|
@@ -479,8 +479,8 @@ intel_init_bufmgr(struct intel_context *
|
||
|
if (ttm_disable) {
|
||
|
fprintf(stderr, "TTM buffer manager disabled. Using classic.\n");
|
||
|
} else {
|
||
|
- fprintf(stderr, "Failed to initialize TTM buffer manager. "
|
||
|
- "Falling back to classic.\n");
|
||
|
+ //fprintf(stderr, "Failed to initialize TTM buffer manager. "
|
||
|
+ // "Falling back to classic.\n");
|
||
|
}
|
||
|
|
||
|
if (intelScreen->tex.size == 0) {
|