mesa/src/microsoft
Erik Faye-Lund c4d2ebd285 nir: fsub -> fadd_imm
When doing nir_fsub(b, x, imm), we can negate the immediate value, and
replace the fsub with nir_fadd_imm() and get the same result. This makes
the code a bit shorter and easier to read.

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23179>
2023-05-25 06:59:25 +00:00
..
ci dzn: Skip a few deqp tests which are prone to timeout 2023-05-19 14:45:17 +00:00
clc nir: fsub -> fadd_imm 2023-05-25 06:59:25 +00:00
compiler nir: fsub -> fadd_imm 2023-05-25 06:59:25 +00:00
spirv_to_dxil dxil: Use unified atomics 2023-05-12 16:01:40 -07:00
vulkan nir: use more nir_fmul_imm 2023-05-25 06:59:24 +00:00
meson.build d3d12: Move the D3D12ResourceState code to the gallium driver 2022-04-20 23:45:28 -07:00