mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 06:20:25 +01:00
r300g: remove the CS compenstation for non-atomized states
Now there aren't any. If CS overflow occurs, the fix should go directly before the problematic BEGIN_CS.
This commit is contained in:
parent
905fa3a07b
commit
ef745cf95d
1 changed files with 0 additions and 3 deletions
|
|
@ -1207,9 +1207,6 @@ unsigned r300_get_num_dirty_dwords(struct r300_context *r300)
|
|||
}
|
||||
}
|
||||
|
||||
/* XXX This is the compensation for the non-atomized states. */
|
||||
dwords += 1024;
|
||||
|
||||
return dwords;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue