summaryrefslogtreecommitdiff
path: root/user/mesa/llvm-opaque.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-11-29user/mesa: Add 24.x versionsA. Wilcox1-8467/+0
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)
2024-08-07user/mesa: Disable SSE2 on pmmxA. Wilcox1-0/+8467
Closes: #1207