Explorar el Código

r600: fix copy/paste typo

tags/mesa_7_7_rc1
Alex Deucher hace 16 años
padre
commit
53051b8cb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/mesa/drivers/dri/r600/r700_render.c

+ 1
- 1
src/mesa/drivers/dri/r600/r700_render.c Ver fichero

@@ -855,7 +855,7 @@ static void r700FixupIndexBuffer(GLcontext *ctx, const struct _mesa_index_buffer

if(context->ind_buf.bHostIb != GL_TRUE)
{
radeonAllocDmaRegion(&context->radeon, &r300->ind_buf.bo,
radeonAllocDmaRegion(&context->radeon, &context->ind_buf.bo,
&context->ind_buf.bo_offset, size, 4);

assert(context->ind_buf.bo->ptr != NULL);

Cargando…
Cancelar
Guardar