소스 검색

r600: fix copy/paste typo

tags/mesa_7_7_rc1
Alex Deucher 16 년 전
부모
커밋
53051b8cb5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/mesa/drivers/dri/r600/r700_render.c

+ 1
- 1
src/mesa/drivers/dri/r600/r700_render.c 파일 보기

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

Loading…
취소
저장