mesa/src/gallium/auxiliary
Marius Hillenbrand c5d6e57e42 llvmpipe: Use lp_build_round_arch on IBM Z (s390x)
LLVM has all the required intrinsics available on IBM Z, so use them for
rounding operations (they will be implemented as a single instruction).
This change makes the test case lp_test_arit pass, because it avoids
using the buggy generic code.

v2: update .gitlab-ci/cross-xfail-s390x to reflect passing lp_test_arit

Signed-off-by: Marius Hillenbrand <mhillen@linux.ibm.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13927>
2021-11-23 17:49:02 +00:00
..
cso_cache cso: add missing parameters into cso_set_vertex_buffers 2021-11-03 23:22:31 +00:00
draw draw/tess: Fix unused-function warning with draw-use-llvm=disabled. 2021-09-03 00:47:03 -07:00
driver_ddebug mesa/st: Add an optional GLSL link fail msg to finalize_nir. 2021-09-06 18:09:25 +00:00
driver_noop gallium/u_threaded: implement pipelined partial buffer uploads using CPU storage 2021-10-19 13:12:37 +00:00
driver_rbug mesa/st: Add an optional GLSL link fail msg to finalize_nir. 2021-09-06 18:09:25 +00:00
driver_trace aux/trace: add pipe_context::render_condition_mem 2021-11-05 14:37:25 -04:00
gallivm llvmpipe: Use lp_build_round_arch on IBM Z (s390x) 2021-11-23 17:49:02 +00:00
hud cso: add missing parameters into cso_set_vertex_buffers 2021-11-03 23:22:31 +00:00
nir llvmpipe: fix wrong assumption on FB fetch shader opacity 2021-11-17 04:08:54 +00:00
os os: Fix open result check. 2020-11-02 18:37:00 +00:00
pipe-loader glx: add a workaround to glXDestroyWindow for Viewperf2020/Sw 2021-11-17 21:26:54 +00:00
pipebuffer aux/pb: add a new slab alloc function for reclaiming all bo objects 2021-11-18 21:22:30 +00:00
postprocess gallium/cso: add unbind mask for cso restore 2021-09-01 01:59:52 +00:00
rbug
renderonly renderonly: don't complain when GPU import fails 2021-08-09 23:41:04 +02:00
rtasm util: Add accessor for util_cpu_caps 2021-02-26 18:31:19 +00:00
target-helpers freedreno: Support per-device driconf overrides 2021-08-02 16:37:26 -07:00
tessellator gallium/tessellator: Fix uninitialized variable warnings. 2021-05-20 17:11:22 +00:00
tgsi gallium/ureg: Sort the input decls, too. 2021-10-06 03:44:17 +00:00
translate translate: assert that nr_elements is in range 2021-05-12 11:26:54 +02:00
util gallium: rename PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER 2021-11-18 07:58:29 -05:00
vl util/vl: move gallium vl_vlc.h and vl_rbsp.h to shared code. 2021-11-15 21:57:28 +00:00
meson.build move util/indices to core util 2021-11-16 14:12:03 +00:00