| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | citra-qt: Move graphics debugging code into its own folder | 2016-12-21 | 1 | -629/+0 | |
| | | | | | | Keeps all graphics debugging stuff from cluttering up the root debugger folder | ||||
| * | Fix typos | 2016-10-20 | 1 | -2/+2 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -4/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -2/+1 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -76/+134 | |
| | | |||||
| * | Turn ShaderSetup into struct | 2016-05-11 | 1 | -1/+1 | |
| | | |||||
| * | fixup simple type conversions where possible | 2016-05-07 | 1 | -1/+1 | |
| | | |||||
| * | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | 2016-05-04 | 1 | -2/+2 | |
| | | |||||
| * | PICA: Fix MAD/MADI encoding | 2016-03-15 | 1 | -2/+10 | |
| | | |||||
| * | Fix attribute mapping in vs debugger | 2016-03-09 | 1 | -2/+2 | |
| | | |||||
| * | Add immediate mode vertex submission | 2016-03-02 | 1 | -0/+2 | |
| | | |||||
| * | Silence -Wsign-compare warnings. | 2015-10-06 | 1 | -4/+4 | |
| | | |||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -2/+1 | |
| | | |||||
| * | Shader Debugger: Allow editing of input vertex data | 2015-09-07 | 1 | -0/+2 | |
| | | |||||
| * | Shader Debugger: Highlight current instruction instead of focusing | 2015-09-07 | 1 | -4/+15 | |
| | | | | | | This avoid some annoying focus stealing in some situations, and looks nicer in general. | ||||
| * | Shader Debugger: Remove useless signal | 2015-09-07 | 1 | -5/+2 | |
| | | |||||
| * | Shader Debugger: Fix only first vertex attribute being loaded | 2015-09-07 | 1 | -7/+7 | |
| | | |||||
| * | Shader Debugger: Fix freeze when double-clicking shader disassembly | 2015-09-07 | 1 | -9/+1 | |
| | | |||||
| * | Shader Debugger: Improve space efficiency of the layout | 2015-09-07 | 1 | -9/+18 | |
| | | |||||
| * | Shader Disassembly: Fix printing of jump offsets | 2015-09-07 | 1 | -4/+4 | |
| | | |||||
| * | Shader Disassembly: Fix disassembly of IFU/CALLU instructions | 2015-09-07 | 1 | -0/+1 | |
| | | |||||
| * | Shader Disassembly: Implement support for MAD/MADI | 2015-09-07 | 1 | -0/+31 | |
| | | |||||
| * | Shader Disassembly: Introduce variables to hold common subexpressions | 2015-09-07 | 1 | -16/+20 | |
| | | |||||
| * | Shader Debugger: Initialize input_vertex to prevent crashes | 2015-09-07 | 1 | -0/+7 | |
| | | | | | | | If the first type of breakpoint to be hit wasn't "Vertex Loaded", the input_vertex would contain garbage, which would be passed to the shader interpreter and ocasionally cause crashes. | ||||
| * | Shader Disassembly: Cleanup code and improve output alignment | 2015-09-07 | 1 | -66/+79 | |
| | | |||||
| * | citra-qt: Add helper function to get a monospace QFont | 2015-08-24 | 1 | -1/+3 | |
| | | |||||
| * | citra-qt/VertexShader: Minor UI improvements. | 2015-08-16 | 1 | -8/+9 | |
| | | | | | | Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index". Added flexible space at the bottom of the widget. | ||||
| * | Introduce a shader tracer to allow inspection of input/output values for ↵ | 2015-08-16 | 1 | -34/+217 | |
| | | | | | each processed instruction. | ||||
| * | Pica/DebugUtils: Include uniform information into shader dumps. | 2015-08-16 | 1 | -3/+2 | |
| | | |||||
| * | citra-qt: Improve shader debugger. | 2015-08-16 | 1 | -3/+18 | |
| | | | | | Now supports dumping the current shader and recognizes a larger number of output semantics. | ||||
| * | citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler. | 2015-08-16 | 1 | -3/+3 | |
| | | |||||
| * | Shader: Move shader code to its own subdirectory, "shader". | 2015-08-15 | 1 | -1/+1 | |
| | | |||||
| * | GPU: Refactor "VertexShader" namespace to "Shader". | 2015-08-15 | 1 | -1/+1 | |
| | | | | | - Also renames "vertex_shader.*" to "shader_interpreter.*" | ||||
| * | Merge pull request #892 from zawata/another-warning-fixes | 2015-07-25 | 1 | -1/+1 | |
| |\ | | | | | Yet More Warning Fixes | ||||
| | * | Citra_QT : Another Conversion Warning Fix | 2015-07-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Pica/Shader: Add geometry shader definitions. | 2015-07-15 | 1 | -1/+1 | |
| |/ | |||||
| * | Pica: Create 'State' structure and move state memory there. | 2015-05-22 | 1 | -3/+3 | |
| | | |||||
| * | Update nihstro submodule to the initial release version. | 2015-03-08 | 1 | -20/+21 | |
| | | | | | Includes more opcodes to implement in the future. | ||||
| * | citra-qt: Add a vertex shader debugger. | 2015-02-11 | 1 | -0/+298 | |