[Mesa-dev] [PATCH 0/5] FreeBSD compatibility patches
Greg V
greg at unrelenting.technology
Mon Oct 23 20:20:38 UTC 2017
This set of patches includes a bunch of simple fixes from FreeBSD ports
and a loader patch that fixes Wayland/EGL clients not reading GPU device
name correctly on FreeBSD.
Greg V (5):
anv: add ETIME fallback define
loader: use drmGetDeviceNameFromFd2 from libdrm
compiler: define endian for FreeBSD
winsys/svga/drm: add ERESTART define for *BSD
util: use OpenBSD/NetBSD code on FreeBSD/DragonFly
src/gallium/winsys/svga/drm/vmw_screen_ioctl.c | 5 ++++
src/intel/vulkan/anv_device.c | 4 +++
src/intel/vulkan/anv_gem.c | 4 +++
src/intel/vulkan/anv_queue.c | 4 +++
src/loader/loader.c | 36 +-------------------------
src/mesa/main/compiler.h | 3 +++
src/util/u_endian.h | 2 +-
7 files changed, 22 insertions(+), 36 deletions(-)
--
2.14.2
More information about the mesa-dev
mailing list