SHA256
1
0
forked from pool/Mesa
Mesa/disable_gem_warning.diff

13 lines
545 B
Diff
Raw Normal View History

--- 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
if (intelScreen->bufmgr == NULL) {
if (gem_disable) {
_mesa_warning(NULL, "GEM disabled. Using classic.");
- } else {
- _mesa_warning(NULL,
- "Failed to initialize GEM. Falling back to classic.");
}
if (intelScreen->tex.size == 0) {