aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/apitrace
AgeCommit message (Collapse)Author
2021-09-01apitrace: Enable on glibc >= 2.34Khem Raj
Drop unused patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
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>
2021-08-03apitrace: Exclude from builds with glibc 2.34+Khem Raj
It needs some work see [1] [1] https://github.com/apitrace/apitrace/issues/756 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16apitrace: Update to latest trunkKhem Raj
Use git submodules fetcher Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11apitrace: Upgrade to 0.10Khem Raj
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>
2020-10-19apitrace: Disable secuirty flags for clangKhem Raj
Add apitrace to relevant packagegroup Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Michael Tretter <m.tretter@pengutronix.de>
2020-10-19apitrace: add new recipeMichael Tretter
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>