summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* directfb: Upgrade to 1.7.4 versionNeena Busireddy2015-01-274-380/+50
| | | | | | | | Poky master upgraded directfb to 1.7.6 but 3.10.53-1.1.0 GA release is compatible with directfb 1.7.4. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Add autohdmi utilityNeena Busireddy2015-01-272-3/+55
| | | | | | | | This utility is used to monitor hdmi display hot plug and reconfigure xserver (through exa driver) if it detects the display change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Upgrade to 3.10.53-1.1.0 GA releaseNeena Busireddy2015-01-272-89/+6
| | | | | Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Upgrade to 3.10.53-1.1.0 GA releaseNeena Busireddy2015-01-2723-266/+86
| | | | | | | | | | | | | - Graphics recipe is renamed from gpu-viv-bin-mx6q to imx-gpu-viv - Recipe version is changed to use Vivante version - gpu-viv-g2d shares same package with imx-gpu-viv - imx-gpu-viv includes separate sub packages for demos and tools to support flexible package additions - Graphics package is reorganized to improve library layout - New GPU tool apitrace is added - supported only for X11 backend Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Don't package X11 libraries in non-X11 buildsJacob Kroon2014-12-291-1/+10
| | | | | | | | | | | | | | | Running readelf --dynamic libGL.so | grep NEEDED shows that the library has runtime dependencies on X11 libs and libglapi.so. However, none of them are listed as build dependencies for non-X11 distros. In this case, skip packaging libGL, so that it doesn't cause unexpected dependency changes in buildhistory. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Add EGL pkgconfig files for LinuxFB, Wayland and DirectFBMingtao Qu2014-12-224-2/+44
| | | | | | | | | The Vivante EGL backend require some macros to be set in CFLAGS, for compiling correct part code. this patch add the macros to pkgconfig build system. Signed-off-by: Mingtao Qu <zarelaky@hotmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Move non-demo files into separate packagesJacob Kroon2014-12-211-2/+7
| | | | | | | | | | | | | | The upgrade to 3.10.31-1.1.0 beta in 547d55d2577b60e72cd3523caaf83df65e053a10 introduced a couple of new files that should be moved to separate packages: libGAL_egl.so - Move into existing libgal-mx6 package libVSC.so - Move into new libvsc-mx6 package libVivanteOpenCL.so - Move into existing libopencl-mx6 package Vivante.icd - Move into existing libopencl-mx6 package Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: libdrm build fails due to missing space in SRC_URI_appendAlexander Shashkevych2014-12-201-1/+1
| | | | | | | | libdrm build fails due to libdrm_%.bbappend, since 'SRC_URI_append' doesn't contain leading space in appended string. Signed-off-by: Alexander Shashkevich <alex@stunpix.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Adapt code to new types used in Xserver 1.16Prabhu Sundararaj2014-12-152-1/+84
| | | | | | | | | The new Xserver 1.16 version has some changes which causes some compilation warning, this patch adapts the EXA driver for this changes. Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Remove patch files which are unusedOtavio Salvador2014-12-073-95/+0
| | | | | | | Some patches were not removed while updating the recipe. This dropes the left over files to remove them from the layer. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* directfb: Use include file from pokyNeena Busireddy2014-12-042-72/+1
| | | | | | | | | Use directfb include file from poky as it has fixes for floating dependencies. Directfb 1.7.1 fails to build without this change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Remove old 3.10.17-1.0.2 recipeOtavio Salvador2014-12-041-6/+0
| | | | | | | When updating to 3.10.31-1.1.0 beta release, this recipe has not removed. Do it now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* amd-gpu-mx51: fix file ownership in packagesJavier Viguera2014-12-021-3/+3
| | | | | | | | | | | Fix some more QA warnings: WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: user xxxx does not exist - using root Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* directfb: Backport to 1.7.1Neena Busireddy2014-12-027-0/+584
| | | | | | | | | | Directfb 1.7.4 is not compatible with 3.10.31-1.1.0 beta. Preferred version to use for 3.10.31-1.1.0 beta is 1.7.1. Components that are dependent on directfb 1.7.1 fails to build without this change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: move HAL headers to libgal-mx6-devSamuli Piippo2014-12-011-1/+1
| | | | | | | | HAL include headers should be part of libgal-dev package, instead of the current gpu-viv-bin-mx6q-dev. Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* piglit: Add a dependency over virtual/eglOtavio Salvador2014-11-251-0/+2
| | | | | | | | The build system can also use egl when GL is not avail so we ought to add this to the dependency chain as gpu-viv-bin-mx6q would not be included otherwise, for i.MX6SL. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Remove "Desktop-shell-Don-t-assume-there-is-a-pointer.patch"Otavio Salvador2014-11-242-37/+0
| | | | | | This patch is applied upstream and can be removed now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Upgrade to 3.10.31-1.1.0 betaNeena Busireddy2014-11-102-1/+9
| | | | | | | | | | | This includes bux fixes and it is compatible with the new GPU driver. The license checksum has change due the copyright's year adjustments; there are no changes in the license terms. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Upgrade to 3.10.31-1.1.0 betaNeena Busireddy2014-11-101-6/+5
| | | | | | | | | | | | -It has a support for i.MX6 SoloX SOC. -xf86-video-imxfb-vivante is compatible with new GPU libraries. The license checksum has change due the copyright's year adjustments; there are no changes in the license terms. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-demos: Include patch to add extension headerNeena Busireddy2014-11-102-1/+19
| | | | | | | | | This is the fix for the new OpenGL ES 1.1 header from khronos.org. The change moved some definitions to extension header. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Remove preferred version for xserver-xorgNeena Busireddy2014-11-106-161/+0
| | | | | | | | Remove preferred version from imx-base and remove all the xserver-xorg 1.14 files as we now use 1.15. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Remove preferred version for directfbNeena Busireddy2014-11-109-635/+0
| | | | | | | | Remove preferred version for directfb and all the directfb 1.6 files as we now use directfb 1.7. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Add i.MX6 SoloX supportNeena Busireddy2014-11-101-0/+5
| | | | | | | | This includes the changes to enable weston usage with the i.MX6 SoloX SoC. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cairo: Add i.MX6 SoloX supportNeena Busireddy2014-11-101-0/+1
| | | | | | | | This includes the changes to enable cairo usage with the i.MX6 SoloX SoC. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Update recipeNeena Busireddy2014-11-101-0/+1
| | | | | | | | | Vivante GPU driver does not support libGLX TLS (Thread local storage) and Vivante libGLX depends on mesa. Hence, mesa also needs to be build without TLS. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Add i.MX6 SoloX supportNeena Busireddy2014-11-101-0/+1
| | | | | | | | This includes the changes to enable mesa usage with the mx6sx SoC. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Add Vivante ICDNeena Busireddy2014-11-102-0/+6
| | | | | | | | Install Vendor ICDs for OpenCL's installable client driver loader (ICDs Loader). Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Upgrade to 3.10.31-1.1.0 betaNeena Busireddy2014-11-107-23/+38
| | | | | | | | | | | | | | | - Support for mx6sx (GC400T) added - Support for Khronos OpenGL ES 3.0 API for i.MX6Quad, i.MX6Dual, i.MX6Solo - Rendering pipeline enhancements - High quality ETC2/EAC texture compression support - Shading language enhancements - Enhanced texturing functionality The license checksum has change due the copyright's year adjustments; there are no changes in the license terms. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-051-2/+2
| | | | | | | | | | Fixes for - Cursor performance impact - Pixmap stride when wrapping - Distinguish cpu and gpu physical address Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-053-7/+7
| | | | | | | Update G2D api to support extensive alpha blend. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-052-4/+4
| | | | | | | | | | | | | | | | | | Fixes for the following: - Memory management, high CPU loading, crashes with QT5 - Avoid system freeze with invalid power - Mutex sharing. resource leak, database protection - 3D OpenVG for libGAL crash - UI reboots while playing video - Add VG355 support to X11 - Enhanced G2D API - QT5 support for wayland - WebGL fixes for Chrome UI For more details reference the 3.10.17-1.0.2 Patch Release notes on freescale.com/imx Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: fix file ownership in packagesJavier Viguera2014-11-051-2/+2
| | | | | | | | | | | | Using 'cp -a' to install files in do_install function leaks user/group attributes from build machine to target packages. WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: user xxxxx does not exist - using root Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Do not override PACKAGECONFIGNeena Busireddy2014-10-311-3/+3
| | | | | | | | | | | | | | PACKAGECONFIG should not be overridden. If not, it will become very complex to enable other features defined in the main recipe. This patch also removes the duplicate PACKAGECONFIG settings defined in the bbappend after this change. For sololite, remove egl from PACKAGECONFIG as egl is enabled by default for DISTRO_FEATURES wayland. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cairo: Fix PACKAGECONFIG settingsGary Thomas2014-10-231-3/+0
| | | | | | | | | | Remove a forced setting of PACKAGECONFIG_mx6 - this caused some flags which were set by the main recipe to be lost, e.g. "x11". The flags which are being set by these lines are correctly set in the main recipe, so this change fixes the errant behaviour with no other side effects. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Fix libOpenVG link when building for mx6slOtavio Salvador2014-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The ab83159 (gpu-viv-bin-mx6q: Include sololite changes to remove 3Dx libraries.) reworked the libraries available for mx6sl case however the symbolic link was wrong. It points to the work instalation directory. This resulted in: ,---- | ibOpenVG_355.so | ibOpenVG.so -> .../tmp/work/.../image/usr/lib/libOpenVG_355.so `---- While the expected is: ,---- | libOpenVG_355.so | libOpenVG.so -> libOpenVG_355.so `---- This patch fixes is to use a relative link, fixing OpenVG based application builds from a clean tmp directory or using rm_work class. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: Fix build with glibc 2.20Khem Raj2014-08-302-0/+58
| | | | | | | | This issue is unearthed with glibc 2.20 but the patch is good with eglibc 2.19 as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cairo: Drop 'class-target' useOtavio Salvador2014-08-301-3/+3
| | | | | | | | | | | | The native and nativesdk classes now reset the MACHINEOVERRIDES variable, avoiding the failure during the build due the extra flags for Vivante support. This patch removes the 'class-target' override as the override won't apply in native and nativesdk use anymore. Change-Id: I53b1939c1bd20fca1c3e39e67fd03aaa743501d0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Add sololite changesNeena Busireddy2014-08-205-8/+385
| | | | | | | | | | | | | | Sololite does not support 3D GPU hardware acceleration, so remove gles flags from compilation. Also, included the patches to enable GAL2D compositor and change GAL2D compositor to be default when EGL is not enabled in Sololite. Patch for crashes on touch device without a pointer is applicable for all iMX6 machines. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cairo: Update recipe to support sololite.Neena Busireddy2014-08-201-1/+3
| | | | | | | | In order to support cairo for sololite, we need to remove glesv2 from packageconfig since sololite is not 3D GPU hardware accelerated Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Update mesa and mesa-demos to support Sololite.Neena Busireddy2014-08-202-2/+13
| | | | | | | | SoloLite should use mesa software rendering GL since GPU for this machine does not have hardware accelerated GL. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Include sololite changes to remove 3D libraries.Neena Busireddy2014-08-201-1/+25
| | | | | | | | Sololite does not support 3D GPU hardware acceleration.Hence, remove all the 3D libraries from graphics package for this machine. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1Lauren Post2014-08-151-2/+2
| | | | | | | | | | | For 2D GPU cores there is a potential need to manage the maximum number of outstanding return requests from the memory subsystem. The proper way to manage these for 2D cores with this configuration is to use a FLUSH. The patch does a FLUSH after every DRAW, the pipe will not overfill and the scenario which may lead to a stall will not occur. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1Lauren Post2014-08-152-4/+4
| | | | | | | | | | | | | For 2D GPU cores there is a potential need to manage the maximum number of outstanding return requests from the memory subsystem. The proper way to manage these for 2D cores with this configuration is to use a FLUSH. The patch does a FLUSH after every DRAW, the pipe will not overfill and the scenario which may lead to a stall will not occur. This patch requires the Linux kernel 3.10.17-1.0.1 fixes. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Add a missing runtime dependency on libdrmOtavio Salvador2014-08-151-0/+1
| | | | | | | The Vivante DRI library requires the libdrm to proper work; this adds the missing dependency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-fsl-arm: fix some typosJavier Viguera2014-08-141-1/+1
| | | | | Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* directfb-examples: Fix building with new autoconfOtavio Salvador2014-07-262-4/+31
| | | | | | | | | | | | This fixes the following build error: ,---- | .../configure: line 4229: syntax error near unexpected token `DIRECTFB,' | .../configure: line 4229: `PKG_CHECK_MODULES(DIRECTFB, directfb >= $DIRECTFB_REQUIRED_VERSION, WATER=`$PKG_CONFIG --variable=water directfb` ,' `---- Change-Id: Ibd5807b1497ff83b4241cd53f97d18b62a0cb2df Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pointercal.xinput: Remove stray characterLauren Post2014-07-251-1/+0
| | | | | | | This character causes touch issues with calibration failing Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Don't apply i.MX6-specific patches unconditionallyOtavio Salvador2014-07-211-2/+3
| | | | | | | | | | The patches for Vivante GPU support are i.MX6-specific and shouldn't be applied for other SoCs and architectures. This patch changes it to be i.MX6-specific. Fixes [YOCTO: #6545] Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Use symlink in libgl-mx6 packageJacob Kroon2014-07-211-0/+1
| | | | | | | | | | | The libgl-mx6 package had a duplicated libGL.so.1. Force it into a symlink. This was tested by comparing the output of "ls -lR --time-style=+ image/" before and after the change. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Fix file ownership in packagesJacob Kroon2014-07-211-4/+4
| | | | | | | | | | | | | | | | The do_install() function is run under pseudo in order to create packages with correct file-permissions. By issuing "cp -a" to install files, we leak build user/group permissions into the packages, since the do_unpack() function is executed as the regular build user. Replace it with -P, so that we at least keep symlinks. Also drop -x (--one-file-system) since it's not needed. This was tested by comparing the output of "ls -lR --time-style=+ image/" before and after the change. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>