summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_vertex_shader.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-5/+11
|
* citra_qt: Reorganize headersLioncash2015-09-111-1/+1
|
* Shader Debugger: Remove useless signalYuri Kunde Schlesner2015-09-071-5/+0
|
* Shader Debugger: Fix freeze when double-clicking shader disassemblyYuri Kunde Schlesner2015-09-071-4/+2
|
* citra-qt/VertexShader: Minor UI improvements.Tony Wasserka2015-08-161-2/+2
| | | | | Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index". Added flexible space at the bottom of the widget.
* citra-qt: Fix comment style.Tony Wasserka2015-08-161-5/+6
|
* Introduce a shader tracer to allow inspection of input/output values for each processed instruction.Tony Wasserka2015-08-161-8/+44
|
* citra-qt: Improve shader debugger.Tony Wasserka2015-08-161-0/+2
| | | | Now supports dumping the current shader and recognizes a larger number of output semantics.
* citra-qt: Add a vertex shader debugger.Tony Wasserka2015-02-111-0/+51