소스 검색

remove CallDepth++/-- accidentally removed in prev commit

tags/mesa_7_1_rc1
Brian 18 년 전
부모
커밋
f8e4cf716a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      src/mesa/main/dlist.c

+ 4
- 0
src/mesa/main/dlist.c 파일 보기

@@ -5737,6 +5737,8 @@ execute_list(GLcontext *ctx, GLuint list)
if (!dlist)
return;

ctx->ListState.CallDepth++;

if (ctx->Driver.BeginCallList)
ctx->Driver.BeginCallList(ctx, dlist);

@@ -6623,6 +6625,8 @@ execute_list(GLcontext *ctx, GLuint list)

if (ctx->Driver.EndCallList)
ctx->Driver.EndCallList(ctx);

ctx->ListState.CallDepth--;
}



Loading…
취소
저장