aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
AgeCommit message (Collapse)Author
2019-05-15mesa: Add backport of freedreno dmabuf modifiers patchPeter Griffin
This is required to get weston-simple-dmabuf-drm to work and also now required by Chromium v73 ozone-wayland backend. It is present in mesa 19.0, backporting to Thud which is on 18.1.9. This is intended as a tempoary fix as this patch has also been sent to oe-core ml http://lists.openembedded.org/pipermail/openembedded-core/2019-May/282314.html Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
2017-03-01apq8096: enable freedreno graphicsNicolas Dechesne
Add SoC customization for mesa, gstreamer and xorg. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-05improve spacing and indentation in machine configuration files and recipesNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-05Use $SOC_FAMILY instead of $MACHINE in BSPNicolas Dechesne
In many recipes we have been using $MACHINE to add customization. As we are about to add more boards based on similar SoC, we need to use $SOC_FAMILY as override instead of $MACHINE. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-21mesa: rename bbappend fileZoltan Kuscsik
Make Mesa bitbake append file compatible with both Mesa 11.x and 10.x. Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
2015-07-30mesa: enable freedreno for DragonBoard 410cNicolas Dechesne
This machine is defined in meta-96boards Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-30mesa: remove gallium-egl PACKAGECONFIG, it has been deprecatedNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-28mesa: enable freedreno on selected machine onlyNicolas Dechesne
Instead of enabling for armv7a, try to be a better citizen for other BSP layers, and only enable freedreno on machines that have Adreno GPU. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-05-05mesa: Enable freedreno for armv7 onlyKhem Raj
angstrom also builds x86 images and freedreno is not ported for it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-12-30mesa.bbappend: enable xa only when x11 is enabled in DISTRO_FEATURESNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-12-15mesa.bbappend: enable XA gallium state trackerNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-07-23Create initial BSP layer for IFC6410Nicolas Dechesne
- create meta-qualcomm OE layer - add README and license file - create machine configuration for ifc6410, using the 3.4+freedreno kernel - configure freedreno in mesa, and create xf86-video-freedreno recipe This has been tested with distro-less OE-core on IFC6410 meta = "master:6bc3696d8451a23d743daf03ee98c4ba54ce4551" Using the following extra configuration in local.conf: DISTRO_FEATURES_append = " opengl" CORE_IMAGE_EXTRA_INSTALL += "mesa-demos" VIRTUAL-RUNTIME_graphical_init_manager = "" glxgears was tested using the GPU firmware from the Inforce BSP v1.5 release. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>