* Some fixes related to the MRs I opened earlier * Add support for GL_EXT_texture_compression_astc_decode_mode * Add support for profiling with EXT_disjoint_timer_query * Minor fixes and additions to opengl trace * OVR_multiview extension support * retrace: Use right API calls when using EXT_disjoint_timer_query * Explicit header: stdint * retrace: Fix GPU Duration calculation * specs: Fix pUAVInitialCounts array element count of * D3D11DeviceContext::OMSetRenderTargetsAndUnorderedAccessViews * fix snappy detection, use build_testing for gtest detection too * d3d9retrace: Adjust presentation interval when forcing windowed mode * fix qt-6.9 * D3D8/9: Decode AL16 and R16 FOURCC formats - update to 12.0: * cli: be more verbose about what GL api means on Linux/Mac * Fix a crash in retrace_glXChooseFBConfig * gltrim: retain objects in the last frame that were created in earlier frames * gltrim: handle a few more EGL calls * docs: update attachment procedure for trace * implement versioning support * Submitted handle wgl and more gl45 * Fix bug in _EGLImageKHR_get_image_info * Retrace: Add retrace watchdog flag * gui: Address deprecation warnings * gui: Add icon * d3d8trace: Remap shader handles * d3d8trace: Remap state block handles * Gltrim skip while looping OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/apitrace?expand=0&rev=8
15 lines
566 B
Diff
15 lines
566 B
Diff
diff -rub apitrace-13.0/thirdparty/CMakeLists.txt apitrace-13.0-patched/thirdparty/CMakeLists.txt
|
|
--- apitrace-13.0/thirdparty/CMakeLists.txt 2025-06-26 14:43:44.000000000 +0200
|
|
+++ apitrace-13.0-patched/thirdparty/CMakeLists.txt 2025-06-29 13:53:51.815981158 +0200
|
|
@@ -55,10 +55,6 @@
|
|
include_with_scope (brotli.cmake)
|
|
endif ()
|
|
|
|
-if (CMAKE_EXECUTABLE_FORMAT STREQUAL "ELF")
|
|
- include_with_scope (libbacktrace.cmake)
|
|
-endif ()
|
|
-
|
|
if (BUILD_TESTING)
|
|
# We use non-standard C++ flags, so we can't just use GTest's CMakeLists.txt
|
|
if (NOT GTEST_FOUND)
|