aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/arbprogparse.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2015-11-30 14:35:08 -0800
committerMatt Turner <[email protected]>2015-12-18 13:20:13 -0500
commitc8a74e3a4ea6ac5dfa35adac06af14a8fa4ff773 (patch)
tree0583d2b34609ae2e975cd8eb9628ff39b819e342 /src/mesa/program/arbprogparse.h
parent21cd298aec1c6cb1d6853ccd3de53e45c617fd0a (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/arbprogparse.h')
0 files changed, 0 insertions, 0 deletions