Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-01 | retrace: Put JSON writer behind an ABC. | Jose Fonseca | 1 | -50/+50 | |
So that we can later dump state in formats other than JSON. | |||||
2015-03-12 | dxgistate: Use C++ templates to make it even easier to dump state objects. | José Fonseca | 1 | -3/+23 | |
2015-03-12 | dxgistate: Code generate more state structures. | José Fonseca | 1 | -0/+4 | |
2015-03-09 | dxgistate: Ensure we can correctly geneate. | José Fonseca | 1 | -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-05 | dxgistate: Actually ensure the ValueDumper visitor is capable of handling ↵ | Jose Fonseca | 1 | -0/+35 | |
everything. | |||||
2015-03-05 | d3d10state,d3d11state: Dump blend state. | José Fonseca | 1 | -0/+50 | |
Leverage Python scripts to automatically generate C++ code to dump D3D10/11 structures. |