maintainer-feedback requested: [Bug 232778] graphics/mesa-libs: Enable xatracker

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 29 09:43:52 UTC 2018


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-x11 mailing list
<x11 at FreeBSD.org> for maintainer-feedback:
Bug 232778: graphics/mesa-libs: Enable xatracker
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232778



--- Description ---
In preparation for vmwgfx, the drm kernel driver for vmware graphics, we need
to have mesa produce the XA tracker (a shared library and some header files).

xf86-video-vmware will autodetect these files during build and enable kms and
drm support. If the kernel module, vmwgfx, is not loaded at runtime,
xf86-video-vmware will fallback to software rendering (tested) so nothing
should break for non-kms users.

libxatracker.so is both build and runtime dependency to xf86-video-vmware.

Adding

CONFIGURE_ARGS+= --enable-xa

to mesa-libs/Makefile should be sufficient (and modify dependencies as needed).


More information about the freebsd-x11 mailing list