- Nov 29, 2024
-
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
* Driver does not build for current Xorg server. * Last upstream release was 2015, last non-trivial Git commit was 2017. * Last Permedia card was manufactured in 1999. * We can still use fbdev on these chips; it is unlikely that any of the GL 1.1 support would be useful these days, and contemporary reviews noted that the Rage128 and RIVA TNT performed better.
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
We've always depended on it, so no revbump needed; with the new Xorg changes, we don't automatically pull it in as a silent dep.
-
Anna Wilcox authored
Since GBM is busted upstream, we can't use this for Wayland or Xorg. I'm not sure what we are meant to be using it for, but we don't need it available everywhere in this case.
-
Anna Wilcox authored
See upstream: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12219
-
Anna Wilcox authored
Users can override this by running 'apk add !mesa-amber', but this way we always install drivers for the older machines when installing Mesa drivers at all. This way, we don't need to change Horizon etc to support the older hardware drivers, and users can still remove it if they know they won't ever need it.
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
* Additionally, use GLVND for OpenGL headers. * Also, use RelWithDebInfo instead of RelWithDebugInfo. This matters because the target CMake files installed require the build type to match one of the ones they define, and they define that one.
-
Anna Wilcox authored
-
Anna Wilcox authored
* Mesa used for the DRM backend; GLVND for EGL.
-
Anna Wilcox authored
-
Anna Wilcox authored
* Mesa still needed for GBM, DRM, KMS. * Wayland enabled for both EGL and libva.
-
Anna Wilcox authored
-
Anna Wilcox authored
These automatically add themselves when the winsys itself is present (libx11 or wayland), so there should be no functional change for users.
-
Anna Wilcox authored
Mesa is still needed for GBM, but GLVND is needed for EGL.
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
* We now have Vulkan support, so add that. * Use GLVND for GL headers. Mesa remains for DRM.
-
Anna Wilcox authored
-
Anna Wilcox authored
* Mesa is used internally for GBM. * libglvnd-dev is needed for OpenGL headers.
-
Anna Wilcox authored
Includes a patch to the CMake to use libOpenGL and libGLX instead of the legacy libGL. We also explicitly set GLVND instead of LEGACY for the FindOpenGL module.
-
Anna Wilcox authored
-
Anna Wilcox authored
* Mesa is still used for GBM and KMS.
-
Anna Wilcox authored
-
Anna Wilcox authored
* Only OpenGL headers are used, so replace mesa with libglvnd.
-
Anna Wilcox authored
* mesa-dev is still needed for the KMS backend.
-
Anna Wilcox authored
-
Anna Wilcox authored
Otherwise, some xf86-video-* fail to build with missing <pciaccess.h>.
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
Also, declare ICU dependency explicitly so it isn't missed again.
-