mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
ilo: fix gen6_3DSTATE_MULTISAMPLE()
There was a typo introduced by 90f4b131fc.
This commit is contained in:
parent
ca29c4c3b0
commit
c39377d3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ gen6_3DSTATE_MULTISAMPLE(struct ilo_builder *builder,
|
|||
dw[1] = dw1;
|
||||
dw[2] = dw2;
|
||||
if (ilo_dev_gen(builder->dev) >= ILO_GEN(7))
|
||||
dw[2] = dw3;
|
||||
dw[3] = dw3;
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue