Ver código fonte

radeon: make swtcl emit size bigger

tags/mesa_7_6_rc1
Dave Airlie 16 anos atrás
pai
commit
a6a11e1dc0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/mesa/drivers/dri/radeon/radeon_dma.c

+ 1
- 1
src/mesa/drivers/dri/radeon/radeon_dma.c Ver arquivo

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

Carregando…
Cancelar
Salvar