summaryrefslogtreecommitdiff
path: root/strata/mesa-common
Commit message (Collapse)AuthorAgeFilesLines
* Set --sysconfdir=/etc all aroundTristan Van Berkom2015-10-121-1/+1
| | | | | | | | Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
* strata/mesa-common/mesa.morph: Enable GLXJavier Jardón2015-09-251-2/+1
| | | | | | | | This is needed by gnome-session https://bugzilla.gnome.org/show_bug.cgi?id=686806 Change-Id: I9150c3a50e6a1038a2c78363598a2e6d0774eb17
* Upgrade to mesa-10.6-rc1Javier Jardón2015-05-261-12/+0
| | | | | | | | | | | | 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
* mesa.morph: Do not use --enable-gallium-eglJavier Jardón2015-05-141-2/+1
| | | | | | | This configure option was removed since version 10.4, commit c46c551c56f78c6bf9e63524c89478695fc4f525 Change-Id: If396bc1139b43d3b16c72795921f485b68469c35
* Add mesa-common-vm and use this for x86_64 systemsJames Thomas2015-04-301-0/+12
| | | | | | | | We're locked at the last version of mesa that allows egl_gallium as we need to be able to use this in a VM, so add a separate run-time mesa for this. At build-time we can use the upgraded mesa Change-Id: I687fa98e12d99816efce2b61561cc8a07aa146f5
* mesa.morph: enable gallium-egl for all architecturesbaserock/jjardon/gallium-eglJavier Jardón2014-11-141-2/+1
| | | | | This will make egl weston demos (like weston-simple-egl) work in a qemu virtual machine
* strata/mesa-common/mesa: Clean configurationbaserock/jjardon/mesaJavier Jardón2014-10-311-18/+7
| | | | | | | | | | | | | | | | Try to be as generic as possible and only make a few exceptions: - Only build ARM-related drivers if we are in ARM, this is: nouveau,freedreno,vc4 (and svga,swrast as fallbacks) - enable-gallium-egl only in ARM (needed by freedreno, nouveau) - For the rest of the arquitectures, the drivers to build will be the default ones, this is: - DRI: i915 i965 nouveau r200 radeon swrast - Gallium: r300 r600 svga swrast - enable GLES2 (disabled by default) - disable GLX (enabled by default) to not pull x11 deps The rest all the configure parameters will be automatically configured by the mesa's configure.ac
* Do not build X11 support in mesaJavier Jardón2014-10-141-2/+3
| | | | | | | 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)
* Enable nouveau drivers in mesabaserock-14.40Pedro Alvarez2014-10-031-6/+18
|
* mesa.morph: remove reference to build "intel" driverJavier Jardón2014-09-221-1/+1
| | | | It doesnt exist anymore
* mesa.morph: Build nouveau driver as wellJavier Jardón2014-09-221-2/+2
| | | | So we support Tegra K1 graphics / GK20A by default
* mesa.morph: Indent configure argumentsJavier Jardón2014-08-281-6/+7
|
* Do not build the same mesa in different strata, move to its own stratumJavier Jardón2014-08-281-0/+21