mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
r300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT.
This commit is contained in:
parent
62b83638a5
commit
43e601206d
1 changed files with 1 additions and 1 deletions
|
|
@ -1614,7 +1614,7 @@ static void r300SetupVertexProgram(r300ContextPtr rmesa)
|
|||
(0 << R300_PVS_CNTL_2_PARAM_OFFSET_SHIFT) |
|
||||
(param_count << R300_PVS_CNTL_2_PARAM_COUNT_SHIFT);
|
||||
rmesa->hw.pvs.cmd[R300_PVS_CNTL_3] =
|
||||
(0 << R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT) |
|
||||
(inst_count << R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT) |
|
||||
(inst_count << R300_PVS_CNTL_3_PROGRAM_UNKNOWN2_SHIFT);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue