You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.