diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-07-09 11:53:56 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-07-14 15:50:28 -0700 |
commit | 79fed377f4625da9ce6a0a32c1e7277a2e90e914 (patch) | |
tree | e64453d51e8969992077ce1dbec7a66d3e08fc63 /src/glsl/TODO | |
parent | 891a0647e419c0cd2b67e43540936bf0ac94f840 (diff) |
ir_constant_expression: Add support for ir_binop_min and ir_binop_max.
These now work on scalar/vector combos. Semantically, if a is a scalar,
min(a, vec2(x,y)) == vec2(min(a,x), min(a,y))
Diffstat (limited to 'src/glsl/TODO')
0 files changed, 0 insertions, 0 deletions