aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2016-02-09images: remove reference imagesNicolas Dechesne
From now on, we will reference images from meta-rpb layer instead. 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-10-13weston-*-image: remove gtk+3-demo from the sample imageNicolas Dechesne
gtk+3-demo seems to require libGL, so let's remove it for now. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12weston-image: add reference image for Wayland/WestonNicolas Dechesne
including: * systemd * pam * connman * user linaro (no passwd) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12weston-chromium-image: add sample image for Chromium on WaylandNicolas Dechesne
Includes Chromium on Wayland using ozone plugin, and also: * pam support to run chromium/weston as normal user * systemd * connman for easier network management * resize2fs to extend the image size to the full partition size Signed-off-by: Nicolas Dechesne <nicolas.dechesne@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-28xf86-video-freedreno: backport upstream patchNicolas Dechesne
From: http://cgit.freedesktop.org/xorg/driver/xf86-video-freedreno/commit/?id=33724ce4711ef98e93a9b16c1b7e974aa11086ed 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-12-15xf86-video-freedreno: remove the custom xorg conf file , rely on OutputClass ↵Nicolas Dechesne
instead Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-10-23xf86-video-freedreno: upgrade to 1.3.0Nicolas Dechesne
Since version 1.2.0 this video driver has support for: == * platform-probe and autoconfig support, so no .conf file needed with xserver 1.16+ == However this requires Xorg 1.16 to work. As such we continue to include a custom xorg.conf file, and this file is likely to break on non-freedreno platforms. When Xorg is migrated to 1.16, we can remove the custom configuration file, and solely rely on platform probe. 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>