summaryrefslogtreecommitdiff
path: root/strata/mesa-common.morph
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade mesa to 13.0.4Pedro Alvarez2017-02-091-2/+2
|
* strata/mesa-common.morph: Upgrade to mesa 13.0.0Javier Jardón2016-11-171-2/+2
|
* strata/mesa-common.morph: Upgrade to mesa v12.0.1Javier Jardón2016-07-171-2/+2
| | | | Change-Id: I187d64a12f19d2d75e693d7db2f203394678ca0a
* Update mesa driver to mesa-11.2.0Ana Huelamo2016-04-111-2/+2
| | | | Change-Id: Idbc04aa46165b6907b871b7d5395dc5c1678d179
* strata/mesa-common.morph: Update mesa to 1.11.2Javier Jardón2016-02-291-2/+2
| | | | Change-Id: I7240accd89bfb6d3b6610a85e995594508c5225e
* strata/mesa-common.morph: Upgrade mesa to 11.1Javier Jardón2016-01-181-2/+2
| | | | Change-Id: I40fa1989a2886fc07ff1f47a1f0d7830e316c161
* strata/mesa-common.morph: Upgrade libexpoxy to 1.3.1Javier Jardón2015-11-021-2/+2
| | | | Change-Id: Id0ba5debc0c07dafc0075048d066541e2fa4c31e
* Move libepoxy to mesa-common stratumJavier Jardón2015-11-021-0/+7
| | | | | | Its where really belongs and we avoid duplicate it Change-Id: Ib54cdc7a677f135369c334cb54090fbe74783d04
* core: Use python3 instead python2Javier Jardón2015-10-161-1/+1
| | | | | | | | | | | | | | | From [1]: "Python 2.x is legacy, Python 3.x is the present and future of the language" As a reference, python3 is already the default python version in Arch, and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to switch soon [1] https://wiki.python.org/moin/Python2orPython3 [2] https://wiki.ubuntu.com/Python/3 [3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139
* strata/mesa-common/mesa.morph: Enable GLXJavier Jardón2015-09-251-0/+1
| | | | | | | | This is needed by gnome-session https://bugzilla.gnome.org/show_bug.cgi?id=686806 Change-Id: I9150c3a50e6a1038a2c78363598a2e6d0774eb17
* strata/mesa-common.morph: Upgrade to 11.0Javier Jardón2015-09-211-2/+2
| | | | | | | No custom branch is needed anymore, as all the jetson-specific patches has been merged upstream in this release Change-Id: I04605156bf4f1b430e59ffc61f9aa5fae6917e52
* Fix some strata to depend on core instead foundationJavier Jardón2015-06-071-0/+1
| | | | Change-Id: If4d143dc41eebd901cc5670850ecec6ddb84c6cb
* Upgrade to mesa-10.6-rc1Javier Jardón2015-05-261-2/+2
| | | | | | | | | | | | This release fixes https://bugs.freedesktop.org/show_bug.cgi?id=86701 So, 3D acceleration works again in virtual machines. Because of this, the special mesa-common-vm stratum is not needed anymore (used to compile thre last known version with 3D acceleration support in vm, 10.3.7) Change-Id: Iddddc6511b67bc53e4c87939ae0d060740ed2f4c
* Update mesa to latest stable (10.5.5)Javier Jardón2015-05-191-2/+2
| | | | | | | | | This release includes a fix that makes possible to run weston again on intel hardware (commit 536003c11e4cb1172c540932ce3cce06f03bf44e : i965: Add XRGB8888 format to intel_screen_make_configs) Change-Id: I6329ab08a48ed3594d33973017478c0332dd0f61
* Upgrade mesa to latest stable release + jetson specific patchesJames Thomas2015-04-301-2/+3
| | | | | Mesa now depends on python-core, since it requires mako Change-Id: I1d066756fdc57f50f134522a0cce58408bcae17f
* mesa: Fix a compilation problem with missing fstatJavier Jardón2015-04-141-2/+2
| | | | | | | | | | | | | | | Point mesa stratum to a patch cherry-picked from master to fix this compilation error: loader.c: In function 'udev_device_new_from_fd': loader.c:163:4: error: implicit declaration of function 'fstat' [-Werror=implicit-function-declaration] if (fstat(fd, &buf) < 0) { ^ cc1: some warnings being treated as errors More info here: https://bugs.freedesktop.org/show_bug.cgi?id=89530 Change-Id: I3bd4856b07318ce97772a4755b253c918f4b1e66
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-061-1/+0
| | | | version: 1)
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-061-0/+1
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-061-1/+0
| | | | version: 1)
* strata/mesa-common.morph: Upgrade to latest stable mesa (10.3.3)Javier Jardón2014-11-141-2/+2
| | | | | Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: James Thomas <james.thomas@codethink.co.uk>
* strata/mesa-common: Update mesa to latest stabel version (10.3.2)Javier Jardón2014-10-251-2/+2
|
* Do not build X11 support in mesaJavier Jardón2014-10-141-1/+0
| | | | | | | In this way we can build completely wayland-only systems The reason to do this is that cairo will pull the X11 dependency if the mesa stratum is built with X11 support (as graphics-common depens on mesa-common)
* Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-10-141-1/+1
| | | | So libdrm only gets build when it's really needed
* Add graphics-infra stratumJavier Jardón2014-10-141-0/+1
| | | | With basic infrastructure components like libdrm and xorg macros
* Move llvm to its own stratumJavier Jardón2014-10-061-0/+1
| | | | | llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary
* strata/mesa-common.morph: Update to latest mesa (10.3)Javier Jardón2014-09-221-1/+2
|
* strata/mesa-common.morph: Add missing reference to local mesa.morphJavier Jardón2014-09-221-0/+1
|
* Do not build the same mesa in different strata, move to its own stratumJavier Jardón2014-08-281-0/+10