projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d1919
)
anv/pipeline/gen8: Enable VS statistics
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Sat, 12 Nov 2016 16:40:25 +0000
(08:40 -0800)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/gen8_pipeline.c
b/src/intel/vulkan/gen8_pipeline.c
index 40cfe3f4a18b35eab347a502c319fe0c8539c6b5..f023d6c517d5b6f4abfa61bb4630a6475cf32ccc 100644
(file)
--- 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 =
fals
e;
+ vs.StatisticsEnable =
tru
e;
vs.SIMD8DispatchEnable =
vs_prog_data->base.dispatch_mode == DISPATCH_MODE_SIMD8;
vs.VertexCacheDisable = false;