diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-21 13:56:31 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-29 04:55:32 -0600 |
commit | f41957bedabd2290eeb23af57c1775a6671fb1d1 (patch) | |
tree | 243b75705e7e2de614e1a9ad786a36001fd70601 /user/mesa/musl-fixes.patch | |
parent | fe0e5a413d36dbc7bcc639ce141938eba5b28593 (diff) | |
download | packages-f41957bedabd2290eeb23af57c1775a6671fb1d1.tar.gz packages-f41957bedabd2290eeb23af57c1775a6671fb1d1.tar.bz2 packages-f41957bedabd2290eeb23af57c1775a6671fb1d1.tar.xz packages-f41957bedabd2290eeb23af57c1775a6671fb1d1.zip |
user/mesa: Add 24.x versions
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)
Diffstat (limited to 'user/mesa/musl-fixes.patch')
-rw-r--r-- | user/mesa/musl-fixes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user/mesa/musl-fixes.patch b/user/mesa/musl-fixes.patch deleted file mode 100644 index dd3e6bb64..000000000 --- a/user/mesa/musl-fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig -+++ ./src/gallium/winsys/svga/drm/vmw_screen.h -@@ -34,7 +34,7 @@ - #ifndef VMW_SCREEN_H_ - #define VMW_SCREEN_H_ - -- -+#include <sys/stat.h> - #include "pipe/p_compiler.h" - #include "pipe/p_state.h" - |