- TEXTURE option is always enabled
Details
Details
- Reviewers
- None
- Group Reviewers
x11 - Commits
- rP490569: graphics/mesa-{libs,dri}: update to 18.2.8
- poudriere bulk -t is green on 10.4 i386/amd64, 11.2 i386/amd64/aarch64/armv6, 12.0 i386/amd64/aarch64/armv6/armv7
- bug 230298 for feedback, coordination and regressions
- call for testing
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 21543 Build 20849: arc lint + arc unit
Event Timeline
There are a very large number of changes, so older changes are hidden. Show Older Changes
Comment Actions
What GPUs did you test this on? Which architectures? With which DRM? Did you try OpenCL kernels on AMD hardware as this updates lang/clover?
Comment Actions
I've posted CFT to get more testing.
Skylake GT2 with i965 (DRI3), anv (root hack) and llvmpipe (llvm70).
Which architectures?
12.0 amd64 (host) and 10.4 i386 (jail).
With which DRM?
drm-stable-kmod. Newer versions have issues with VAAPI, Vulkan and intel DDX.
Did you try OpenCL kernels on AMD hardware as this updates lang/clover?
No hardware. Do x11 peers test Clover on every Mesa update?
Comment Actions
Hi!
Can you please explain the patches to me a little? Especially the configure patch.
Are these (all of them) patches that should be upstreamed, or have they already been?
Comment Actions
- files/patch-src_intel_tools_aubinator.c is just a copypasta from another patch under files/. Greg V tried to upstream a better (but more invasive) version the logic but the review got stalled. If we're gonna switch to Greg's version it should be maintained as a single patchfile in order to simplify rebases and may require switching to USES=autoreconf in order to avoid patching configure/Makefile.in (not sure how bad it'd be).
- files/patch-src_intel_tools_aubinatorerrordecode.c, files/patch-src_intel_tools_error2aub.c, files/patch-src_util_build__id.c are explained in D16571#354016.
- files/patch-configure is required to avoid having to add new dependencies to mesa-libs/libosmesa/clover which don't build Vulkan drivers. Upstream got the logic order wrong but my hack isn't much better.
- pkg-help is simply updated to the current status as DRM-next branch is no longer recommended/maintained unlike drm-*-kmod ports.
Did I miss anything?
Comment Actions
- Adapt to wayland>=1.15 and drop WAYLAND_BROKEN
- Exclude drm-legacy-kmod by simplifying wording even more