i965: Always enable VF statistics
authorBen Widawsky <benjamin.widawsky@intel.com>
Thu, 13 Nov 2014 02:49:16 +0000 (18:49 -0800)
committerBen Widawsky <benjamin.widawsky@intel.com>
Thu, 13 Nov 2014 18:48:24 +0000 (10:48 -0800)
commitf14a35f9dc932a7aff80134cacfef60e73320e89
tree89309ac24f827faca0e97e2f26c024c96285676c
parent0d924738d9d86a19b9bffa01ba9f29f2f697bb27
i965: Always enable VF statistics

Every other unit in the geometry pipeline automatically enables
statistics gathering. This part of the pipe has been controlled by the
DEBUG_STATS variable, but this is asymmetric. This dates back to the
original implementation, and I am not sure if there is a reason for it.

I need access to these stats to implement ARB_pipeline_statistics_query.

Eric wrote it, and Ken touched it last. Do you have any opposition?

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86145
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
src/mesa/drivers/dri/i965/brw_misc_state.c