Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mesa: upgrade to 19.2.7 | Leo | 2019-12-06 | 1 | -6/+21 |
| | | | | | | | | - Disable GLESv1 (everyone uses GLESv2) - Enable vulkan-overlay-layer (Enables to have a HUD for information when running vulkan applications, now in mesa-vulkan-layer subpackage) - Enable Intel Iris driver on x86* - Be more explicit about enabling certain things like opengl | ||||
* | main/mesa: upgrade to 19.2.6 | Leo | 2019-11-29 | 2 | -18/+3 |
| | |||||
* | main/mesa: fix bad if-macro on ppc64le | Kevin Daudt | 2019-11-20 | 2 | -1/+16 |
| | | | | | | | | | | | | A backported commit causes a build failure on ppc64le. ``` /lp_bld_misc.cpp ../src/gallium/auxiliary/gallivm/lp_bld_misc.cpp:708:28: error: #if with no expression 708 | #if PIPE_ARCH_LITTLE_ENDIAN ``` Upstream issue: https://gitlab.freedesktop.org/mesa/mesa/issues/2131 | ||||
* | main/mesa: remove spurious - | Leo | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | main/mesa: upgrade to 19.2.5 | Leo | 2019-11-20 | 1 | -9/+5 |
| | |||||
* | main/mesa: upgrade to 19.2.4 | prspkt | 2019-11-17 | 1 | -2/+2 |
| | |||||
* | main/mesa: upgrade to 19.2.3 | prspkt | 2019-11-13 | 1 | -3/+3 |
| | |||||
* | main/mesa: enable v3d gallium driver, packaged as mesa-dri-v3d | Ivan Delalande | 2019-10-29 | 1 | -2/+6 |
| | | | | | Provide support for 3D acceleration on Raspberry Pi 4, like vc4 for earlier boards. | ||||
* | main/mesa: upgrade to 19.2.2 | Sören Tempel | 2019-10-25 | 1 | -3/+3 |
| | |||||
* | main/mesa: disable use-elf-tls | Leo | 2019-10-21 | 2 | -3/+8 |
| | | | Closes !570 | ||||
* | main/mesa: upgrade to 19.2.1 | Milan P. Stanić | 2019-10-20 | 3 | -52/+33 |
| | | | | | | new upstream release replace add-glx-use-tls.patch with add-use-elf-tls.patch from void-linux Closes !522 | ||||
* | main/mesa: use LLVM9 | Rasmus Thomsen | 2019-10-04 | 1 | -2/+2 |
| | |||||
* | main/mesa: work around parallel build issue | Natanael Copa | 2019-10-01 | 1 | -0/+3 |
| | | | | | | | | | | | work around parallel build which manifested itself on ppc64le: In file included from ../src/gallium/drivers/nouveau/nv50/nv50_state.c:31: ../src/compiler/nir/nir.h:1195:10: fatal error: nir_intrinsics.h: No such file or directory 1195 | #include "nir_intrinsics.h" | ^~~~~~~~~~~~~~~~~~ | ||||
* | main/mesa: upgrade to 19.1.7 | prspkt | 2019-10-01 | 1 | -2/+2 |
| | | | | Signed-off-by: prspkt <prspkt@protonmail.com> | ||||
* | main/mesa: depend on py3-mako | Leo | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | main/mesa: upgrade to 19.1.6 | prspkt | 2019-09-06 | 1 | -2/+2 |
| | | | | Signed-off-by: prspkt <prspkt@protonmail.com> | ||||
* | main/mesa: upgrade to 19.1.5 | prspkt | 2019-08-26 | 1 | -2/+2 |
| | | | | Signed-off-by: prspkt <prspkt@protonmail.com> | ||||
* | main/mesa: upgrade to 19.1.4 | Leo | 2019-08-19 | 1 | -2/+2 |
| | |||||
* | main/mesa: upgrade to 19.1.3 | marmota | 2019-08-05 | 1 | -3/+3 |
| | |||||
* | main/mesa: enable etnaviv and tegra support | Bart Ribbers | 2019-07-24 | 1 | -2/+10 |
| | | | Closes GH-9287 | ||||
* | main/mesa: upgrade to 19.1.2 | prspkt | 2019-07-16 | 1 | -3/+3 |
| | |||||
* | main/mesa: enable Panfrost support | Bart Ribbers | 2019-07-01 | 1 | -2/+7 |
| | |||||
* | main/mesa: enable Lima support | Bart Ribbers | 2019-07-01 | 1 | -2/+11 |
| | |||||
* | main/mesa: update to 19.1.1 | Bart Ribbers | 2019-06-27 | 1 | -2/+2 |
| | |||||
* | main/mesa: upgrade to 19.0.6 | prspkt | 2019-06-11 | 3 | -79/+88 |
| | | | | | | - Switch build system to meson. - Import musl TLS patch from Void linux. - Remove glx_ro_text_segm.patch which is now provided by meson_options. | ||||
* | main/mesa: use llvm8 | Natanael Copa | 2019-06-11 | 1 | -2/+2 |
| | |||||
* | main/mesa: build with elfutils | Natanael Copa | 2019-05-04 | 1 | -2/+2 |
| | | | | libelf seems to be dead upstream | ||||
* | main/mesa: armv7 add vc4 support | Carlo Landmeter | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | main/mesa: upgrade to 18.3.5, use llvm7 | Natanael Copa | 2019-03-25 | 1 | -7/+11 |
| | | | | | | | | main mesa package contains common config so let subpackages depend on that. We also dont need the replaces="mesa" since apk can handle that nowdays and have been able to do so for years now. | ||||
* | main/mesa: Upgrade to 18.2.8 | Taner Tas | 2019-02-08 | 3 | -73/+6 |
| | | | | | | * Compiles without drmdeps.patch on x86_64. Patch dropped. * Wayland libs are no longer part of mesa. * Update musl patchset. | ||||
* | main/mesa: fix crashes due to large stack buffers | Timo Teräs | 2018-12-14 | 2 | -1/+19 |
| | |||||
* | main/mesa: Upgrade to 18.1.7, some cosmetic changes | Taner Tas | 2018-09-04 | 1 | -15/+50 |
| | | | | | * Re-arrange depends_dev, makedepends, subpackages, sources * Use https for url | ||||
* | Revert "main/mesa: build fix for armhf" | ryang | 2018-09-04 | 1 | -3/+0 |
| | | | | | | | | This reverts commit 2b4535bd3025886a5237ecf385fe5f92b8c28da2. It's not necessary anymore to apply CFLAGS -mfpu=neon globally. mesa now applies target specific CFLAGS to enable neon for the vc4 driver. https://cgit.freedesktop.org/mesa/mesa/commit/?id=bd5efbd70b33a9f7977e75799c3b7d293113ba4d | ||||
* | main/mesa: use xorgproto | Natanael Copa | 2018-07-19 | 1 | -4/+3 |
| | |||||
* | main/mesa: Upgrade to 18.1.4 | Taner Tas | 2018-07-19 | 1 | -2/+2 |
| | |||||
* | main/mesa: Upgrade to 18.1.1 | Taner Tas | 2018-06-30 | 3 | -10/+30 |
| | |||||
* | main/mesa: Upgrade to 18.0.5 | Taner Tas | 2018-06-12 | 1 | -3/+3 |
| | |||||
* | main/mesa: re-enable drm platform | Natanael Copa | 2018-05-16 | 1 | -3/+8 |
| | | | | prefer libwayland-egl from wayland | ||||
* | main/mesa: fix missing split function for -dri-vc4 subpkg | Jakub Jirutka | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | main/mesa: fix typo | Natanael Copa | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Revert "main/mesa: build fix: remove libva-dev dependency" | Natanael Copa | 2018-05-09 | 1 | -1/+1 |
| | | | | This reverts commit a3c4a8231132752282df46c181eb1144158c3c11. | ||||
* | main/mesa: build fix: remove libva-dev dependency | Natanael Copa | 2018-05-09 | 1 | -1/+1 |
| | | | | libva depends on mesa so we remove libva to avoid circular dependency | ||||
* | main/mesa: split vc4 dri driver to subpackage | Natanael Copa | 2018-05-09 | 1 | -0/+4 |
| | |||||
* | main/mesa: Upgrade to 18.0.2 | Taner Tas | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | main/mesa: Removed wayland stuff | Taner Tas | 2018-05-09 | 3 | -26/+15 |
| | | | | | | in accordance with commit 4f8b36b3d0a8bf9034f433465a276b5658292b76 * musl related patches combined in one file. | ||||
* | main/mesa: Upgrade to 18.0.1 | Taner Tas | 2018-05-09 | 2 | -38/+56 |
| | | | | | | | | | | | | | | * Clarify license * Fix typo related with enabling vulkan drivers * Add subpackages for ati and intel vulkan drivers * Enable vc4 on aarch64 * Enable vaapi drivers, include them into corresponding mesa-dri packages * Re-arrange configure options for easy reading * --disable-asm and --enable_glx_rts options enabled on x86 only. * x86 build fails during packaging if asm enabled (TEXTREL) * since mesa has its own method to detect cross-compile environment, asm should not be disabled globally. * Remove -j1 from package() * Modernize APKBUILD | ||||
* | main/mesa: rebuild after libwayland update | Oliver Smith | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | main/mesa: Upgrade to 17.3.6 | Taner Tas | 2018-04-02 | 4 | -17/+14 |
| | | | | Patches are revised accordingly. | ||||
* | main/mesa: only build gallium driver svga on intel | Natanael Copa | 2017-11-15 | 1 | -4/+4 |
| | |||||
* | main/mesa: add missing make dependency on wayland-protocols | Jakub Jirutka | 2017-11-14 | 1 | -1/+2 |
| |