projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ffcf95
)
anv/gen7_pipeline: Fix typo in semicolon
author
Anuj Phogat
<anuj.phogat@gmail.com>
Mon, 3 Oct 2016 17:40:34 +0000
(10:40 -0700)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Tue, 4 Oct 2016 20:20:35 +0000
(13:20 -0700)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/gen7_pipeline.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/gen7_pipeline.c
b/src/intel/vulkan/gen7_pipeline.c
index d4d494f6210dd01b4228bf74ebb2396d0334b2f1..82a467dcbe935ef144f3def9077b758dbf87f278 100644
(file)
--- 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. */