mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
r300: Corrected the string for polygon mode; it wasn't updated from unkXXX.
This commit is contained in:
parent
bcf4f4de76
commit
1062106521
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ void r300InitCmdBuf(r300ContextPtr r300)
|
|||
r300->hw.unk4260.cmd[0] = cmdpacket0(0x4260, 3);
|
||||
ALLOC_STATE( shade, always, 5, "shade", 0 );
|
||||
r300->hw.shade.cmd[0] = cmdpacket0(R300_RE_SHADE, 4);
|
||||
ALLOC_STATE( polygon_mode, always, 4, "unk4288", 0 );
|
||||
ALLOC_STATE( polygon_mode, always, 4, "polygon_mode", 0 );
|
||||
r300->hw.polygon_mode.cmd[0] = cmdpacket0(R300_RE_POLYGON_MODE, 3);
|
||||
ALLOC_STATE( fogp, always, 3, "fogp", 0 );
|
||||
r300->hw.fogp.cmd[0] = cmdpacket0(R300_RE_FOG_SCALE, 2);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue