summaryrefslogtreecommitdiff
path: root/user/mesa-amber
AgeCommit message (Collapse)AuthorFilesLines
2024-11-29user/mesa-amber: Don't auto-install with mesa-driA. Wilcox1-1/+0
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.
2024-11-29user/mesa-amber: Fix i915 conflict, disable GBMA. Wilcox2-1/+53
See upstream: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12219
2024-11-29user/mesa-amber: Install with other DRI driversA. Wilcox1-0/+1
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.
2024-11-29user/mesa: move to user/mesa-amberA. Wilcox4-0/+144
This provides graphics drivers for r100/r200 Radeons, and also early GeForces via nouveau dri. nv30+ are handled by Gallium. Uses libglvnd so it can coexist with newer Mesa versions.