summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* ti-sgx-ddk-um: bump SRCREV to pick up the fix for AM5 performance degradatione-ruei1@ti.com2019-06-111-2/+2
| | | | | | | -um: opengles2: disable GLES2MOVEBUFFERMEMTODEVICE Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump SRCREV to pick up wsegl fixe-ruei1@ti.com2019-05-021-2/+2
| | | | | | | - um: wsegl/wayland: support external wayland-egl and struct wl_gl_window Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-gc320-libs: fix host contamination warningsDenys Dmytriyenko2019-04-111-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgbm: provide virtual/libgbm for easy switching b/w providersDenys Dmytriyenko2019-03-091-0/+2
| | | | | | | Follow a similar change in mesa in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=5f8050722169a931b8e9078b8757216ba7a84506 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk: remove old 1.14 version of DDK KM and UMDenys Dmytriyenko2019-03-011-87/+0
| | | | | | DDK 1.17 is now supported for same platforms. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump SRCREV and enable AM3/4/5 support for DDK 1.17e-ruei1@ti.com2019-03-011-4/+7
| | | | | | | | - bump SRCREV to pick up UM libraries for all supported SoCs at DDK 1.17 - enable AM3/4/5 support for DDK 1.17 Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump SRCREV to pickup the latest changes as shown belowe-ruei1@ti.com2018-11-271-2/+2
| | | | | | | | | | - um: Validate mutex before lock and unlock - um: Fix for RefCounting with mutex held - um: Set the default mutex type to pthread mutex - um: Fix the install path and scripts Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: Limit ti specific recipes under ti-soc overrideKhem Raj2018-10-173-0/+8
| | | | | | | | This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump SRCREV to pickup the latest fixesRam Prasad2018-10-011-2/+2
| | | | | | | add support for UYVY texture formats in EGLImage Signed-off-by: Ramprasad N <x0038811@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump SRCREV to pickup the latest fixese-ruei1@ti.com2018-08-312-3/+3
| | | | | | | | | | | | | | 1.14: - um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows 1.17: - tools: usc2:dce: fix GLSL compiler error - um: wsegl: fix the double unmap problem of CPU buffer - um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows - um: replace the hard-coded page size with the one read from kernel Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgbm: fix undefined minor/major symbols with new glibcDenys Dmytriyenko2018-08-292-1/+30
| | | | | | | glibc 2.28+ now requires this. https://sourceware.org/bugzilla/show_bug.cgi?id=19239 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: remove conflicting wayland-egl.pcDenys Dmytriyenko2018-08-292-0/+6
| | | | | | | For more details see: http://cgit.openembedded.org/openembedded-core/commit/?id=6e5952fcfc13ff4b63c9376bd41a1dbba957f425 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump DDK 1.14 SRCREV to pick up the latest changese-ruei1@ti.com2018-08-221-2/+2
| | | | | | | | - um: wsegl: fix double unmap of GPU buffers - tools: usc2: dce: fix GLSL compiler error Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: fix path of pvrsrvctl at rc.pvr for k3e-ruei1@ti.com2018-08-081-1/+1
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add libEGL.so to plugin list for DDK 1.17e-ruei1@ti.com2018-07-281-1/+1
| | | | | | | Note: libEGL.so is required for DDK 1.17 based 3D demo programs Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add k3 (AM654x) supporte-ruei1@ti.com2018-07-282-0/+72
| | | | | | | | - add COMPATIBLE_MACHINE to distinguish AM3/4/5 with K3 (AM654x) - add k3 support based on SGX DDK 1.17 Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* meta-ti: cleanup use of d.getVar()Denys Dmytriyenko2018-07-102-6/+6
| | | | | | | | 1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: update SGX user module for rockoAnand Balagopalakrishnan2018-03-191-3/+3
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-gc320-libs: bump SRCREV to pick up the latest versione-ruei1@ti.com2018-03-061-3/+3
| | | | | | | | The new version include the 2D API include files Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapfbplay: since it depends on kernel, mark it as machine-specificDenys Dmytriyenko2018-03-011-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Include libGLES_CM.so in pluginsJoshua Watt2017-12-211-1/+1
| | | | | | | | The plugins package must include libGLES_CM.so in order for libEGL to support GLESv1 Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: fix host-user-contaminated warningsDenys Dmytriyenko2017-12-131-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add RPROVIDES for libGLESv2.so.1Denys Dmytriyenko2017-12-131-0/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: fix libGLESv2.so.1 symlinkDenys Dmytriyenko2017-12-131-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: update srcrev to pick up the latest fixese-ruei1@ti.com2017-12-071-2/+3
| | | | | | | | | | | - gbm: Fix compilation error with BUILD=debug - change GLES filenames to mesa style - gbm: dont increment surface refcount inside internal function - gbm: decrement gbm bo recount on DeleteDrawable - add symbolic link libGLESv2.so.1 for backward compatibility of SGX binary demos Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Fix PVR_DBG level in 1RGB FBO completeness checkKarthik Ramanan2017-07-311-2/+2
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Handle no current context in name-clash stub functionse-ruei1@ti.com2017-06-011-2/+2
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Add INSANE_SKIP with already-strippedKarthik Ramanan2017-03-211-1/+2
| | | | | | | Without this option, there is build failure on poky Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgbm: depend on udev, as it uses libudev, cleanupDenys Dmytriyenko2017-03-061-3/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add support for GBM pixmap surfaceAnand Balagopalakrishnan2017-02-271-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add support for dmabuf import in GBM WSEGLAnand Balagopalakrishnan2017-02-271-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: fix memory leak with EGL Image DMABuf importAnand Balagopalakrishnan2017-02-271-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: enhance wl_display validation criterionKarthik Ramanan2017-02-151-2/+2
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Add support for YUYV EGLImageKarthik Ramanan2016-12-221-2/+2
| | | | | Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: fix build issue due to bb.data.* deprecationThomas Perrot2016-12-202-6/+6
| | | | | | | | Causes following error: Exception: AttributeError: module 'bb.data' has no attribute 'getVar' Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: fix a bug at the drmModeAddFB() call at null_drm_ws.ce-ruei1@ti.com2016-12-071-2/+2
| | | | | | | | | | | | Both parameter depth and bpp are set to uiPixelWidthInBits at the current implementation, however, the depth may not be the same as bpp for certain pixel format such as XRGB8888. This bug was exposed by the recent DRM driver change introducing strict error checking. To fix this problem, add utility function uiPixelDepthInBits to derive and use depth based on the pixel format. Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add apphint to control number of GBM WSEGL surface buffersAnand Balagopalakrishnan2016-11-231-2/+2
| | | | | Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* 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>