projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8f3d7
)
glsl: add ir_unop_round_even case to silence unhandled enum warning
author
Brian Paul
<brianp@vmware.com>
Fri, 15 Oct 2010 21:44:01 +0000
(15:44 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 15 Oct 2010 21:44:01 +0000
(15:44 -0600)
src/glsl/ir_validate.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ir_validate.cpp
b/src/glsl/ir_validate.cpp
index
df64ed6
..
d22789f
100644
(file)
--- a/
src/glsl/ir_validate.cpp
+++ b/
src/glsl/ir_validate.cpp
@@
-267,6
+267,7
@@
ir_validate::visit_leave(ir_expression *ir)
break;
case ir_unop_trunc:
+ case ir_unop_round_even:
case ir_unop_ceil:
case ir_unop_floor:
case ir_unop_fract: