mesa/src/gallium/auxiliary
Eric Anholt 8b8af6d398 gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl.
The util_float_to_half() implementation was much smaller, but when trying
to switch _mesa_float_to_half to it, many testcases
(dEQP-VK.spirv_assembly.instruction.graphics.opquantize.*,
piglit.spec.arb_shading_language_packing.*packhalf2x16) start failing on
Intel.  Replace the broken impl so that people don't have to debug it
later.

Acked-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3699>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3699>
2020-03-17 22:28:12 +00:00
..
cso_cache gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cache 2020-03-10 22:19:47 -04:00
draw draw: hook up final bits of tessellation 2020-02-28 18:33:34 +10:00
driver_ddebug Revert "gallium: make handles of set_global_binding 64 bit" 2020-03-10 22:41:26 +00:00
driver_noop gallium/noop: call finalize_nir 2019-11-15 14:34:49 -05:00
driver_rbug util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
driver_trace util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
gallivm gallium/swr: fix corruptions in Unigine Heaven 2020-03-03 17:50:25 +00:00
hud gallium: hud_context: Fix scalar initializer warning. 2020-03-11 02:52:58 +00:00
indices gallium/auxiliary/indices: consistently apply start only to input 2019-08-31 19:45:52 +00:00
nir gallium/nir/tgsi: only scan fragment shader inputs for usage_mask 2020-02-28 18:33:34 +10:00
os gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER 2019-08-02 18:38:52 +01:00
pipe-loader driconf, glsl: Add a vs_position_always_invariant option 2019-11-27 18:48:04 +00:00
pipebuffer gallium/hash_table: remove some function wrappers 2020-02-26 20:35:50 +00:00
postprocess gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element 2020-02-28 00:53:45 +00:00
rbug rbug: Fix use of alloca() without #include "c99_alloca.h" 2019-10-25 16:04:34 +01:00
renderonly gallium/auxiliary: Fix uses of gnu struct = {} extension 2019-11-26 12:48:11 -08:00
rtasm gallium/util: replace pipe_mutex_unlock() with mtx_unlock() 2017-03-07 08:53:05 +11:00
target-helpers zink: confused compilation macro usage for zink in target helpers. 2020-02-17 12:21:01 +00:00
tessellator gallivm/tessellator: use private functions for min/max to avoid namespace issues 2020-03-03 07:30:07 +10:00
tgsi gallium/cso_hash: make cso_hash declared within structures instead of alloc'd 2020-02-14 18:16:28 -05:00
translate gallium/cso_hash: make cso_hash declared within structures instead of alloc'd 2020-02-14 18:16:28 -05:00
util gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl. 2020-03-17 22:28:12 +00:00
vl gallium/vl: add 4:2:2 support 2020-02-27 10:01:31 +01:00
Android.mk android: gallium/auxiliary: fix "Unused source files" in tesselator 2020-03-03 21:32:26 +00:00
Makefile.sources draw: add main tessellation code 2020-02-28 18:33:34 +10:00
meson.build draw: add main tessellation code 2020-02-28 18:33:34 +10:00
SConscript gallivm: nir->tgsi info convertor (v2) 2019-11-28 14:48:11 +10:00