From: Anuj Phogat Date: Mon, 26 Sep 2016 18:07:38 +0000 (-0700) Subject: anv/gen8_pipeline: Fix typo in semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa04b57c1543c2b088208df967d66e573e47b2a4;p=mesa.git anv/gen8_pipeline: Fix typo in semicolon Signed-off-by: Anuj Phogat Reviewed-by: Kenneth Graunke Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/gen8_pipeline.c b/src/intel/vulkan/gen8_pipeline.c index 030f71ef147..1abb97c80be 100644 --- a/src/intel/vulkan/gen8_pipeline.c +++ b/src/intel/vulkan/gen8_pipeline.c @@ -194,7 +194,7 @@ genX(graphics_pipeline_create)( vs.SamplerCount = 0; vs.BindingTableEntryCount = - vs_prog_data->base.base.binding_table.size_bytes / 4, + vs_prog_data->base.base.binding_table.size_bytes / 4; vs.ThreadDispatchPriority = false; vs.FloatingPointMode = IEEE754;