aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2018-08-08ti-sgx-ddk-um: fix path of pvrsrvctl at rc.pvr for k3e-ruei1@ti.com
Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-07-28ti-sgx-ddk-um: add libEGL.so to plugin list for DDK 1.17e-ruei1@ti.com
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>
2018-07-28ti-sgx-ddk-um: add k3 (AM654x) supporte-ruei1@ti.com
- 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>
2018-07-10meta-ti: cleanup use of d.getVar()Denys Dmytriyenko
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>
2018-03-19ti-sgx-ddk-um: update SGX user module for rockoAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-03-06ti-gc320-libs: bump SRCREV to pick up the latest versione-ruei1@ti.com
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>
2018-03-01omapfbplay: since it depends on kernel, mark it as machine-specificDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-21ti-sgx-ddk-um: Include libGLES_CM.so in pluginsJoshua Watt
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>
2017-12-13ti-sgx-ddk-um: fix host-user-contaminated warningsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-13ti-sgx-ddk-um: add RPROVIDES for libGLESv2.so.1Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-13ti-sgx-ddk-um: fix libGLESv2.so.1 symlinkDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-07ti-sgx-ddk-um: update srcrev to pick up the latest fixese-ruei1@ti.com
- 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>
2017-07-31ti-sgx-ddk-um: Fix PVR_DBG level in 1RGB FBO completeness checkKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-01ti-sgx-ddk-um: Handle no current context in name-clash stub functionse-ruei1@ti.com
Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-21ti-sgx-ddk-um: Add INSANE_SKIP with already-strippedKarthik Ramanan
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>
2017-03-06libgbm: depend on udev, as it uses libudev, cleanupDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-02-27ti-sgx-ddk-um: add support for GBM pixmap surfaceAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-02-27ti-sgx-ddk-um: add support for dmabuf import in GBM WSEGLAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-02-27ti-sgx-ddk-um: fix memory leak with EGL Image DMABuf importAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-02-15ti-sgx-ddk-um: enhance wl_display validation criterionKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-22ti-sgx-ddk-um: Add support for YUYV EGLImageKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-12-20recipes: fix build issue due to bb.data.* deprecationThomas Perrot
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>
2016-12-07ti-sgx-ddk-um: fix a bug at the drmModeAddFB() call at null_drm_ws.ce-ruei1@ti.com
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>
2016-11-23ti-sgx-ddk-um: add apphint to control number of GBM WSEGL surface buffersAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-10-25ti-sgx-ddk-um: add support for importing DMABUF as EGLImageAnand Balagopalakrishnan
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>
2016-10-24ti-sgx-ddk-um: remove invalid tests for sgxAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-08-23ti-gc320-libs: add recipe for gc320 user libGowtham Tammana
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>
2016-08-08ti-sgx-ddk-um: Add libPVRScopeServices.so to plugins liste-ruei1@ti.com
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>
2016-06-29ti-sgx-ddk-um: disable active power managementAnand Balagopalakrishnan
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>
2016-05-26ti-sgx-ddk-um: update srcrev and bump PRe-ruei1@ti.com
* 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>
2016-05-13ti-sgx-ddk-um: update srcrev and bump PRAnand Balagopalakrishnan
* 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>
2016-05-11ti-sgx-ddk-um: Add DEPENDS based on REDEPENDSJacob Stiffler
* 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>
2016-05-05ti-sgx-ddk-um: update srcrev and bump PRAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-26sgx: drop old outdated omap3-sgx-modules and libgles-omap3 recipesDenys Dmytriyenko
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>
2016-04-26sgx: rename and clean up kernel and user space componentsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-20libgbm: add latest version 10.0.0 from meta-aragoti2016.00Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-20libdrm: drop outdated custom version, use latest upstream nowDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-19bltsville: Deprecate - no longer supportedKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-03-16omap5-sgx-ddk-um-linux:bump SRCREV for bug fixes in nullDRM EGLe-ruei1@ti.com
Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-03-04omap5-sgx-ddk-um-linux: Add INSANE_SKIP list for pluginse-ruei1@ti.com
Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-03-02omap5-sgx-ddk-um-linux: Add plugins liste-ruei1@ti.com
Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-29omap5-sgx-ddk-um-linux: remove version 1.9.0.12 as replaced by 1.14.3699939Anand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-29omap5-sgx-ddk-um-linux: bump SRCREV for bug fixes in Wayland EGLAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-29omap5-sgx-ddk-um-linux: register PVR service for autostart on bootAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-17omap5-sgx-ddk-um-linux: bump SRCREV for gl2ext header changeAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-15omap5-sgx-ddk-um-linux: Specify COMPATIBLE_MACHINE listJacob Stiffler
* 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>
2016-02-15omap5-sgx-ddk-um-linux: SGX user mode driver v1.14 for all TI SoCsAnand Balagopalakrishnan
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-08libgles-omap3: fix RPM compatibility by faking hardcoded depsAdam YH Lee
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>
2016-01-18omap5-sgx-ddk-um-linux: bump SRCREV for AM57x/DRA7xx to the latest DDK UMAnand Balagopalakrishnan
* 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>
2015-11-24omap5-sgx-ddk-um-linux: bump SRCREV of ti33x for configuration variable ↵Eric Ruei
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>