15 lines
592 B
Diff
15 lines
592 B
Diff
diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
|
|
index f8ea646..e7d6091 100644
|
|
--- a/src/mesa/drivers/dri/intel/intel_context.c
|
|
+++ b/src/mesa/drivers/dri/intel/intel_context.c
|
|
@@ -487,9 +487,6 @@ intel_init_bufmgr(struct intel_context *intel)
|
|
if (intel->bufmgr == NULL) {
|
|
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");
|
|
}
|
|
|
|
if (intelScreen->tex.size == 0) {
|