Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-07 | Shader Debugger: Fix only first vertex attribute being loaded | Yuri Kunde Schlesner | |
2015-09-07 | Shader Debugger: Fix freeze when double-clicking shader disassembly | Yuri Kunde Schlesner | |
2015-09-07 | Shader Debugger: Improve space efficiency of the layout | Yuri Kunde Schlesner | |
2015-09-07 | Shader Disassembly: Fix printing of jump offsets | Yuri Kunde Schlesner | |
2015-09-07 | Shader Disassembly: Fix disassembly of IFU/CALLU instructions | Yuri Kunde Schlesner | |
2015-09-07 | Shader Disassembly: Implement support for MAD/MADI | Yuri Kunde Schlesner | |
2015-09-07 | Shader Disassembly: Introduce variables to hold common subexpressions | Yuri Kunde Schlesner | |
2015-09-07 | Shader Debugger: Initialize input_vertex to prevent crashes | Yuri Kunde Schlesner | |
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. | |||
2015-09-07 | Shader Disassembly: Cleanup code and improve output alignment | Yuri Kunde Schlesner | |
2015-09-07 | citra-qt: Use monospace font on Disassembler and ARM Registers | Kloen | |
2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
2015-08-24 | citra-qt: Add helper function to get a monospace QFont | Yuri Kunde Schlesner | |
2015-08-16 | Merge pull request #1034 from yuriks/rg8-textures | bunnei | |
videocore: Added RG8 texture support | |||
2015-08-16 | Merge pull request #997 from Lectem/cmdlist_full_debug | Tony Wasserka | |
citra-qt: Improve pica command list widget (add mask, fix some issues) | |||
2015-08-16 | citra-qt/VertexShader: Minor UI improvements. | Tony Wasserka | |
Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index". Added flexible space at the bottom of the widget. | |||
2015-08-16 | citra-qt: Fix comment style. | Tony Wasserka | |
2015-08-16 | Introduce a shader tracer to allow inspection of input/output values for ↵ | Tony Wasserka | |
each processed instruction. | |||
2015-08-16 | Pica/DebugUtils: Include uniform information into shader dumps. | Tony Wasserka | |
2015-08-16 | citra-qt: Improve shader debugger. | Tony Wasserka | |
Now supports dumping the current shader and recognizes a larger number of output semantics. | |||
2015-08-16 | citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler. | Tony Wasserka | |
2015-08-16 | citra-qt: Give RG8 format a proper name in the texture viewer | Yuri Kunde Schlesner | |
2015-08-15 | Shader: Move shader code to its own subdirectory, "shader". | bunnei | |
2015-08-15 | GPU: Refactor "VertexShader" namespace to "Shader". | bunnei | |
- Also renames "vertex_shader.*" to "shader_interpreter.*" | |||
2015-08-13 | Merge pull request #1027 from lioncash/debugger | bunnei | |
debugger: Add the ability to view VFP register contents | |||
2015-08-11 | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵ | Emmanuel Gil Peyrot | |
standard u?int*_t types. | |||
2015-08-07 | registers: Support viewing VFP registers | Lioncash | |
2015-08-06 | registers: Fix a typo with CPSR's name | Lioncash | |
2015-07-29 | citra-qt: Adjust initializer list order | Lioncash | |
Silences a warning. | |||
2015-07-26 | citra-qt/command list: Do not recreate a widget after each selection | Lectem | |
Recreating / replacing a widget is slow since it triggers a layout pass. | |||
2015-07-26 | citra-qt/command list: Add mask column | Lectem | |
2015-07-26 | citra-qt/command list: monospace font on windows | Lectem | |
2015-07-26 | Merge pull request #986 from Lectem/better_widgets | Tony Wasserka | |
citra-qt: Improve pica command list widget. | |||
2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
2015-07-25 | dyncom: Get rid of skyeye typedefs | Lioncash | |
2015-07-25 | citra-qt/command list: Enable uniform row heights and automatically resize ↵ | Lectem | |
columns. Uniform row heights enables some optimisations for a smoother scrolling. Resize columns to content so that we don't have to do it manually | |||
2015-07-25 | citra-qt/command list: Split register and value columns. | Lectem | |
Also removed the extra spaces for each cell | |||
2015-07-25 | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | |
Yet More Warning Fixes | |||
2015-07-25 | Merge pull request #981 from Subv/checkboxes | Yuri Kunde Schlesner | |
Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type | |||
2015-07-23 | Qt/GPU Breakpoints: Changed the widget so that we don't have to select and ↵ | Subv | |
click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name. | |||
2015-07-23 | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | |
* IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip | |||
2015-07-21 | Merge pull request #929 from neobrain/geoshader_definitions | Tony Wasserka | |
Pica/Shader: Add geometry shader definitions. | |||
2015-07-21 | Resolve issue accidentally left unaddressed in PR #930 | Yuri Kunde Schlesner | |
2015-07-20 | Merge pull request #930 from neobrain/copypaste_commandlist | Yuri Kunde Schlesner | |
citra-qt: Add support for copying the command list contents to clipboard. | |||
2015-07-19 | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵ | Subv | |
real stride. Also added its name to the texture viewer widget | |||
2015-07-19 | Citra_QT : Another Conversion Warning Fix | zawata | |
2015-07-19 | Citra_QT : Fix Conversion Warnings | zawata | |
2015-07-15 | citra-qt: Add support for copying the command list contents to clipboard. | Tony Wasserka | |
2015-07-15 | Pica/Shader: Add geometry shader definitions. | Tony Wasserka | |
2015-07-13 | citra-qt: Add depth formats to framebuffer viewing widget. | Tony Wasserka | |
2015-07-13 | citra-qt: Properly specify the framebuffer format. | Tony Wasserka | |