Skip to content

Conversation

@JayFoxRox
Copy link
Member

@JayFoxRox JayFoxRox commented Jun 9, 2019

The actual tracing code in nv2a-trace should know as little as possible about the GPU.
All decoding and analysis tools should be separate or be integrated from separate code using some interface (like callbacks).

However, the existing code did a diff between PGRAPH register dumps as part of the command processor. This breaks this design goal.

This PR modifies it so the state is only written to disk.
A new tool to compare register dumps can be created later, based on the removed code (or written from scratch).

Similar changes are planned for the texture and surface dumping in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant