Skip to content

Tags: apitrace/apitrace

Tags

12.0

Toggle 12.0's commit message
Add support for fixed rate compression extensions

Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>

11.1

Toggle 11.1's commit message
wrappers/glcaps: Check config availablility before dereferencing

Fixes: #786

11.0

Toggle 11.0's commit message
appveyor: Update GitHub deployment token.

10.0

Toggle 10.0's commit message
libbacktrace: Explictly set HAVE_STDINT_H.

Fixes #727

windows-xp-latest

Toggle windows-xp-latest's commit message
appveyor: Set shorter job names.

9.0

Toggle 9.0's commit message
dlltrace: Implement dll path override.

Implement env var APITRACE_FORCE_MODULE_PATH which allows the user to
force override the directory to the dirs we want to trace against.This
is useful for tracing against reimplementations (ie. d9vk/dxvk) on their
native platforms.

8.0

Toggle 8.0's commit message
appveyor: Update github release token.

7.1

Toggle 7.1's commit message
libpng: Update to 1.6.19.

7.0

Toggle 7.0's commit message
gui: Fix erasing elements from list during iteration.

Fixes issue #357.

6.1

Toggle 6.1's commit message
gltrace: Fix PBO unpacking on core contexts.

gltrace::PROFILE_COMPAT was a misnomer -- it actually meant desktop
profile.  So b0c5972 broke PBO for core
contexts.