mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
anv/pipeline: Set up flat enables correctly
This commit is contained in:
parent
1275c7c744
commit
bff7a8c4f3
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ emit_3dstate_sbe(struct anv_pipeline *pipeline)
|
|||
.AttributeSwizzleEnable = true,
|
||||
.PointSpriteTextureCoordinateOrigin = UPPERLEFT,
|
||||
.NumberofSFOutputAttributes = wm_prog_data->num_varying_inputs,
|
||||
.ConstantInterpolationEnable = wm_prog_data->flat_inputs,
|
||||
|
||||
#if GEN_GEN >= 9
|
||||
.Attribute0ActiveComponentFormat = ACF_XYZW,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue