mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
radeon: make swtcl emit size bigger
This commit is contained in:
parent
8987410ab6
commit
a6a11e1dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ restart:
|
|||
if (!rmesa->dma.flush) {
|
||||
/* make sure we have enough space to use this in cmdbuf */
|
||||
rcommonEnsureCmdBufSpace(rmesa,
|
||||
rmesa->hw.max_state_size + (12*sizeof(int)),
|
||||
rmesa->hw.max_state_size + (20*sizeof(int)),
|
||||
__FUNCTION__);
|
||||
/* if cmdbuf flushed DMA restart */
|
||||
if (!rmesa->dma.current)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue