summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-08-19 10:45:46 -0700
committerMatt Turner <mattst88@gmail.com>2013-09-09 15:01:08 -0700
commit7aaa38728f93bfb69573e0d866f24e8cb41836f0 (patch)
treef4de2a2d80ac24087c37dea60b37fe41d9745644 /src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
parent60850b7b9fbb9827d6841dbd4a4cd9b1e3554d45 (diff)
downloadexternal_mesa3d-7aaa38728f93bfb69573e0d866f24e8cb41836f0.zip
external_mesa3d-7aaa38728f93bfb69573e0d866f24e8cb41836f0.tar.gz
external_mesa3d-7aaa38728f93bfb69573e0d866f24e8cb41836f0.tar.bz2
glsl: Add conditional-select IR.
It's a ?: that operates per-component on vectors. Will be used in upcoming lowering pass for ldexp and the implementation of frexp. csel(selector, a, b): per-component result = selector ? a : b Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp')
0 files changed, 0 insertions, 0 deletions