summaryrefslogtreecommitdiff
path: root/retrace/dxgistate_so.hpp
AgeCommit message (Collapse)AuthorFilesLines
2015-05-01retrace: Put JSON writer behind an ABC.Jose Fonseca1-50/+50
So that we can later dump state in formats other than JSON.
2015-03-12dxgistate: Use C++ templates to make it even easier to dump state objects.José Fonseca1-3/+23
2015-03-12dxgistate: Code generate more state structures.José Fonseca1-0/+4
2015-03-09dxgistate: Ensure we can correctly geneate.José Fonseca1-0/+7
In fact, it seems that we have a few issues due to the fact that several D3D10/11 types are aliases to each other, sp overloeaded C++ functions will clash with each other.
2015-03-05dxgistate: Actually ensure the ValueDumper visitor is capable of handling ↵Jose Fonseca1-0/+35
everything.
2015-03-05d3d10state,d3d11state: Dump blend state.José Fonseca1-0/+50
Leverage Python scripts to automatically generate C++ code to dump D3D10/11 structures.