radeon: make swtcl emit size bigger

This commit is contained in:
Dave Airlie 2009-07-11 03:01:04 +10:00
parent 8987410ab6
commit a6a11e1dc0

View file

@ -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)