This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
tgsi/exec: Exit early on error.
tags/mesa_7_7_rc1
Michal Krol
16 years ago
parent
e44c77028c
commit
b5d8a7b6dc
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/gallium/auxiliary/tgsi/tgsi_exec.c
+ 1
- 1
src/gallium/auxiliary/tgsi/tgsi_exec.c
View File
@@ -1811,8 +1811,8 @@ exec_declaration(
break;
default:
eval = NULL;
assert( 0 );
return;
}
if( mask == TGSI_WRITEMASK_XYZW ) {
Write
Preview
Loading…
Cancel
Save