projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7daafad
)
anv/gen8_pipeline: Fix typo in semicolon
author
Anuj Phogat
<anuj.phogat@gmail.com>
Mon, 26 Sep 2016 18:07:38 +0000
(11:07 -0700)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Tue, 4 Oct 2016 20:20:34 +0000
(13:20 -0700)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
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 030f71ef147905dba1e4f808929be853ff805627..1abb97c80be71bf500189480cf57f09743009c6f 100644
(file)
--- 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;