aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa
Commit message (Collapse)AuthorAgeFilesLines
* main/mesa: disable use-elf-tlsLeo2019-10-212-3/+8
| | | Closes !570
* main/mesa: upgrade to 19.2.1Milan P. Stanić2019-10-203-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 LLVM9Rasmus Thomsen2019-10-041-2/+2
|
* main/mesa: work around parallel build issueNatanael Copa2019-10-011-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.7prspkt2019-10-011-2/+2
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/mesa: depend on py3-makoLeo2019-09-181-1/+1
|
* main/mesa: upgrade to 19.1.6prspkt2019-09-061-2/+2
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/mesa: upgrade to 19.1.5prspkt2019-08-261-2/+2
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/mesa: upgrade to 19.1.4Leo2019-08-191-2/+2
|
* main/mesa: upgrade to 19.1.3marmota2019-08-051-3/+3
|
* main/mesa: enable etnaviv and tegra supportBart Ribbers2019-07-241-2/+10
| | | Closes GH-9287
* main/mesa: upgrade to 19.1.2prspkt2019-07-161-3/+3
|
* main/mesa: enable Panfrost supportBart Ribbers2019-07-011-2/+7
|
* main/mesa: enable Lima supportBart Ribbers2019-07-011-2/+11
|
* main/mesa: update to 19.1.1Bart Ribbers2019-06-271-2/+2
|
* main/mesa: upgrade to 19.0.6prspkt2019-06-113-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 llvm8Natanael Copa2019-06-111-2/+2
|
* main/mesa: build with elfutilsNatanael Copa2019-05-041-2/+2
| | | | libelf seems to be dead upstream
* main/mesa: armv7 add vc4 supportCarlo Landmeter2019-04-051-2/+2
|
* main/mesa: upgrade to 18.3.5, use llvm7Natanael Copa2019-03-251-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.8Taner Tas2019-02-083-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 buffersTimo Teräs2018-12-142-1/+19
|
* main/mesa: Upgrade to 18.1.7, some cosmetic changesTaner Tas2018-09-041-15/+50
| | | | | * Re-arrange depends_dev, makedepends, subpackages, sources * Use https for url
* Revert "main/mesa: build fix for armhf"ryang2018-09-041-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 xorgprotoNatanael Copa2018-07-191-4/+3
|
* main/mesa: Upgrade to 18.1.4Taner Tas2018-07-191-2/+2
|
* main/mesa: Upgrade to 18.1.1Taner Tas2018-06-303-10/+30
|
* main/mesa: Upgrade to 18.0.5Taner Tas2018-06-121-3/+3
|
* main/mesa: re-enable drm platformNatanael Copa2018-05-161-3/+8
| | | | prefer libwayland-egl from wayland
* main/mesa: fix missing split function for -dri-vc4 subpkgJakub Jirutka2018-05-101-1/+1
|
* main/mesa: fix typoNatanael Copa2018-05-101-1/+1
|
* Revert "main/mesa: build fix: remove libva-dev dependency"Natanael Copa2018-05-091-1/+1
| | | | This reverts commit a3c4a8231132752282df46c181eb1144158c3c11.
* main/mesa: build fix: remove libva-dev dependencyNatanael Copa2018-05-091-1/+1
| | | | libva depends on mesa so we remove libva to avoid circular dependency
* main/mesa: split vc4 dri driver to subpackageNatanael Copa2018-05-091-0/+4
|
* main/mesa: Upgrade to 18.0.2Taner Tas2018-05-091-2/+2
|
* main/mesa: Removed wayland stuffTaner Tas2018-05-093-26/+15
| | | | | | in accordance with commit 4f8b36b3d0a8bf9034f433465a276b5658292b76 * musl related patches combined in one file.
* main/mesa: Upgrade to 18.0.1Taner Tas2018-05-092-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 updateOliver Smith2018-05-091-1/+1
|
* main/mesa: Upgrade to 17.3.6Taner Tas2018-04-024-17/+14
| | | | Patches are revised accordingly.
* main/mesa: only build gallium driver svga on intelNatanael Copa2017-11-151-4/+4
|
* main/mesa: add missing make dependency on wayland-protocolsJakub Jirutka2017-11-141-1/+2
|
* main/mesa: fix drmdeps.patchJakub Jirutka2017-11-142-18/+19
|
* main/mesa: fix checksumJakub Jirutka2017-11-141-1/+1
|
* main/mesa: upgrade to 17.2.4 and switch to llvm5Jakub Jirutka2017-11-141-15/+11
|
* main/mesa: modernize abuildJakub Jirutka2017-11-141-30/+29
|
* main/mesa: use python3Natanael Copa2017-11-021-3/+3
|
* main/mesa: add freedreno supportopendata262017-08-161-2/+6
|
* main/mesa: add missing drm dependency library definitions.midipix2017-08-102-1/+43
|
* main/mesa: upgrade to 17.1.4Natanael Copa2017-07-031-2/+2
|
* main/mesa: upgrade to 17.1.2Natanael Copa2017-06-111-2/+2
|