mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 02:40:37 +01:00
[965] Hook up DEBUG_BUFMGR output for bufmgr_fake.
This commit is contained in:
parent
e3a6e60040
commit
ffee86f697
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue