[965] Hook up DEBUG_BUFMGR output for bufmgr_fake.

This commit is contained in:
Eric Anholt 2007-12-10 14:58:53 -08:00
parent e3a6e60040
commit ffee86f697

View file

@ -470,6 +470,8 @@ GLboolean intelInitContext( struct intel_context *intel,
INTEL_DEBUG = driParseDebugString( getenv( "INTEL_DEBUG" ),
debug_control );
if (!intel->intelScreen->ttm && (INTEL_DEBUG & DEBUG_BUFMGR))
dri_bufmgr_fake_set_debug(intel->intelScreen->bufmgr, GL_TRUE);
intel_update_screen_regions(intel);