diff options
author | Matt Turner <[email protected]> | 2015-11-30 14:35:08 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-12-18 13:20:13 -0500 |
commit | c8a74e3a4ea6ac5dfa35adac06af14a8fa4ff773 (patch) | |
tree | 0583d2b34609ae2e975cd8eb9628ff39b819e342 /src/mesa/program/.gitignore | |
parent | 21cd298aec1c6cb1d6853ccd3de53e45c617fd0a (diff) |
nir: Delete bany, ball, fany, fall.
As in the previous patches, these can be implemented as
any(v) -> any_nequal(v, false)
all(v) -> all_equal(v, true)
and their removal simplifies the code in the next patch.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/program/.gitignore')
0 files changed, 0 insertions, 0 deletions