mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Fix cut and paste error (reported by Jerome Glisse)
This commit is contained in:
parent
7f752fed99
commit
55fb41ade8
1 changed files with 2 additions and 2 deletions
|
|
@ -269,9 +269,9 @@ void r300ResetHwState(r300ContextPtr r300)
|
|||
r300PackFloat32(-v[MAT_SY]);
|
||||
r300->hw.vpt.cmd[R300_VPT_YOFFSET] =
|
||||
r300PackFloat32(-v[MAT_TY] + yoffset);
|
||||
r300->hw.vpt.cmd[R300_VPT_YSCALE] =
|
||||
r300->hw.vpt.cmd[R300_VPT_ZSCALE] =
|
||||
r300PackFloat32(v[MAT_SZ]);
|
||||
r300->hw.vpt.cmd[R300_VPT_YOFFSET] =
|
||||
r300->hw.vpt.cmd[R300_VPT_ZOFFSET] =
|
||||
r300PackFloat32(v[MAT_TZ]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue