mesa/src/microsoft
M Henning f3ee9be836 glsl: Drop borrow/carry lowerings in favor of nir
Unconditionally lowering prevents GL drivers from natively
implementing these ops. Drivers that need lowering should set
lower_uadd_carry and lower_usub_borrow on nir_shader_compiler_options to
get the nir lowerings.

Tested with dEQP-GLES31.functional.shaders.builtin_functions.integer.*

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19704>
2022-11-15 21:51:04 +00:00
..
ci spirv: Make vtn_fail and friends trap in debug mode 2022-11-13 07:07:56 +00:00
clc microsoft/clc: Optimize memcpys 2022-11-15 18:29:26 +00:00
compiler glsl: Drop borrow/carry lowerings in favor of nir 2022-11-15 21:51:04 +00:00
spirv_to_dxil microsoft/spirv2dxil: Lower sample pos for fragment shaders 2022-11-04 01:40:17 +00:00
vulkan util: normalize include files under src/util/*.h with util/ prefix in mesa code base 2022-11-10 06:27:25 +00:00
meson.build