Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apitrace: Fix build with gcc-15 | tho3.nguyen | 2025-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | To fix errors: In file included from TOPDIR/tmp/work/core2-64-oe-linux/apitrace/11.1+11.1+git/git/frametrim/ft_matrixstate.hpp:30, from TOPDIR/tmp/work/core2-64-oe-linux/apitrace/11.1+11.1+git/git/frametrim/ft_matrixstate.cpp:28: TOPDIR/tmp/work/core2-64-oe-linux/apitrace/11.1+11.1+git/git/frametrim/ft_dependecyobject.hpp:187:44: error: 'uint64_t' was not declared in this scope 187 | std::unordered_map<unsigned, std::pair<uint64_t, uint64_t>> m_buffer_mappings; | ^~~~~~~~ ... TOPDIR/tmp/work/core2-64-oe-linux/apitrace/11.1+11.1+git/git/retrace/metric_writer.cpp:50:70: error: 'uint64_t' does not name a type 50 | case CNT_NUM_UINT64: std::cout << "\t" << *(reinterpret_cast<uint64_t*>(data)); break; ... Signed-off-by: tho3.nguyen <tho3.nguyen@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | recipes: drop ${SRCPV} usage | Martin Jansa | 2024-02-09 | 1 | -1/+1 |
| | | | | | | | | | | * Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> | ||||
* | apitrace: upgrade 11.0 -> 11.1 | Wang Mingyu | 2022-05-30 | 1 | -0/+34 |
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> |