summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/renderdoc
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | Fixes Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* renderdoc: upgrade 1.7 -> 1.13Andreas Müller2021-05-282-36/+5
| | | | | | | | * backported patch can go * license checksum was changed by update of copyright year Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Upgrade to 1.7Khem Raj2020-03-101-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: upgrade 1.5 -> 1.6Wang Mingyu2020-03-021-2/+2
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Upgrade to 1.5Khem Raj2019-12-312-1/+33
| | | | | | | Backport a patch from glslang to fix a build error https://github.com/KhronosGroup/glslang/issues/1869 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: package need openglArmin Kuster2019-10-211-1/+1
| | | | | | | | | ERROR: Nothing PROVIDES 'virtual/libgl' found via yocto-check-layer Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: add x11 to REQUIRED_DISTRO_FEATURESAdrian Ratiu2019-10-041-1/+3
| | | | | | | | | | | | This recipe depends on having x11 enabled so we add it to fix: ERROR: Nothing PROVIDES 'libxcb' (but meta-oe/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb DEPENDS on or otherwise requires it) libxcb was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: add new recipeAdrian Ratiu2019-09-302-0/+92
RenderDoc is a MIT licensed stand-alone multi-platform graphics debugger that allows easy frame by frame capture and detailed introspection of any applications using Vulkan, OpenGL, OpenGL ES, and others. Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>