projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44809f2
)
nir: Strengthen assertion that 'out' is nonnull.
author
Matt Turner
<mattst88@gmail.com>
Tue, 24 May 2016 19:24:56 +0000
(12:24 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 25 May 2016 19:44:34 +0000
(12:44 -0700)
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/compiler/nir/nir_lower_clamp_color_outputs.c
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_lower_clamp_color_outputs.c
b/src/compiler/nir/nir_lower_clamp_color_outputs.c
index
68bfbed
..
ab211a4
100644
(file)
--- a/
src/compiler/nir/nir_lower_clamp_color_outputs.c
+++ b/
src/compiler/nir/nir_lower_clamp_color_outputs.c
@@
-79,7
+79,7
@@
lower_intrinsic(lower_state *state, nir_intrinsic_instr *intr)
break;
}
}
- ass
ert
(out);
+ ass
ume
(out);
break;
default:
return;