summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
Commit message (Collapse)AuthorAgeFilesLines
* mesa: compile with --disable-llvm-shared-libsbaserock-15.47baserock/release/baserock-15.47Richard Ipsum2015-11-201-1/+2
| | | | | | | we no longer compile shared libs when we build llvm, the llvm project does not recommend building shared libs. Change-Id: Iedef67f0b5188c9656e6a8e3ec3ec7a27c2a6cf9
* 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
* 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
* 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