summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnuj Phogat <anuj.phogat@gmail.com>2016-10-03 10:40:34 -0700
committerAnuj Phogat <anuj.phogat@gmail.com>2016-10-04 13:20:35 -0700
commitd2112fc8d9ab1530c3265c5faac20bf906d1ddc8 (patch)
treeedcc276994fe537e632121c656e98d3afbbaadec
parent1ffcf95fc4a63c56471eeee268d1a973daa55d7a (diff)
anv/gen7_pipeline: Fix typo in semicolon
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
-rw-r--r--src/intel/vulkan/gen7_pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/gen7_pipeline.c b/src/intel/vulkan/gen7_pipeline.c
index d4d494f621..82a467dcbe 100644
--- a/src/intel/vulkan/gen7_pipeline.c
+++ b/src/intel/vulkan/gen7_pipeline.c
@@ -232,7 +232,7 @@ genX(graphics_pipeline_create)(
wm_prog_data->base.dispatch_grf_start_reg,
ps.DispatchGRFStartRegisterforConstantSetupData1 = 0,
ps.DispatchGRFStartRegisterforConstantSetupData2 =
- wm_prog_data->dispatch_grf_start_reg_2,
+ wm_prog_data->dispatch_grf_start_reg_2;
/* Haswell requires the sample mask to be set in this packet as well as
* in 3DSTATE_SAMPLE_MASK; the values should match. */