summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
Commit message (Collapse)AuthorAge
* mesa: fix cross compilation to x86_64Alyssa Ross2023-11-09
| | | | In particular, fix cross compilation of rusticl.
* libclc: absorb into llvmPackages(16)K9002023-10-28
|
* mesa: bump to llvmPackages_16K9002023-10-28
|
* Merge remote-tracking branch 'origin/staging-next' into stagingAlyssa Ross2023-10-13
|\ | | | | | | | | Conflicts: pkgs/development/tools/misc/indent/default.nix
| * mesa: 23.1.8 -> 23.1.9Vladimír Čunát2023-10-13
| | | | | | | | | | As usual, patch bumps should be pretty safe to merge https://docs.mesa3d.org/relnotes/23.1.9.html
* | Merge pull request #259109 from Artturin/mesabuildpythonArtturi2023-10-06
|\ \ | |/ |/| mesa: don't depend on build python
| * mesa: don't depend on build pythonArtturin2023-10-05
| | | | | | | | | | | | `mesa-overlay-control.py` has build python in it's shebang `pkgsCross.aarch64-multiplatform.sway`
* | mesa: 23.1.7 -> 23.1.8Vladimír Čunát2023-09-21
|/ | | | https://docs.mesa3d.org/relnotes/23.1.8.html
* mesa: 23.1.5 -> 23.1.7Vladimír Čunát2023-09-07
| | | | | | | https://docs.mesa3d.org/relnotes/23.1.6.html https://docs.mesa3d.org/relnotes/23.1.7.html Close #253206
* mesa: 23.1.3 -> 23.1.5Vladimír Čunát2023-08-13
| | | | | | https://docs.mesa3d.org/relnotes/23.1.5.html The issues we heard about >= 23.1.4 appear to have been just the usual sensitivity to version mismatches in NixOS mesa.
* Revert "Merge #244853: mesa: 23.1.3 -> 23.1.4"Vladimír Čunát2023-08-12
| | | | | | | | This reverts commit 166a5ba0f43fb354326827d610dd4e2e2d513ef3, reversing changes made to fea92808f88e2d2d91c5b574237293e22185b1ea. At least for now, until issues around this are clearer: https://github.com/NixOS/nixpkgs/issues/248439
* mesa: 23.1.3 -> 23.1.4R. Ryantm2023-07-22
|
* mesa: build i915 driverK9002023-06-26
| | | | Turns out people still use those.
* mesa: 23.1.2 -> 23.1.3K9002023-06-23
| | | | Changelog: https://www.mesa3d.org/relnotes/23.1.3.html
* Merge master into staging-nextgithub-actions[bot]2023-06-13
|\
| * mesa: fix build without valgrindMarian Hammer2023-06-08
| | | | | | | | | | | | | | | | | | | | Since the update to mesa v23.1.1 the build without valgrind was broken. This is a result of a change in mesa meson_options.txt which made the valgrind support a feature in mesa: https://gitlab.freedesktop.org/mesa/mesa/-/commit/3f10a89180b5638d2c1870e91e06aeae67925717#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa_1844_1829 So it must be explicitly turned off as it is now on by default.
* | mesa: 23.1.1 -> 23.1.2Vladimír Čunát2023-06-11
|/ | | | https://docs.mesa3d.org/relnotes/23.1.2.html#bug-fixes
* mesa: 23.0.3 -> 23.1.1Yureka2023-05-29
|
* mesa: mark as broken on darwinYureka2023-05-29
|
* mesa_22_3: dropYureka2023-05-29
|
* mesa: fixup build after rust-bindgen updateVladimír Čunát2023-04-28
|
* mesa: 23.0.2 -> 23.0.3Vladimír Čunát2023-04-25
| | | | | | https://docs.mesa3d.org/relnotes/23.0.3.html Rebuild amounts are fairly low now (1.5k x86_64-linux, basically no darwin).
* mesa_23_0: 23.0.1 -> 23.0.2, drop merged patchK9002023-04-16
|
* mesa: have one attribute per major versionK9002023-04-16
| | | | (Mesa release versions are [year].[release].[patch])
* Merge #224857: mesa: fix zink by patching RPATH so it finds libvulkan.soVladimír Čunát2023-04-06
|\ | | | | | | ...into staging-next
| * mesa: fix zink by patching RPATH so it finds libvulkan.soMia Kanashi2023-04-05
| | | | | | | | | | | | | | Currently zink can't find libvulkan.so, so it won't work when you try to use it, you can verify that using strace, patching RPATH fixes this. closes #187791
* | Merge #215214: libGL: complete meta, correct versionVladimír Čunát2023-04-04
|\ \ | | | | | | | | | ...into staging
| * | libGL: complete meta, get version from correct packageSandro Jäckel2023-03-27
| |/
* / mesa: remove libgrl.aK9002023-03-27
|/ | | | Saves a bit of space.
* Merge branch 'master' into staging-nextVladimír Čunát2023-03-26
|\
| * mesa: provide patch versionsAtemu2023-03-25
| | | | | | | | | | | | This allows us to bump the mesa attribute (used by many packages, see https://github.com/NixOS/nixpkgs/issues/218232) independently from the packages used by NixOS users.
| * mesa_23: init at 23.0.1Atemu2023-03-25
| |
| * mesa: refactor for multi-version setupAtemu2023-03-25
| |
* | mesa: build dri for armKarel Kočí2023-03-16
|/ | | | | | | | | | The isAarch64 applies only to 64bit arm. The commit e7a2c65ab54f096546c9aad6ae2e4e29e61f2885 missed support for 32bit arm. This also removes kmsro as it is not used by Mesa meson.build file. The kmsro is detected from other galium drivers. This might not be correct and there probably should be a way to enable this in the upstream but for now this does nothing.
* mesa: 22.3.6 -> 22.3.7Vladimír Čunát2023-03-08
|
* Merge master into staging-nextgithub-actions[bot]2023-03-06
|\
| * mesa: enable vulkan intel drivers on 32bitJörg Thalheim2023-03-06
| |
* | Merge #217832: mesa: 22.3.5 -> 22.3.6Vladimír Čunát2023-02-26
|\ \ | | | | | | | | | ...into staging
| * | mesa: 22.3.5 -> 22.3.6hw-lunemann2023-02-23
| | |
* | | Merge staging-next into staginggithub-actions[bot]2023-02-23
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross2023-02-23
| |\ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/pmdk/default.nix
| | * | treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionalsArtturin2023-02-22
| | | | | | | | | | | | | | | | env values must be strings
| | * | treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | |/ | | | | | | | | | | | | | | | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* | / python310Packages.mako: Normalize attribute, pname, dirnameMartin Weinelt2023-02-19
|/ /
* / mesa: 22.3.4 -> 22.3.5Vladimír Čunát2023-02-13
|/ | | | | https://docs.mesa3d.org/relnotes/22.3.5.html Fixes #216137
* Merge branch 'master' into staging-nextVladimír Čunát2023-02-08
|\
| * libGL: Add `meta.pkgConfigModules` and testJohn Ericson2023-02-07
| |
* | mesa: build Intel drivers on i686K9002023-02-04
| | | | | | | | Sorry gamers :(
* | Merge staging-next into staginggithub-actions[bot]2023-01-31
|\|
| * mesa: fix build for armv5telAlyssa Ross2023-01-30
| | | | | | | | Fixes: e7a2c65ab54 ("mesa: reorganize default driver list")