2009-09-10 12:41:08 +02:00
|
|
|
--- Mesa-7.5.1/src/mesa/drivers/dri/intel/intel_screen.c.orig 2009-09-04 00:23:54.000000000 +0200
|
|
|
|
+++ Mesa-7.5.1/src/mesa/drivers/dri/intel/intel_screen.c 2009-09-04 00:24:17.000000000 +0200
|
|
|
|
@@ -618,9 +618,6 @@ intel_init_bufmgr(intelScreenPrivate *in
|
2008-10-06 17:33:36 +02:00
|
|
|
if (intelScreen->bufmgr == NULL) {
|
|
|
|
if (gem_disable) {
|
2009-09-10 12:41:08 +02:00
|
|
|
_mesa_warning(NULL, "GEM disabled. Using classic.");
|
2008-10-06 17:33:36 +02:00
|
|
|
- } else {
|
2009-09-10 12:41:08 +02:00
|
|
|
- _mesa_warning(NULL,
|
|
|
|
- "Failed to initialize GEM. Falling back to classic.");
|
2008-10-06 17:33:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if (intelScreen->tex.size == 0) {
|