diff options
author | Ian Romanick <[email protected]> | 2010-09-09 15:20:09 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-09 15:39:51 -0700 |
commit | 547131ac8750acabd030972fc768705c13d19ef7 (patch) | |
tree | 8430ab63b1b6e6d6bdb78a0e2448bd4afd95174f /src/glsl/ir_optimization.h | |
parent | 3a5ce85cfa4914711e56c8cf831699242618928e (diff) |
glsl2: Add lowering pass to remove noise opcodes
Diffstat (limited to 'src/glsl/ir_optimization.h')
-rw-r--r-- | src/glsl/ir_optimization.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/ir_optimization.h b/src/glsl/ir_optimization.h index df256735937..5347158a0d8 100644 --- a/src/glsl/ir_optimization.h +++ b/src/glsl/ir_optimization.h @@ -55,3 +55,4 @@ bool do_swizzle_swizzle(exec_list *instructions); bool do_tree_grafting(exec_list *instructions); bool do_vec_index_to_cond_assign(exec_list *instructions); bool do_vec_index_to_swizzle(exec_list *instructions); +bool lower_noise(exec_list *instructions); |