This website works better with JavaScript.
홈
탐색
도움말
로그인
brkho
/
mesa
보기
1
좋아요
0
포크
0
코드
릴리즈
562
위키
Activity
소스 검색
tgsi/exec: Exit early on error.
tags/mesa_7_7_rc1
Michal Krol
16 년 전
부모
e44c77028c
커밋
b5d8a7b6dc
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 ) {
Write
Preview
Loading…
취소
저장