mesa/src
Samuel Iglesias Gonsálvez 733ede8ff6 util: add float to float16 conversions with RTZ and RTNE
In order to be coherent with the pre-existent functions, this new API
is the one meant to be used when doing half float to float
conversions. It is no more than a wrapper for the softfloat.h API but
we meant to keep that one private.

v2:
- Replace custom f32 -> f16 RTZ implementation with the softfloat
  one (Andres).

v3:
- Added API usage clarifying comments (Caio).

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2019-09-17 23:39:18 +03:00
..
amd ac: Remove DEBUG workaround 2019-09-17 10:24:29 +00:00
broadcom nir: allow specifying filter callback in lower_alu_to_scalar 2019-09-06 01:51:28 +00:00
compiler nir: add support for flushing to zero denorm constants 2019-09-17 23:39:18 +03:00
drm-shim
egl egl/android: Fix build since the DRI fourcc removal. 2019-09-12 21:54:30 +00:00
etnaviv
freedreno freedreno: Fix invalid read when a block has no instructions. 2019-09-16 22:02:43 +00:00
gallium gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx) 2019-09-17 20:16:00 +00:00
gbm gbm: Add buffer handling and visuals for fp16 formats 2019-08-21 18:36:57 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx glx: Remove unused indirection for glx_context->fillImage 2019-09-12 13:23:32 -04:00
gtest
hgl
imgui
intel nir/large_constants: pass after lowering copy_deref 2019-09-16 11:23:48 +00:00
loader driconfig: add a new engine name/version parameter 2019-09-15 15:37:02 +03:00
mapi scons: Make scons and meson agree about path to glapi generated headers 2019-09-16 17:54:00 +00:00
mesa st/mesa: remove always-true expression 2019-09-17 07:26:42 +00:00
panfrost panfrost: Rework midgard_pair_load_store() to kill the nested foreach loop 2019-09-13 12:03:47 +02:00
util util: add float to float16 conversions with RTZ and RTNE 2019-09-17 23:39:18 +03:00
vulkan vulkan: Update the XML and headers to 1.1.123 2019-09-17 04:11:05 +00:00
meson.build meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
SConscript