Explorar el Código

radeon: Remove unused variable.

tags/mesa-7.7-2
Vinson Lee hace 15 años
padre
commit
146a77af3f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/mesa/drivers/dri/radeon/radeon_cs_legacy.c

+ 0
- 1
src/mesa/drivers/dri/radeon/radeon_cs_legacy.c Ver fichero

@@ -180,7 +180,6 @@ static int cs_begin(struct radeon_cs_int *cs,

if (cs->cdw + ndw > cs->ndw) {
uint32_t tmp, *ptr;
int num = (ndw > 0x3FF) ? ndw : 0x3FF;

tmp = (cs->cdw + ndw + 0x3ff) & (~0x3ff);
ptr = (uint32_t*)realloc(cs->packets, 4 * tmp);

Cargando…
Cancelar
Guardar