2008-07-09 02:43:50 +02:00
|
|
|
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) {
|
2008-08-23 01:15:07 +02:00
|
|
|
if (gem_disable) {
|
|
|
|
fprintf(stderr, "GEM disabled. Using classic.\n");
|
2008-07-09 02:43:50 +02:00
|
|
|
- } else {
|
2008-08-23 01:15:07 +02:00
|
|
|
- fprintf(stderr, "Failed to initialize GEM. "
|
2008-07-09 02:43:50 +02:00
|
|
|
- "Falling back to classic.\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
if (intelScreen->tex.size == 0) {
|