171 Commits (159e479bb118c719e6fbee0834f4ae5888ba92f4)

Author SHA1 Message Date
Jannik Vogel 9e29ed3f66 PICA: Fix MAD/MADI encoding 10 years ago
Jannik Vogel 49010f5379 Fix attribute mapping in vs debugger 10 years ago
Dwayne Slater 141fe87a0f Add immediate mode vertex submission 10 years ago
Lioncash a64af28cf2 core: Use unique_ptr for holding the interpreter instances 10 years ago
Rohit Nirmal c157d4ddd6 Silence -Wsign-compare warnings. 10 years ago
Yuri Kunde Schlesner 222d77c31a GSP: Implement command 0x05, used for flushing caches 10 years ago
Lioncash 1ab765ff61 general: Replace 0 literals with nullptr where applicable 10 years ago
Lioncash c9aecc0404 graphics_breakpoints_p: Add missing override specifier 10 years ago
Lioncash 5c77b656b8 General: Replace NULL and '0' usages with nullptr where applicable 10 years ago
Lioncash 0638df7136 citra_qt: Reorganize headers 10 years ago
Yuri Kunde Schlesner 65b26655ac Shader Debugger: Allow editing of input vertex data 11 years ago
Yuri Kunde Schlesner 1b79a72723 Shader Debugger: Highlight current instruction instead of focusing 11 years ago
Yuri Kunde Schlesner 5dd7b48297 Shader Debugger: Remove useless signal 11 years ago
Yuri Kunde Schlesner 43ba2134d4 Shader Debugger: Fix only first vertex attribute being loaded 11 years ago
Yuri Kunde Schlesner c1bdf33021 Shader Debugger: Fix freeze when double-clicking shader disassembly 11 years ago
Yuri Kunde Schlesner 8d415842f3 Shader Debugger: Improve space efficiency of the layout 11 years ago
Yuri Kunde Schlesner db791bc10e Shader Disassembly: Fix printing of jump offsets 11 years ago
Yuri Kunde Schlesner 968518e740 Shader Disassembly: Fix disassembly of IFU/CALLU instructions 11 years ago
Yuri Kunde Schlesner 21c8b3c305 Shader Disassembly: Implement support for MAD/MADI 11 years ago
Yuri Kunde Schlesner 5752fbdaa3 Shader Disassembly: Introduce variables to hold common subexpressions 11 years ago
Yuri Kunde Schlesner 3e2dc6f659 Shader Debugger: Initialize input_vertex to prevent crashes 11 years ago
Yuri Kunde Schlesner 8b76af8d0e Shader Disassembly: Cleanup code and improve output alignment 11 years ago
Kloen 0f0ef03bf6 citra-qt: Use monospace font on Disassembler and ARM Registers 11 years ago
Yuri Kunde Schlesner 424b0fa646 Integrate the MicroProfile profiling library 11 years ago
Yuri Kunde Schlesner 2436b1c104 citra-qt: Add helper function to get a monospace QFont 11 years ago
Tony Wasserka 7617e7144d citra-qt/VertexShader: Minor UI improvements. 11 years ago
Tony Wasserka 397aeb8a9e citra-qt: Fix comment style. 11 years ago
Tony Wasserka 1c1a9ab09b Introduce a shader tracer to allow inspection of input/output values for each processed instruction. 11 years ago
Tony Wasserka 9a1820ea61 Pica/DebugUtils: Include uniform information into shader dumps. 11 years ago
Tony Wasserka 41dda548cd citra-qt: Improve shader debugger. 11 years ago
Tony Wasserka c677d18727 citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler. 11 years ago
Yuri Kunde Schlesner b0b3c7304b citra-qt: Give RG8 format a proper name in the texture viewer 11 years ago
bunnei 2d100ebae3 Shader: Move shader code to its own subdirectory, "shader". 11 years ago
bunnei f622a78544 GPU: Refactor "VertexShader" namespace to "Shader". 11 years ago
Emmanuel Gil Peyrot fe83e1f777 ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. 11 years ago
Lioncash 9f1b35f27f registers: Support viewing VFP registers 11 years ago
Lioncash 32461be3ab registers: Fix a typo with CPSR's name 11 years ago
Lioncash 5df3afd522 citra-qt: Adjust initializer list order 11 years ago
Lectem b335cce22e citra-qt/command list: Do not recreate a widget after each selection 11 years ago
Lectem e663751f8b citra-qt/command list: Add mask column 11 years ago
Lectem cd06f5cedb citra-qt/command list: monospace font on windows 11 years ago
Lioncash dfb424b6d1 dyncom: Rename armdefs.h to armstate.h 11 years ago
Lioncash 4bb1a5ca47 dyncom: Get rid of skyeye typedefs 11 years ago
Lectem e286cfbadf citra-qt/command list: Enable uniform row heights and automatically resize columns. 11 years ago
Lectem 129e3dedc3 citra-qt/command list: Split register and value columns. 11 years ago
Subv 23fd13dd64 Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name. 11 years ago
Subv 6c0ea5f5e8 Qt/GPU Breakpoints: Added three more breakpoint types: 11 years ago
Yuri Kunde Schlesner a48aa4f924 Resolve issue accidentally left unaddressed in PR #930 11 years ago
Subv 3600c32483 Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride. 11 years ago
zawata c66b5ca3d9 Citra_QT : Another Conversion Warning Fix 11 years ago