소스 검색

tgsi/exec: Exit early on error.

tags/mesa_7_7_rc1
Michal Krol 16 년 전
부모
커밋
b5d8a7b6dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/gallium/auxiliary/tgsi/tgsi_exec.c

+ 1
- 1
src/gallium/auxiliary/tgsi/tgsi_exec.c 파일 보기

@@ -1811,8 +1811,8 @@ exec_declaration(
break;

default:
eval = NULL;
assert( 0 );
return;
}

if( mask == TGSI_WRITEMASK_XYZW ) {

Loading…
취소
저장