anv/pipeline/gen7: Properly set 3DSTATE_PS::DualSourceBlendEnable

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
This commit is contained in:
Jason Ekstrand 2016-11-14 09:17:20 -08:00
parent fb02d2d13b
commit f989d04f39
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ genX(graphics_pipeline_create)(
ps.oMaskPresenttoRenderTarget = wm_prog_data->uses_omask;
ps.RenderTargetFastClearEnable = false;
ps.DualSourceBlendEnable = false;
ps.DualSourceBlendEnable = wm_prog_data->dual_src_blend;
ps.RenderTargetResolveEnable = false;
ps.PositionXYOffsetSelect = wm_prog_data->uses_pos_offset ?