mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
75c2c8ea2b
- disable classic warning to avoid people reporting it.
14 lines
759 B
Diff
14 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) {
|