anv/pipeline/gen8: Enable VS statistics
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 12 Nov 2016 16:40:25 +0000 (08:40 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 16 Nov 2016 18:08:44 +0000 (10:08 -0800)
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/intel/vulkan/gen8_pipeline.c

index 40cfe3f4a18b35eab347a502c319fe0c8539c6b5..f023d6c517d5b6f4abfa61bb4630a6475cf32ccc 100644 (file)
@@ -209,7 +209,7 @@ genX(graphics_pipeline_create)(
       vs.VertexURBEntryReadOffset      = 0;
 
       vs.MaximumNumberofThreads        = devinfo->max_vs_threads - 1;
-      vs.StatisticsEnable              = false;
+      vs.StatisticsEnable              = true;
       vs.SIMD8DispatchEnable           =
          vs_prog_data->base.dispatch_mode == DISPATCH_MODE_SIMD8;
       vs.VertexCacheDisable            = false;