gfxreconstruct
gfxreconstruct copied to clipboard
Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior
For different reasons, it is useful to be able to mark the calls injected during the replay, as "injected". In this change, it is done by calling functions that can...
Fixes #1574 and #1575 This change introduces a new metadata block for saving the captured process's environment variables, which is written out when the capture file is created. Also adds...
A bit of background, I'm a driver developer for Mesa3D Turnip and I've been trying to convert a trace of 3DMark Wild Life Extreme recorded on Android to C++ code,...
This should allow recapturing when replaying with a release build on Android
There are multiple android games where during the loading screen in the replay the background will just be some green color, which I assume is the clear color. Happens with...
There are multiple games where if during the capture an orientation change happens, during the replay at that point the replay will restart.