summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* ti-sgx-ddk-um: add support for importing DMABUF as EGLImageAnand Balagopalakrishnan2016-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for importing DMABUFs as EGLImages. This work is based on the Spec defined in https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt The feature currently supports YUYV and NV12 formats In addition, the following are supported: * YUV full range and narrow range * YUV color space BT709 and BT601 * YUV color space BT2020 is not supported * Chroma siting parameters are ignored For YUYV buffers, user needs to pass the width, height, and a 3-tuple consisting of the dmabuf fd, pitch, and offset=0. For YUV buffers, user needs to pass the width, height and two 3-tuples consisting of the dmabuf fds, pitches, and offsets=0. Please note that multiple dmabuf fds are not supported, and therefore, for NV12, * fd[0] must be equal to fd[1] and * pitch[0] must be equal to pitch[1] Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: remove invalid tests for sgxAnand Balagopalakrishnan2016-10-241-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-gc320-libs: add recipe for gc320 user libGowtham Tammana2016-08-231-0/+39
| | | | | | | Userspace libraries for GC320 chipset on TI SoCs Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Add libPVRScopeServices.so to plugins liste-ruei1@ti.com2016-08-081-2/+2
| | | | | | | libPVRScopeServices.so is required for the Imagination PVRTune operation. Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: disable active power managementAnand Balagopalakrishnan2016-06-291-2/+2
| | | | | | | | Disable active power management in SGX. This will enable host triggered suspend-resume for SGX. Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: update srcrev and bump PRe-ruei1@ti.com2016-05-261-2/+2
| | | | | | | * bring in the fix of QML overlay display problem Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: update srcrev and bump PRAnand Balagopalakrishnan2016-05-131-2/+2
| | | | | | | * rebuild SGX user mode driver with GCC 5.3 Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Add DEPENDS based on REDEPENDSJacob Stiffler2016-05-111-1/+2
| | | | | | | | | | | | | | * The ti-sgx-ddk-um recipe installs pre-built libraries * Because of this, the dependencies are given as RDEPENDS as they are not needed for building the recipe * However, this may break recipes which depend on ti-sgx-ddk-um, as the ti-sgx-ddk-um dependencies may not yet be populated in the sysroot. * This resolves the break in the dependency chain by translating the RDEPENDS into a list of DEPENDS Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: update srcrev and bump PRAnand Balagopalakrishnan2016-05-051-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sgx: drop old outdated omap3-sgx-modules and libgles-omap3 recipesDenys Dmytriyenko2016-04-2623-2654/+0
| | | | | | | | | Besides being outdated and deprecated in favor of new ti-sgx-ddk recipes (previously known as omapdrm-pvr and omap5-sgx-ddk), 3D graphics drivers are kernel specific and corresponding kernel versions (prior to 4.0) have all been dropped already. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sgx: rename and clean up kernel and user space componentsDenys Dmytriyenko2016-04-261-4/+25
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgbm: add latest version 10.0.0 from meta-aragoti2016.00Denys Dmytriyenko2016-04-201-0/+15
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libdrm: drop outdated custom version, use latest upstream nowDenys Dmytriyenko2016-04-203-106/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* bltsville: Deprecate - no longer supportedKarthik Ramanan2016-04-191-22/+0
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux:bump SRCREV for bug fixes in nullDRM EGLe-ruei1@ti.com2016-03-161-2/+2
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Add INSANE_SKIP list for pluginse-ruei1@ti.com2016-03-041-1/+2
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Add plugins liste-ruei1@ti.com2016-03-021-1/+7
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: remove version 1.9.0.12 as replaced by 1.14.3699939Anand Balagopalakrishnan2016-02-294-88/+0
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: bump SRCREV for bug fixes in Wayland EGLAnand Balagopalakrishnan2016-02-291-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: register PVR service for autostart on bootAnand Balagopalakrishnan2016-02-291-1/+6
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: bump SRCREV for gl2ext header changeAnand Balagopalakrishnan2016-02-171-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Specify COMPATIBLE_MACHINE listJacob Stiffler2016-02-151-1/+2
| | | | | | | | * This is only compatible with ti33x, ti43, and omap-a15 as a SRCREV is only supplied for these SOC families. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: SGX user mode driver v1.14 for all TI SoCsAnand Balagopalakrishnan2016-02-151-0/+43
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: fix RPM compatibility by faking hardcoded depsAdam YH Lee2016-02-081-0/+9
| | | | | | | | | | | | When RPM is used as the packaging type, rootfs will fail because RPM, by design, check for file level dependency. Here one of the shared objects (libpvrEWS_REMWSEGL.so) has dependency on ld-linux.so.3 and libews.so. It is unclear why meta-ti requires ld-linux.so.3, which is a dynamic loader for soft-float arch. Hence I fake the existence here. Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: bump SRCREV for AM57x/DRA7xx to the latest DDK UMAnand Balagopalakrishnan2016-01-181-1/+1
| | | | | | | | | | * Resolve SGX HWrecovery when Wayland OpenGLES clients are killed * Enable screenshots in Weston * Resolve SGX HWrecovery with glmark2 benchmark * Resolve rendering issues with half float textures Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: bump SRCREV of ti33x for configuration variable ↵Eric Ruei2015-11-241-2/+2
| | | | | | | | | DefaultPixelFormat support * DefaultPixelFormat is used to set the default EGL pixel format Signed-off-by: Eric Ruei <a0850410@uda0850410> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion ↵Gou, Hongmei2015-11-102-4/+6
| | | | | | | | | | for AM3 * Bump SRCREV for DRM FLIP mode support, and update powervr.ini correspondingly * Add plugins package to include the necessary .so files Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: bump SRCREV and other changes to support wayland/DRM ↵Gou, Hongmei2015-11-092-5/+10
| | | | | | | | | | | on AM4 * Support wayland/DRM mode * Remove powervr.ini which is no longer needed * Add plugins package to include the necessary .so files Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: explicitly specify RDEPENDS on libdrmDenys Dmytriyenko2015-11-091-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libdrm: remove unused patchDenys Dmytriyenko2015-09-081-1/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Bump SRCREV for am4/k4.1 branchGou, Hongmei2015-09-081-3/+3
| | | | | | | * Get changes for adding softlinks for libGLES_CM.so.1 and libGLESv2.so.1 Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libdrm: add ti33x and ti43x to COMPATIBLE_MACHINEGou, Hongmei2015-08-281-2/+2
| | | | | Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: add AM3 and AM4, and pvr-init to initializationGou, Hongmei2015-08-285-3/+49
| | | | | | | | | | | | * Add AM3 and AM4 which use null_windown DRM * Add pvr-init to /etc/init.d Signed-off-by: Hongmei Gou <h-gou@ti.com> v2 changes: 1) Use 8 as the initialization number for pvr-init, since pvr-init needs to be done before starting weston which uses number 9 2) Create empty powervr.ini as the default, and place ti33x and ti43x specific ones in their corresponding directories Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapdrm-pvr/omap5-sgx-ddk-um-linux: update due to branch shuffleDenys Dmytriyenko2015-08-241-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: update SGX user mode binaries to latest versionAnand Balagopalakrishnan2015-08-241-3/+5
| | | | | | | * Fix for SGX HW recovery issue when Weston EGL clients are killed Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Makefile doesn't have clean targetDenys Dmytriyenko2015-08-101-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* bltsville: fix build when B != SDenys Dmytriyenko2015-07-291-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libdrm.inc: overlay recently removed .inc used by our custom versionDenys Dmytriyenko2015-07-081-0/+41
| | | | | | | Consider dropping custom version altogether after verifying everything is upstreamed. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Bug fixes for memory leakKarthik Ramanan2015-07-071-2/+2
| | | | | | | | * Fix memory leak in Wayland WSEGL * Refactor the code for print messages Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: fix GNU_HASH and RPATH QA warningsDenys Dmytriyenko2015-05-211-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixesKarthik Ramanan2015-02-201-2/+2
| | | | | | | * This version is compatible with version Kernel 3.14 Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Graphics SDK: Add 05.01.01.02Franklin S. Cooper Jr2015-02-023-0/+329
| | | | | | | | * This graphics sdk is a minor update to the 05.01.01.01 version but includes updates to support the 3.14 kernel. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixesKarthik Ramanan2014-10-071-2/+2
| | | | | | | | | * This version is compatible with version Kernel 3.12 Signed-off-by: Karthik Ramanan <a0393906@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* bltsville: Updated SRCREV to the latestKarthik Ramanan2014-10-071-2/+2
| | | | | | | | * Contains incremental updates and bug fixes Signed-off-by: Karthik Ramanan <a0393906@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: add already-stripped to INSANE_SKIP to fix build in pokyCody P Schafer2014-07-023-93/+93
| | | | | Signed-off-by: Cody P Schafer <dev@codyps.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3, omap3-sgx-modules: remove old 4.8.x and 5.x versionsDenys Dmytriyenko2014-06-2312-1326/+0
| | | | | | | Leave 4.9 as the last release providing softfp binaries and x11 support. Leave 4.5 for now as being widely used on legacy omap3 devices. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: remove version 1.9.0.10 as replaced by 1.9.0.12Denys Dmytriyenko2014-05-231-26/+0
| | | | | | | | Also version 1.9.0.10 of the recipe doesn't have necessary PROVIDES and results in conflicts with mesa and other gl/gles providers. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
* xserver-xf86-config_0.1: remove PRINCAndreas Müller2014-05-211-1/+0
| | | | | | | last oe-core PR-bump was commited May 2nd Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap5-sgx-ddk-um-linux: Add version 1.9.0.12Mrinmayee Hingolikar2014-05-211-0/+28
| | | | | | | | | | | | * Pulled in latest version 1.9.0.12 from meta-ti-gsldk and preserved authorship for Mrinmayee * Mark this recipe as providing the gles1, gles2, and egl libraries so that it doesn't conflict with other recipes like mesa and will be pulled in to satisfy those dependencies Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* bltsville: Add TI BLTsville libraryMrinmayee Hingolikar2014-05-211-0/+22
| | | | | | | | | | | | | * Migrated from meta-ti-glsdk and preserved authorship for Mrinmayee * This library allows use of the GC320 2D blitter * Modified for upstream: * LICENSE was changed to BSD-3-Clause but the TI-TSPA license is still present as well so modified this to be a dual license package. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>