summaryrefslogtreecommitdiff
path: root/strata/mesa-common
Commit message (Collapse)AuthorAgeFilesLines
* 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