summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/renderdoc
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI branch and protocolsArmin Kuster2021-11-171-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: Armin Kuster <akuster808@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>