commit | f72a8498e7e2c2d3233cdfd58de3b1124a247d39 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Tue Sep 03 16:41:42 2013 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Mon Sep 09 11:52:22 2013 -0700 |
tree | be0eccff93bfd952aea470bf0d9343b90aba9d12 | |
parent | eff2ca1ac3f77da81a698b08c46f245b28930ede [diff] |
glsl: Add IR builder support for conditional assignments. This adds two new signatures: assign(lhs, rhs, condition, writemask); assign(lhs, rhs, condition); All the other existing APIs still exist. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>