summaryrefslogtreecommitdiff
path: root/user/mesa-be/APKBUILD
AgeCommit message (Collapse)AuthorFilesLines
2024-11-29user/mesa-be: Split like user/mesaA. Wilcox1-48/+13
2024-11-29user/mesa: Add 24.x versionsA. Wilcox1-0/+171
user/mesa is the latest (24.2.7), and should install everywhere. user/mesa-be includes 24.1.7 which is needed for proper operation on big endian platforms, hence it is only enabled for ppc/ppc64. * Unfortunately, Intel Iris is not portable due to OpenCL issues and cannot be included with beta6. * The glvnd JSON file needs to be kept with the driver. * We can't split GL any more, so don't bother. * The DRI driver depends on the GLX stub, which is part of mesa, so declare that dep explicitly. (weak linked, so abuild can't see it)