Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
apitrace-12.0-Linux.tar.bz2 | 2024-06-04 | 6.5 MB | |
apitrace-12.0-Linux-arm64.tar.bz2 | 2024-06-04 | 6.6 MB | |
apitrace-12.0-win64-arm.7z | 2024-06-04 | 29.4 MB | |
apitrace-12.0-win64.7z | 2024-06-04 | 46.1 MB | |
apitrace-12.0-win32.7z | 2024-06-04 | 42.8 MB | |
12.0 source code.tar.gz | 2024-05-30 | 2.3 MB | |
12.0 source code.zip | 2024-05-30 | 2.7 MB | |
README.md | 2024-05-30 | 5.5 kB | |
Totals: 8 Items | 136.4 MB | 1 |
What's Changed
- cli: be more verbose about what GL api means on Linux/Mac by @okias in https://github.com/apitrace/apitrace/pull/799
- Fix a crash in retrace_glXChooseFBConfig. by @dsa-t in https://github.com/apitrace/apitrace/pull/802
- gltrim: retain objects in the last frame that were created in earlier frames by @gerddie in https://github.com/apitrace/apitrace/pull/807
- gltrim: handle a few more EGL calls by @gerddie in https://github.com/apitrace/apitrace/pull/810
- docs: update attachment procedure for trace by @okias in https://github.com/apitrace/apitrace/pull/813
- implement versioning support by @okias in https://github.com/apitrace/apitrace/pull/801
- Submitted handle wgl and more gl45 by @gerddie in https://github.com/apitrace/apitrace/pull/821
- Fix bug in _EGLImageKHR_get_image_info by @per-mathisen-arm in https://github.com/apitrace/apitrace/pull/816
- Retrace: Add retrace watchdog flag by @ddmail2009 in https://github.com/apitrace/apitrace/pull/815
- gui: Address deprecation warnings. by @jrfonseca in https://github.com/apitrace/apitrace/pull/827
- gui: Add icon by @Felixxz in https://github.com/apitrace/apitrace/pull/834
- d3d8trace: Remap shader handles by @AlpyneDreams in https://github.com/apitrace/apitrace/pull/836
- d3d8trace: Remap state block handles by @AlpyneDreams in https://github.com/apitrace/apitrace/pull/844
- Gltrim skip while looping by @gerddie in https://github.com/apitrace/apitrace/pull/843
- [#848]. All three states of GL_ATI_mem_info are int x 4 arrays. by @stgatilov in https://github.com/apitrace/apitrace/pull/849
- [#848]. Check for buffer overflow in case of scalar glGet[Integer]v. by @stgatilov in https://github.com/apitrace/apitrace/pull/852
- [#850]. Add a bit of excessive space in image buffer. by @stgatilov in https://github.com/apitrace/apitrace/pull/851
- gltrim: Add option to replace swaps in setup with glFinish by @gerddie in https://github.com/apitrace/apitrace/pull/863
- Add missing calls to handle the GLES version of GravityMark by @gerddie in https://github.com/apitrace/apitrace/pull/864
- Add envvar FLUSH_EVERY_MS. by @kdashg in https://github.com/apitrace/apitrace/pull/604
- wrappers: add noexcept specification to DWriteCreateFactory by @lfrb in https://github.com/apitrace/apitrace/pull/869
- cmake: enable LTO by @okias in https://github.com/apitrace/apitrace/pull/866
- frametrimmer: split OpenGL implementation into a new class by @lfrb in https://github.com/apitrace/apitrace/pull/870
- Implement a bunch of additional EGL extensions by @linkmauve in https://github.com/apitrace/apitrace/pull/877
- Bug fix in GUI by @CleverPuppy in https://github.com/apitrace/apitrace/pull/873
- Improve the layout of the retracer dialog by @keithel in https://github.com/apitrace/apitrace/pull/882
- retrace: call waffle_destroy_window on drawable destructor by @italonicola in https://github.com/apitrace/apitrace/pull/893
- Avoid compilation error with ambiguous
QString + QLatin1String
by @JayFoxRox in https://github.com/apitrace/apitrace/pull/890 - fix [#892] by @zmike in https://github.com/apitrace/apitrace/pull/899
- gltrim: Fix trimmimg multi-threaded traces and fix a few calls by @gerddie in https://github.com/apitrace/apitrace/pull/902
- Fake command line arguments during replay, so they match traced program's arguments by @DziubanMaciej in https://github.com/apitrace/apitrace/pull/904
- Fix command line parsing for empty arguments by @DziubanMaciej in https://github.com/apitrace/apitrace/pull/908
- Add option to append timestamp to generated trace filename by @lfrb in https://github.com/apitrace/apitrace/pull/914
- Add support for EGL_DEBUG_KHR extension by @lfrb in https://github.com/apitrace/apitrace/pull/916
- Display format modifiers as hexadecimal values by @lfrb in https://github.com/apitrace/apitrace/pull/915
- Add support for fixed rate compression extensions by @lfrb in https://github.com/apitrace/apitrace/pull/913
New Contributors
- @dsa-t made their first contribution in https://github.com/apitrace/apitrace/pull/802
- @per-mathisen-arm made their first contribution in https://github.com/apitrace/apitrace/pull/816
- @ddmail2009 made their first contribution in https://github.com/apitrace/apitrace/pull/815
- @jrfonseca made their first contribution in https://github.com/apitrace/apitrace/pull/827
- @Felixxz made their first contribution in https://github.com/apitrace/apitrace/pull/834
- @AlpyneDreams made their first contribution in https://github.com/apitrace/apitrace/pull/836
- @stgatilov made their first contribution in https://github.com/apitrace/apitrace/pull/849
- @kdashg made their first contribution in https://github.com/apitrace/apitrace/pull/604
- @lfrb made their first contribution in https://github.com/apitrace/apitrace/pull/869
- @CleverPuppy made their first contribution in https://github.com/apitrace/apitrace/pull/873
- @keithel made their first contribution in https://github.com/apitrace/apitrace/pull/882
- @italonicola made their first contribution in https://github.com/apitrace/apitrace/pull/893
- @JayFoxRox made their first contribution in https://github.com/apitrace/apitrace/pull/890
- @zmike made their first contribution in https://github.com/apitrace/apitrace/pull/899
- @DziubanMaciej made their first contribution in https://github.com/apitrace/apitrace/pull/904
Full Changelog: https://github.com/apitrace/apitrace/compare/11.1...12.0