summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_screen.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-06 08:33:10 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-06 08:33:10 +0000
commit018e2250b860df75485d1c7741dfa010c39ae6f1 (patch)
tree9cc66b8dc7455562ca73bb14b8e39972da39a694 /src/gallium/drivers/i965/brw_screen.c
parent4a3e24522b0538cb3802c59c22d6f3660c4491be (diff)
i965g: remove/disable inactive state atoms
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.c')
-rw-r--r--src/gallium/drivers/i965/brw_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_screen.c b/src/gallium/drivers/i965/brw_screen.c
index 7991f4ae52..04a3f81bcf 100644
--- a/src/gallium/drivers/i965/brw_screen.c
+++ b/src/gallium/drivers/i965/brw_screen.c
@@ -291,6 +291,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;
#endif
memset(&chipset, 0, sizeof chipset);