mesa/src
Andres Gomez 6f1468c371 i965/fs: add a comment about how the rounding mode in fmul is set
After
1711bf6cf2 ("intel/fs: Generate better code for fsign multiplied by a value"),
the conflicts resolution for setting the rounding mode after the
fused fmul and fsign optimization is non obvious.

Basically, the optimization doesn't really result in a MUL, or any
other operation which would need to have the rounding mode set. Hence,
we set it just before the actual MUL in the treatment of fmul.

Fixes: ba1e25e1aa ("i965/fs: set rounding mode when emitting fadd, fmul and ffma instructions")
Suggested-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
2019-09-24 11:24:15 +03:00
..
amd ac/nir: force unnormalized coordinates for RECT 2019-09-23 15:34:54 -04:00
broadcom broadcom/genxml: Stop manually scrubbing 'α' -> "alpha" 2019-09-23 20:24:54 +00:00
compiler nir: define 8-byte size and alignment for bindless variables 2019-09-23 15:34:22 -04:00
drm-shim meson: replace libmesa_util with idep_mesautil 2019-08-03 00:08:37 +00:00
egl egl/surfaceless: Add FP16 format support 2019-09-20 19:10:31 +00:00
etnaviv etnaviv: Add valgrind support 2019-08-14 10:36:20 +02:00
freedreno freedreno/regs: A couple of tess updates 2019-09-18 16:59:10 -07:00
gallium lima/gpir: Fix 64-bit shift in scheduler spilling 2019-09-24 08:44:54 +02:00
gbm libgbm: Wire up getCapability for the image loader 2019-09-20 19:10:31 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx glx: Implement GLX_EXT_no_config_context 2019-09-23 20:39:01 -04:00
gtest
hgl
imgui imgui: bump imgui memory editor copy 2019-06-18 15:34:13 +00:00
intel i965/fs: add a comment about how the rounding mode in fmul is set 2019-09-24 11:24:15 +03:00
loader loader: always map the "amdgpu" kernel driver name to radeonsi (v2) 2019-09-23 15:14:11 -04:00
mapi scons: Make scons and meson agree about path to glapi generated headers 2019-09-16 17:54:00 +00:00
mesa intel: Increase Gen11 compute shader scratch IDs to 64. 2019-09-23 16:59:40 -07:00
panfrost Revert "panfrost: Rework midgard_pair_load_store() to kill the nested foreach loop" 2019-09-19 21:01:27 +02:00
util util/rb_tree: Replace useless ifs with asserts 2019-09-23 22:38:30 +00:00
vulkan vulkan: Update the XML and headers to 1.1.123 2019-09-17 04:11:05 +00:00
meson.build gl: drop incorrect pkg-config file for glvnd 2019-09-18 22:16:51 +01:00
SConscript