mesa/src
Jan Beich 8cee9ce750 spirv: switch to util_bswap32 to improve portability
`bswap_32` and `<byteswap.h>` aren't available on BSDs. Instead the
same function is spelled slightly different and is provided by
different header file. However, Mesa provides `util_bswap32` to avoid
complicated conditionals.

Fixes: fb6b243c11 ("spirv: Support big-endian strings")
Tested-by: Piotr Kubaj <pkubaj@FreeBSD.org>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7257>
2020-10-22 17:02:49 +00:00
..
amd ac/nir: abort when an unknown intrinsic is reached 2020-10-22 15:44:23 +02:00
android_stub mesa: Make the android_stub be a set of non-installed shared libraries. 2020-09-22 17:09:22 +00:00
broadcom v3dv: handle buffer to linear depth/stencil image copies in blit path 2020-10-22 08:00:02 +02:00
compiler spirv: switch to util_bswap32 to improve portability 2020-10-22 17:02:49 +00:00
drm-shim drm-shim: Fix unused variable warnings from asserts in release build. 2020-08-28 22:45:08 +00:00
egl egl/android: HAVE_DRM_GRALLOC path fixes (v2) 2020-09-07 23:33:15 +02:00
etnaviv etnaviv: replace all dup() with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
freedreno turnip: Add error path handling for descriptor pool init. 2020-10-20 22:16:59 +00:00
gallium gallivm/nir: handle nir_op_flt in lp_build_nir_llvm 2020-10-22 05:32:25 +00:00
gbm gallium: rename pipe_transfer_usage -> pipe_map_flags 2020-09-22 03:20:54 +00:00
getopt
glx driconf: add a way to override indirect-GL extensions 2020-10-22 07:47:28 +03:00
gtest gtest: Update to 1.10.0 2020-04-20 11:57:11 +00:00
hgl scons: Prune out unnecessary targets. 2020-03-30 13:38:01 +00:00
imgui
intel anv: fix source/destination layers for 3D blits 2020-10-22 15:46:51 +00:00
loader loader/dri3: Allocate up to 4 back buffers for page flips 2020-10-22 15:52:33 +00:00
mapi glthread: handle glInterleavedArrays 2020-10-07 09:50:18 -04:00
mesa driconf: add a way to override indirect-GL extensions 2020-10-22 07:47:28 +03:00
panfrost panfrost: Fix stride for AFBC_FORMAT_MOD_BLOCK_SIZE_32x8. 2020-10-19 15:48:29 -07:00
util driconf: allow higher compat version for Brink 2020-10-22 07:47:28 +03:00
virtio virgl: update protocol headers 2020-08-21 18:38:44 +00:00
vulkan vulkan/wsi: fix possible random stalls in wsi_display_wait_for_event 2020-10-19 23:43:27 +00:00
meson.build meson: Only require libexpat when a part of the build needs it. 2020-10-20 18:16:26 +00:00
SConscript driconf: drop now unused translation facility 2020-06-22 21:50:12 +00:00