Stop printing to stderr whenever we fail to initialise GEM (every time

without diffs), libraries shouldn't do that, and it's frankly pretty
irritating.

ok matthieu ages ago. prompted by deraadt@
This commit is contained in:
oga 2009-11-21 13:05:59 +00:00
parent 4907fab7f2
commit 383d27823d

View File

@ -565,13 +565,6 @@ intel_init_bufmgr(intelScreenPrivate *intelScreen)
}
/* Otherwise, use the classic buffer manager. */
if (intelScreen->bufmgr == NULL) {
if (gem_disable) {
fprintf(stderr, "GEM disabled. Using classic.\n");
} else {
fprintf(stderr, "Failed to initialize GEM. "
"Falling back to classic.\n");
}
if (intelScreen->tex.size == 0) {
fprintf(stderr, "[%s:%u] Error initializing buffer manager.\n",
__func__, __LINE__);