projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44c770
)
tgsi/exec: Exit early on error.
author
Michal Krol
<michal@vmware.com>
Tue, 10 Nov 2009 02:12:02 +0000
(
03:12
+0100)
committer
Michal Krol
<michal@vmware.com>
Tue, 10 Nov 2009 02:12:02 +0000
(
03:12
+0100)
src/gallium/auxiliary/tgsi/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 1989045985bc0acc097a0650b5159bdcb5db7af8..b7569e74d4b6986ddf172eccdfbb707cb229f2e8 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/
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 ) {