Ver código fonte

r600: fix copy/paste typo

tags/mesa_7_7_rc1
Alex Deucher 16 anos atrás
pai
commit
53051b8cb5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/mesa/drivers/dri/r600/r700_render.c

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

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

Carregando…
Cancelar
Salvar