summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/apitrace
Commit message (Collapse)AuthorAgeFilesLines
* apitrace: upgrade 11.0 -> 11.1Wang Mingyu2022-05-301-2/+2
| | | | | | | | | | | | Changelog: ========= frametrim: fix active texture check compare by @okias in #789 gltrim: handle glFramebufferTexture3D and glMultiDrawElements by @gerddie in #790 implement ARB_create_context_no_error for GLX and WGL by @okias in #791 wrappers/glcaps: Check config availablility before dereferencing by @gerddie in #793 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: upgrade 10.0 -> 11.0zhengrq.fnst2022-05-091-1/+1
| | | | | | | | | Changelog: ========== appveyor: Update GitHub deployment token. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>
* apitrace: Conditionally enable X11 supportMarek Vasut2021-10-161-1/+3
| | | | | | | | | In case DISTRO_FEATURES contain both x11 and opengl, enable X11 support in apitrace, because all the requirements are satisfied. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Upgrade to latest versionMarek Vasut2021-10-162-30/+1
| | | | | | | | | | Update apitrace to latest version available in apitrace git and drop patch which is now upstream as apitrace commit d28a980802ad48568c87da02d630c8babfe163bb Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Enable on glibc >= 2.34Khem Raj2021-09-013-36/+29
| | | | | | Drop unused patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | 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>
* apitrace: Exclude from builds with glibc 2.34+Khem Raj2021-08-031-0/+3
| | | | | | | | It needs some work see [1] [1] https://github.com/apitrace/apitrace/issues/756 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Update to latest trunkKhem Raj2021-07-161-3/+3
| | | | | | Use git submodules fetcher Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Upgrade to 0.10Khem Raj2021-05-112-2/+37
| | | | | | | | | | apitrace: Fix build with musl Changes are here [1] which fixed musl build [1] https://github.com/apitrace/apitrace/releases/tag/10.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Disable secuirty flags for clangKhem Raj2020-10-191-0/+2
| | | | | | | Add apitrace to relevant packagegroup Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Michael Tretter <m.tretter@pengutronix.de>
* apitrace: add new recipeMichael Tretter2020-10-191-0/+28
apitrace consists of a set of tools to: - trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file; - replay OpenGL and OpenGL ES calls from a file; - inspect OpenGL state at any call while retracing; - visualize and edit trace files. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>