From: Anuj Phogat Date: Mon, 3 Oct 2016 17:40:34 +0000 (-0700) Subject: anv/gen7_pipeline: Fix typo in semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2112fc8d9ab1530c3265c5faac20bf906d1ddc8;p=mesa.git anv/gen7_pipeline: Fix typo in semicolon Signed-off-by: Anuj Phogat Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/gen7_pipeline.c b/src/intel/vulkan/gen7_pipeline.c index d4d494f6210..82a467dcbe9 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. */