summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/gen8_pipeline.c
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-11-12 08:40:25 -0800
committerJason Ekstrand <[email protected]>2016-11-16 10:08:44 -0800
commitc3e908e9d35bca6d4375d990ac86ffe406b5edab (patch)
treefdcebd8cecef521dd0f8dfe131b883bc99822e2d /src/intel/vulkan/gen8_pipeline.c
parent23d1919fe3a5f834d0c522cf8dbb63ac9bb26a11 (diff)
anv/pipeline/gen8: Enable VS statistics
Reviewed-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/intel/vulkan/gen8_pipeline.c')
-rw-r--r--src/intel/vulkan/gen8_pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/gen8_pipeline.c b/src/intel/vulkan/gen8_pipeline.c
index 40cfe3f4a18..f023d6c517d 100644
--- a/src/intel/vulkan/gen8_pipeline.c
+++ b/src/intel/vulkan/gen8_pipeline.c
@@ -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;