diff options
author | Keith Whitwell <[email protected]> | 2009-11-06 11:56:52 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-06 11:56:52 +0000 |
commit | a485341455bb270001aad8b39c7b9fa36ac74478 (patch) | |
tree | 2f7de8cbd85d342eded6992a5c77c3ee66d84a70 /src/gallium/drivers/i965/brw_screen.c | |
parent | 381cd2d63f4aae29d478e02dda5a978a668168e1 (diff) |
i965g: add dumping for our new pass_fp output
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.c')
-rw-r--r-- | src/gallium/drivers/i965/brw_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_screen.c b/src/gallium/drivers/i965/brw_screen.c index 9d8066442be..575a418b7dc 100644 --- a/src/gallium/drivers/i965/brw_screen.c +++ b/src/gallium/drivers/i965/brw_screen.c @@ -293,7 +293,7 @@ brw_create_screen(struct brw_winsys_screen *sws, uint pci_id) #ifdef DEBUG BRW_DEBUG = debug_get_flags_option("BRW_DEBUG", debug_names, 0); BRW_DEBUG |= debug_get_flags_option("INTEL_DEBUG", debug_names, 0); - BRW_DEBUG |= DEBUG_STATS | DEBUG_MIN_URB; + BRW_DEBUG |= DEBUG_STATS | DEBUG_MIN_URB | DEBUG_WM; #endif memset(&chipset, 0, sizeof chipset); |