From: Dave Airlie Date: Wed, 16 Apr 2008 06:49:32 +0000 (+1000) Subject: bufmgr_fake: disable debugging again X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b64448b3e4026d3f11f366515b7544a6581403f3;p=mesa.git bufmgr_fake: disable debugging again --- diff --git a/src/mesa/drivers/dri/common/dri_bufmgr_fake.c b/src/mesa/drivers/dri/common/dri_bufmgr_fake.c index c3c28afc9fb..61dd49d9dd6 100644 --- a/src/mesa/drivers/dri/common/dri_bufmgr_fake.c +++ b/src/mesa/drivers/dri/common/dri_bufmgr_fake.c @@ -1232,7 +1232,7 @@ dri_bufmgr_fake_init(unsigned long low_offset, void *low_virtual, bufmgr_fake->bufmgr.process_relocs = dri_fake_process_relocs; bufmgr_fake->bufmgr.post_submit = dri_fake_post_submit; bufmgr_fake->bufmgr.check_aperture_space = dri_fake_check_aperture_space; - bufmgr_fake->bufmgr.debug = GL_TRUE; + bufmgr_fake->bufmgr.debug = GL_FALSE; bufmgr_fake->fence_emit = fence_emit; bufmgr_fake->fence_wait = fence_wait;