summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/mesa (follow)
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix build•••latest versions (>=19.1.0), no longer need to delete {,e}gl.pc after install Jonathan Ringer2019-10-221-1/+1
* Merge #69537: mesa: 19.1.5 -> 19.2.1 (into staging)Vladimír Čunát2019-10-091-3/+3
|\
| * mesa: 19.2.0 -> 19.2.1Vladimír Čunát2019-10-091-2/+2
| * mesa: 19.1.5 -> 19.2.0Edmund Wu2019-09-261-3/+3
* | tree-wide: replace uses of splitString "." with lib.versions•••Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion. Joachim Fasting2019-09-261-1/+1
|/
* treewide: remove redundant recvolth2019-08-281-1/+1
* Merge #66998: mesa: 19.1.3 -> 19.1.5 (into staging)Vladimír Čunát2019-08-241-2/+2
|\
| * mesa: 19.1.4 -> 19.1.5 (bugfix only)Vladimír Čunát2019-08-241-2/+2
| * driversi686Linux.mesa: 19.1.3 -> 19.1.4•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mesa/versions R. RyanTM2019-08-191-2/+2
* | mesa: add surfaceless egl platformMatthew Bauer2019-08-121-1/+1
|/
* mesa: 19.1.1 -> 19.1.3Cole Mickens2019-07-271-2/+2
* mesa: fix darwin and use meson auto features (PR #63912)•••This fixes the darwin build, while also using Meson’s auto features as much as possible. As a result, we avoid using having to specify default drivers and instead delegate that to Mesa’s build system. Removed other flags that were specified to the default in Mesa. The -fno-common is needed to address undefined symbol _lp_dummy_tile in the build. Matthew Bauer2019-07-091-67/+14
* mesa: fix build Aarch64worldofpeace2019-06-271-1/+1
* mesa: 18.3.4 -> 19.1.1Edmund Wu2019-06-261-2/+2
* mesa: build with mesonEdmund Wu2019-06-264-217/+145
* mesa: extract stubsEdmund Wu2019-06-252-77/+81
* Merge pull request #62167 from matthewbauer/alias-libgl•••Add libGL* aliasesMatthew Bauer2019-06-171-1/+1
|\
| * mesa: rename from mesa-noglu to mesaMatthew Bauer2019-06-171-1/+1
* | Merge master into staging-nextFrederik Rietdijk2019-06-091-5/+42
|\|
| * mesa: fix stubs on darwin•••Adds a special case for isDarwin Matthew Bauer2019-06-041-5/+42
* | Merge branch 'staging' into release-cross-fixesMatthew Bauer2019-05-181-16/+16
|\|
| * Merge branch 'staging' into mesa_3Matthew Bauer2019-05-023-74/+70
| |\
| * | restructure driver selection to show conditions for which each driver is sele...Jona Stubbe2018-08-221-10/+12
| * | mesa: restructure driver selection to be more architecture-neutral•••This allows Mesa to also build on ppc64le. Jona Stubbe2018-08-221-14/+15
* | | mesa: don’t use valgrind-light on aarch32•••valgrind-light doesn’t appear to work correctly on aarch32. It’s also not a required dependency on mesa, so in the future we may be able to disable it for other platforms Matthew Bauer2019-05-081-2/+4
* | | mesa: use platforms instead of throw•••mesaPlatforms can be used in the platforms attr. Matthew Bauer2019-05-081-5/+1
| |/ |/|
* | treewide: remove old patches for macOS•••These shouldn’t be needed now that we are on macOS 10.12. Matthew Bauer2019-04-262-77/+1
* | mesa: 18.3.3 -> 18.3.4Lengyel Balazs2019-02-181-2/+2
* | mesa: 18.3.2 -> 18.3.3•••https://www.mesa3d.org/relnotes/18.3.3.html Will Dietz2019-01-311-2/+2
* | mesa: 18.3.1 -> 18.3.2Will Dietz2019-01-191-2/+2
* | Merge staging-next into stagingFrederik Rietdijk2019-01-051-1/+4
|\ \
| * | mesa: make sure $drivers output gets created•••Not all installs will have a $drivers output, so we just create an empty one here. Matthew Bauer2019-01-041-1/+4
* | | treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-041-2/+1
|/ /
* | mesa: 18.2.6 -> 18.3.1rnhmjoj2018-12-191-2/+2
* | mesa: fix cross-compilingJörg Thalheim2018-12-121-6/+8
* | glu: don't use valgrind on darwinDaiderd Jordan2018-12-111-3/+3
* | mesa: 18.2.5 -> 18.2.6•••https://www.mesa3d.org/relnotes/18.2.6.html Will Dietz2018-11-281-2/+2
* | Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer2018-11-181-2/+2
|\ \
| * | mesa: don't require wayland things with wayland disabled (#50559)Jan Malakhovski2018-11-181-2/+2
* | | mesa: 18.2.4 -> 18.2.5•••https://www.mesa3d.org/relnotes/18.2.5.html Will Dietz2018-11-161-2/+2
* | | Merge master into staging-nextFrederik Rietdijk2018-11-101-3/+3
|\| |
| * | mesa: tiny cleanupJan Malakhovski2018-11-081-3/+3
* | | mesa: 18.2.3 -> 18.2.4•••bug-fix release: https://www.mesa3d.org/relnotes/18.2.4.html Will Dietz2018-11-011-2/+2
* | | mesa: 18.2.2 -> 18.2.3•••https://lists.freedesktop.org/archives/mesa-dev/2018-October/207343.html Optimistically drop disk cache patch, changelog mentions related changes to cache behavior. Not sure if those changes address our problem (can we count on build-id?) so someone more familiar with this should probably take a look before merging :). Will Dietz2018-10-242-12/+12
|/ /
* | mesa: 18.2.1 -> 18.2.2Will Dietz2018-10-051-2/+2
* | mesa: add new required dep on libXrandrWill Dietz2018-09-211-1/+1
* | mesa: drop non-applying hunk, hopefully include no longer needed•••(cherry picked from commit b673b8987872adfd97fdb8821198450ff229118d) Will Dietz2018-09-211-10/+0
* | mesa: 18.1.8 -> 18.2.1•••(cherry picked from commit eb2b89a0a1901d4c89dcc6c0a36e1cabd1fcd002) Will Dietz2018-09-211-2/+2
* | mesa: 18.1.7 -> 18.1.8•••https://www.mesa3d.org/relnotes/18.1.8.html Will Dietz2018-09-091-2/+2
* | Merge branch 'staging' into remove-mesa-darwinMatthew Bauer2018-09-071-3/+4
|\ \