summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir.h
diff options
context:
space:
mode:
authorAbdiel Janulgue <[email protected]>2014-06-20 11:56:48 -0700
committerAbdiel Janulgue <[email protected]>2014-08-31 21:04:08 +0300
commita5f02b6696c3ce9ed87e017a537a37d09e288702 (patch)
tree61c44d2e5e150a958dafd2f8386d3f80912a7cda /src/glsl/ir.h
parentf3401451070f1b38cc8ed17f486923f03eaeb828 (diff)
glsl: Add ir_unop_saturate
Signed-off-by: Abdiel Janulgue <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r--src/glsl/ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index e9051732bcc..8003f88ce3d 100644
--- a/src/glsl/ir.h
+++ b/src/glsl/ir.h
@@ -1250,6 +1250,7 @@ enum ir_expression_operation {
ir_unop_find_lsb,
/*@}*/
+ ir_unop_saturate,
ir_unop_noise,
/**