| Commit message (Expand) | Author | Age | Files | Lines |
* | debugger/shader: display LOOP | wwylele | 2017-07-20 | 1 | -1/+3 |
* | debugger/shader: print the invert flag for JMPU | wwylele | 2017-07-20 | 1 | -0/+4 |
* | debugger/shader: fix address register for reverted arithmetic op | wwylele | 2017-07-20 | 1 | -20/+9 |
* | debugger/shader: fix inverted uniform flow control | wwylele | 2017-07-20 | 1 | -2/+2 |
* | Session: Remove/add some forward declarations | Yuri Kunde Schlesner | 2017-06-08 | 1 | -1/+0 |
* | Service: Remove unnecessary includes from service.h | Yuri Kunde Schlesner | 2017-06-06 | 1 | -0/+1 |
* | Kernel: Move WaitObject to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 2 | -3/+2 |
* | citra-qt: Remove callstack widget | Yuri Kunde Schlesner | 2017-05-08 | 3 | -152/+0 |
* | citra-qt: Remove disassembler widget | Yuri Kunde Schlesner | 2017-05-08 | 3 | -429/+0 |
* | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | 2017-02-27 | 3 | -182/+2 |
* | Qt: Re-organize setup of debugging widgets | Yuri Kunde Schlesner | 2017-02-18 | 1 | -3/+3 |
* | VideoCore: Split regs.h inclusions | Yuri Kunde Schlesner | 2017-02-09 | 1 | -1/+2 |
* | Pica/Regs: Use binary search to look up reg names | Yuri Kunde Schlesner | 2017-02-09 | 1 | -1/+1 |
* | VideoCore: Move Regs to its own file | Yuri Kunde Schlesner | 2017-02-04 | 4 | -4/+2 |
* | VideoCore: Split framebuffer regs from Regs struct | Yuri Kunde Schlesner | 2017-02-04 | 1 | -12/+12 |
* | VideoCore: Split texturing regs from Regs struct | Yuri Kunde Schlesner | 2017-02-04 | 2 | -13/+16 |
* | VideoCore: Split rasterizer regs from Regs struct | Yuri Kunde Schlesner | 2017-02-04 | 1 | -1/+1 |
* | Merge pull request #2476 from yuriks/shader-refactor3 | Yuri Kunde Schlesner | 2017-02-04 | 3 | -6/+6 |
|\ |
|
| * | VideoCore: Consistently use shader configuration to load attributes | Yuri Kunde Schlesner | 2017-01-30 | 1 | -3/+3 |
| * | VideoCore: Rename some types to more accurate names | Yuri Kunde Schlesner | 2017-01-30 | 2 | -3/+3 |
* | | Pica/Texture: Simplify/cleanup texture tile addressing | Yuri Kunde Schlesner | 2017-02-04 | 1 | -7/+6 |
* | | VideoCore: Move LookupTexture out of debug_utils.h | Yuri Kunde Schlesner | 2017-02-04 | 2 | -7/+10 |
|/ |
|
* | VideoCore/Shader: Move entry_point to SetupBatch | Yuri Kunde Schlesner | 2017-01-26 | 1 | -3/+2 |
* | VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup | Yuri Kunde Schlesner | 2017-01-26 | 1 | -2/+3 |
* | VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngine | Yuri Kunde Schlesner | 2017-01-26 | 1 | -0/+1 |
* | Debugger: Always use interpreter for shader debugging | Yuri Kunde Schlesner | 2017-01-26 | 1 | -3/+5 |
* | VideoCore/Shader: Split shader uniform state and shader engine | Yuri Kunde Schlesner | 2017-01-26 | 1 | -1/+3 |
* | VideoCore/Shader: Use only entry_point as ShaderSetup param | Yuri Kunde Schlesner | 2017-01-26 | 1 | -1/+1 |
* | VideoCore/Shader: Use self instead of g_state.vs in ShaderSetup | Yuri Kunde Schlesner | 2017-01-26 | 1 | -2/+1 |
* | citra-qt: Removed unused and unimplemented ramview files. | Kloen | 2017-01-22 | 2 | -29/+0 |
* | Merge pull request #2393 from Subv/synch | Sebastian Valle | 2017-01-05 | 1 | -3/+6 |
|\ |
|
| * | Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. | Subv | 2017-01-04 | 1 | -3/+6 |
* | | Fix some warnings (#2399) | Jonathan Hao | 2017-01-04 | 3 | -10/+0 |
|/ |
|
* | Merge pull request #2343 from bunnei/core-cleanup | bunnei | 2016-12-22 | 4 | -15/+15 |
|\ |
|
| * | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 2016-12-22 | 3 | -12/+12 |
| * | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 2016-12-22 | 4 | -15/+15 |
* | | Merge pull request #2361 from lioncash/disasm | bunnei | 2016-12-22 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | disassembler: Remove mutable specifier from breakpoints member variable | Lioncash | 2016-12-21 | 1 | -3/+1 |
* | | citra-qt: Move graphics debugging code into its own folder | Lioncash | 2016-12-21 | 15 | -11/+11 |
|/ |
|
* | Merge pull request #2260 from Subv/scheduling | bunnei | 2016-12-16 | 1 | -1/+2 |
|\ |
|
| * | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 1 | -1/+2 |
| * | WaitSynch: Removed unused variables and reduced SharedPtr copies. | Subv | 2016-12-09 | 1 | -1/+1 |
| * | Threading: Added some utility functions and const correctness. | Subv | 2016-12-04 | 1 | -1/+1 |
| * | Threading: Reworked the way our scheduler works. | Subv | 2016-12-04 | 1 | -1/+1 |
* | | Merge pull request #2249 from Subv/sessions_v3 | Yuri Kunde Schlesner | 2016-12-15 | 1 | -1/+0 |
|\ \ |
|
| * | | Fixed the rebase mistakes. | Subv | 2016-12-01 | 1 | -1/+0 |
| |/ |
|
* | | citra-qt: Make constructors explicit where applicable | Lioncash | 2016-12-11 | 12 | -29/+32 |
* | | citra-qt: Add missing #pragma once directives | Lioncash | 2016-12-11 | 4 | -0/+8 |
* | | graphics_cmdlists: Get rid of variable shadowing | Lioncash | 2016-12-11 | 1 | -14/+18 |
* | | graphics_cmdlists: Get rid of an unused variable | Lioncash | 2016-12-11 | 1 | -1/+0 |
* | | graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments const | Lioncash | 2016-12-11 | 1 | -3/+4 |
* | | graphics_cmdlists: Make LoadImage internally linked | Lioncash | 2016-12-11 | 1 | -0/+2 |
* | | Add all services to the Service namespace | Lioncash | 2016-12-11 | 1 | -8/+8 |
|/ |
|
* | Fix typos | Ricardo de Almeida Gonzaga | 2016-10-20 | 2 | -3/+3 |
* | implement wait tree widget | wwylele | 2016-09-22 | 2 | -0/+603 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 11 | -11/+11 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 21 | -63/+17 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 8 | -24/+14 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 24 | -569/+587 |
* | Qt: Fix MicroProfile dpi scaling | Yuri Kunde Schlesner | 2016-06-19 | 1 | -7/+6 |
* | Merge pull request #1765 from JayFoxRox/debug-surface-viewer | bunnei | 2016-06-08 | 6 | -575/+860 |
|\ |
|
| * | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | Jannik Vogel | 2016-05-07 | 6 | -575/+860 |
* | | Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAddress | MerryMage | 2016-05-21 | 1 | -1/+4 |
* | | Merge pull request #1785 from MerryMage/mp-dpi | bunnei | 2016-05-19 | 1 | -4/+12 |
|\ \ |
|
| * | | Microprofile: DPI-aware drawing | MerryMage | 2016-05-12 | 1 | -4/+12 |
* | | | Move default_attributes into Pica state | Jannik Vogel | 2016-05-12 | 1 | -1/+1 |
|/ / |
|
* | | Turn ShaderSetup into struct | Jannik Vogel | 2016-05-11 | 1 | -1/+1 |
* | | fixup simple type conversions where possible | Alexander Laties | 2016-05-07 | 1 | -1/+1 |
|/ |
|
* | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | Jannik Vogel | 2016-05-04 | 2 | -3/+3 |
* | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | 2016-04-30 | 1 | -0/+4 |
* | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | 2016-04-29 | 1 | -24/+2 |
* | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | Henrik Rydgård | 2016-04-29 | 2 | -0/+16 |
* | Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations. | Henrik Rydgard | 2016-04-24 | 1 | -2/+2 |
* | debugger: Warn if we reach an unreachable format | Sam Spilsbury | 2016-04-23 | 1 | -0/+6 |
* | PICA: Fix MAD/MADI encoding | Jannik Vogel | 2016-03-15 | 1 | -2/+10 |
* | Fix attribute mapping in vs debugger | Jannik Vogel | 2016-03-09 | 1 | -2/+2 |
* | Add immediate mode vertex submission | Dwayne Slater | 2016-03-03 | 4 | -1/+5 |
* | core: Use unique_ptr for holding the interpreter instances | Lioncash | 2015-12-30 | 2 | -12/+8 |
* | Silence -Wsign-compare warnings. | Rohit Nirmal | 2015-10-07 | 1 | -4/+4 |
* | GSP: Implement command 0x05, used for flushing caches | Yuri Kunde Schlesner | 2015-09-14 | 1 | -2/+2 |
* | general: Replace 0 literals with nullptr where applicable | Lioncash | 2015-09-12 | 2 | -2/+2 |
* | Merge pull request #1147 from lioncash/nullptr | Yuri Kunde Schlesner | 2015-09-11 | 6 | -6/+6 |
|\ |
|
| * | General: Replace NULL and '0' usages with nullptr where applicable | Lioncash | 2015-09-11 | 6 | -6/+6 |
* | | Merge pull request #1149 from lioncash/override | Yuri Kunde Schlesner | 2015-09-11 | 1 | -1/+1 |
|\ \ |
|
| * | | graphics_breakpoints_p: Add missing override specifier | Lioncash | 2015-09-11 | 1 | -1/+1 |
| |/ |
|
* / | citra_qt: Reorganize headers | Lioncash | 2015-09-11 | 17 | -56/+43 |
|/ |
|
* | Merge pull request #1118 from Kloen/monospace-font | bunnei | 2015-09-07 | 2 | -1/+35 |
|\ |
|
| * | citra-qt: Use monospace font on Disassembler and ARM Registers | Kloen | 2015-09-07 | 2 | -1/+35 |
* | | Shader Debugger: Allow editing of input vertex data | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+2 |
* | | Shader Debugger: Highlight current instruction instead of focusing | Yuri Kunde Schlesner | 2015-09-07 | 1 | -4/+15 |
* | | Shader Debugger: Remove useless signal | Yuri Kunde Schlesner | 2015-09-07 | 2 | -10/+2 |
* | | Shader Debugger: Fix only first vertex attribute being loaded | Yuri Kunde Schlesner | 2015-09-07 | 1 | -7/+7 |
* | | Shader Debugger: Fix freeze when double-clicking shader disassembly | Yuri Kunde Schlesner | 2015-09-07 | 3 | -14/+4 |
* | | Shader Debugger: Improve space efficiency of the layout | Yuri Kunde Schlesner | 2015-09-07 | 1 | -9/+18 |
* | | Shader Disassembly: Fix printing of jump offsets | Yuri Kunde Schlesner | 2015-09-07 | 1 | -4/+4 |
* | | Shader Disassembly: Fix disassembly of IFU/CALLU instructions | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+1 |
* | | Shader Disassembly: Implement support for MAD/MADI | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+31 |
* | | Shader Disassembly: Introduce variables to hold common subexpressions | Yuri Kunde Schlesner | 2015-09-07 | 1 | -16/+20 |
* | | Shader Debugger: Initialize input_vertex to prevent crashes | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+7 |
* | | Shader Disassembly: Cleanup code and improve output alignment | Yuri Kunde Schlesner | 2015-09-07 | 1 | -66/+79 |
|/ |
|
* | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 2015-08-25 | 2 | -0/+219 |
* | citra-qt: Add helper function to get a monospace QFont | Yuri Kunde Schlesner | 2015-08-25 | 3 | -5/+9 |
* | Merge pull request #1034 from yuriks/rg8-textures | bunnei | 2015-08-17 | 1 | -1/+1 |
|\ |
|
| * | citra-qt: Give RG8 format a proper name in the texture viewer | Yuri Kunde Schlesner | 2015-08-16 | 1 | -1/+1 |
* | | Merge pull request #997 from Lectem/cmdlist_full_debug | Tony Wasserka | 2015-08-16 | 1 | -19/+23 |
|\ \ |
|
| * | | citra-qt/command list: Do not recreate a widget after each selection | Lectem | 2015-07-26 | 1 | -10/+10 |
| * | | citra-qt/command list: Add mask column | Lectem | 2015-07-26 | 1 | -8/+10 |
| * | | citra-qt/command list: monospace font on windows | Lectem | 2015-07-26 | 1 | -1/+3 |
* | | | citra-qt/VertexShader: Minor UI improvements. | Tony Wasserka | 2015-08-16 | 2 | -10/+11 |
* | | | citra-qt: Fix comment style. | Tony Wasserka | 2015-08-16 | 1 | -5/+6 |
* | | | Introduce a shader tracer to allow inspection of input/output values for each processed instruction. | Tony Wasserka | 2015-08-16 | 2 | -42/+261 |
* | | | Pica/DebugUtils: Include uniform information into shader dumps. | Tony Wasserka | 2015-08-16 | 1 | -3/+2 |
* | | | citra-qt: Improve shader debugger. | Tony Wasserka | 2015-08-16 | 2 | -3/+20 |
* | | | citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler. | Tony Wasserka | 2015-08-16 | 1 | -3/+3 |
| |/
|/| |
|
* | | Shader: Move shader code to its own subdirectory, "shader". | bunnei | 2015-08-15 | 1 | -1/+1 |
* | | GPU: Refactor "VertexShader" namespace to "Shader". | bunnei | 2015-08-15 | 1 | -1/+1 |
* | | Merge pull request #1027 from lioncash/debugger | bunnei | 2015-08-14 | 2 | -48/+176 |
|\ \ |
|
| * | | registers: Support viewing VFP registers | Lioncash | 2015-08-07 | 2 | -44/+172 |
| * | | registers: Fix a typo with CPSR's name | Lioncash | 2015-08-07 | 2 | -36/+36 |
* | | | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. | Emmanuel Gil Peyrot | 2015-08-11 | 2 | -5/+9 |
|/ / |
|
* / | citra-qt: Adjust initializer list order | Lioncash | 2015-07-29 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #986 from Lectem/better_widgets | Tony Wasserka | 2015-07-26 | 1 | -12/+22 |
|\ |
|
| * | citra-qt/command list: Enable uniform row heights and automatically resize columns. | Lectem | 2015-07-25 | 1 | -0/+8 |
| * | citra-qt/command list: Split register and value columns. | Lectem | 2015-07-25 | 1 | -12/+14 |
* | | dyncom: Rename armdefs.h to armstate.h | Lioncash | 2015-07-26 | 1 | -1/+0 |
* | | dyncom: Get rid of skyeye typedefs | Lioncash | 2015-07-26 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | 2015-07-25 | 3 | -3/+3 |
|\ |
|
| * | Citra_QT : Another Conversion Warning Fix | zawata | 2015-07-19 | 1 | -1/+1 |
| * | Citra_QT : Fix Conversion Warnings | zawata | 2015-07-19 | 2 | -2/+2 |
* | | Merge pull request #981 from Subv/checkboxes | Yuri Kunde Schlesner | 2015-07-25 | 3 | -71/+40 |
|\ \ |
|
| * | | 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. | Subv | 2015-07-24 | 3 | -71/+40 |
* | | | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | 2015-07-23 | 1 | -3/+6 |
|/ / |
|
* | | Merge pull request #929 from neobrain/geoshader_definitions | Tony Wasserka | 2015-07-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Pica/Shader: Add geometry shader definitions. | Tony Wasserka | 2015-07-15 | 1 | -1/+1 |
| |/ |
|
* | | Resolve issue accidentally left unaddressed in PR #930 | Yuri Kunde Schlesner | 2015-07-21 | 1 | -1/+1 |
* | | Merge pull request #930 from neobrain/copypaste_commandlist | Yuri Kunde Schlesner | 2015-07-21 | 2 | -1/+31 |
|\ \ |
|
| * | | citra-qt: Add support for copying the command list contents to clipboard. | Tony Wasserka | 2015-07-15 | 2 | -1/+31 |
| |/ |
|
* / | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride. | Subv | 2015-07-19 | 1 | -1/+1 |
|/ |
|
* | citra-qt: Add depth formats to framebuffer viewing widget. | Tony Wasserka | 2015-07-13 | 2 | -6/+33 |
* | citra-qt: Properly specify the framebuffer format. | Tony Wasserka | 2015-07-13 | 2 | -3/+28 |
* | CiTrace: Clean up initialization method. | Tony Wasserka | 2015-07-13 | 1 | -9/+15 |
* | CiTrace: Record LCD registers. Cleanup recording code. | Tony Wasserka | 2015-07-13 | 1 | -7/+11 |
* | CiTrace: Record default vertex attributes. | Tony Wasserka | 2015-07-13 | 1 | -0/+8 |
* | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation. | Tony Wasserka | 2015-07-13 | 2 | -2/+36 |
* | Add CiTrace recording support. | Tony Wasserka | 2015-07-13 | 3 | -1/+151 |
* | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -0/+2 |
* | Make the call stack entries not editable | Greg Wicks | 2015-06-19 | 1 | -0/+3 |
* | Move video_core/color.h to common/color.h | archshift | 2015-05-30 | 1 | -1/+2 |
* | Move video_core/math.h to common/vector_math.h | archshift | 2015-05-30 | 1 | -2/+2 |
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -1/+1 |
* | Pica: Create 'State' structure and move state memory there. | bunnei | 2015-05-23 | 3 | -10/+10 |
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 4 | -4/+4 |
* | Memory: Add GetPhysicalPointer helper function | Yuri Kunde Schlesner | 2015-05-09 | 2 | -3/+3 |
* | Memory: Support more regions in the VAddr-PAddr translation functions | Yuri Kunde Schlesner | 2015-05-09 | 2 | -3/+3 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 4 | -3/+5 |
* | Qt: Fixed a bug in shutdown procedure, various cleanups. | bunnei | 2015-05-02 | 4 | -8/+8 |
* | Qt: Clear registers widget on shutdown. | bunnei | 2015-05-02 | 2 | -8/+29 |
* | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | 2015-05-02 | 2 | -41/+49 |
* | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | bunnei | 2015-05-02 | 1 | -5/+5 |
* | Qt: Move EmuThread ownership from render window to main window. | bunnei | 2015-05-02 | 2 | -11/+13 |
* | Merge pull request #691 from rohit-n/sign-compare | bunnei | 2015-04-18 | 1 | -2/+2 |
|\ |
|
| * | Silence some -Wsign-compare warnings. | Rohit Nirmal | 2015-04-10 | 1 | -2/+2 |
* | | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | 2015-04-14 | 2 | -2/+2 |
|/ |
|
* | Merge pull request #678 from lioncash/disasm | bunnei | 2015-04-01 | 1 | -2/+1 |
|\ |
|
| * | callstack: Remove unnecessary disassembler instantiation | Lioncash | 2015-03-30 | 1 | -2/+1 |
* | | disassembler: Get rid of a const_cast | Lioncash | 2015-03-30 | 1 | -4/+1 |
|/ |
|
* | Merge pull request #643 from Subv/dem_feels | bunnei | 2015-03-10 | 2 | -7/+68 |
|\ |
|
| * | GPU: Added the stencil test structure to the Pica Regs struct. | Subv | 2015-03-10 | 2 | -6/+6 |
| * | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | Subv | 2015-03-10 | 2 | -5/+66 |
* | | Update nihstro submodule to the initial release version. | archshift | 2015-03-08 | 1 | -20/+21 |
|/ |
|
* | Merge pull request #538 from yuriks/perf-stat | Tony Wasserka | 2015-03-07 | 3 | -0/+221 |
|\ |
|
| * | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 2015-03-02 | 3 | -0/+221 |
* | | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei | 2015-03-04 | 3 | -59/+33 |
|/ |
|
* | GPU: Implemented bits 3 and 1 from the display transfer flags. | Subv | 2015-02-27 | 1 | -6/+16 |
* | citra-qt: Add a vertex shader debugger. | Tony Wasserka | 2015-02-11 | 2 | -0/+349 |
* | Pica/DebugUtils: Factor out BreakPointObserverDock into its own file. | Tony Wasserka | 2015-02-11 | 4 | -50/+66 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 2 | -2/+2 |
* | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. | Tony Wasserka | 2015-02-03 | 1 | -57/+60 |
* | citra-qt: Fix a crash when double-clicking a disassembler list item. | Tony Wasserka | 2015-02-03 | 2 | -12/+6 |
* | Silence a few warnings. | Rohit Nirmal | 2015-01-30 | 1 | -2/+2 |
* | Merge pull request #473 from archshift/pp3ports | bunnei | 2015-01-14 | 1 | -0/+2 |
|\ |
|
| * | Pica/Rasterizer: Add ETC1 texture decompression support. | Tony Wasserka | 2015-01-13 | 1 | -0/+2 |
* | | Qt Callstack: Clear the callstack every time it's updated | archshift | 2015-01-12 | 2 | -0/+14 |
|/ |
|
* | Merge pull request #437 from Kingcom/DebugMode | Tony Wasserka | 2015-01-11 | 6 | -6/+24 |
|\ |
|
| * | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft | Kingcom | 2015-01-11 | 6 | -6/+24 |
* | | citra-qt: Add explicit casts to prevent some warnings. | Subv | 2015-01-10 | 1 | -2/+2 |
* | | citra-qt: Fixed some Qt errors on initialization | Subv | 2015-01-10 | 2 | -4/+4 |
* | | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 1 | -0/+1 |
* | | citra-qt: Add check for valid address to call stack | Kingcom | 2015-01-07 | 1 | -0/+3 |
|/ |
|
* | citra-qt: Renamed all .hxx headers to .h | chrisvj | 2015-01-06 | 17 | -13/+13 |
* | Merge pull request #272 from rohit-n/sign-compare | bunnei | 2015-01-06 | 3 | -12/+12 |
|\ |
|
| * | Silence some -Wsign-compare warnings. | Rohit Nirmal | 2015-01-01 | 3 | -12/+12 |
* | | citra-qt: Added license headers to files. | chrisvj | 2015-01-04 | 8 | -0/+32 |
* | | Merge pull request #377 from Yllodra/misc-changes | Tony Wasserka | 2015-01-02 | 4 | -6/+6 |
|\ \ |
|
| * | | Make letter cases consistent in menus and widgets | Daniel Lundqvist | 2015-01-01 | 4 | -6/+6 |
* | | | Merge pull request #358 from neobrain/pica_progress2 | bunnei | 2015-01-02 | 1 | -5/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | Pica: Cleanup color conversion. | Tony Wasserka | 2014-12-31 | 1 | -8/+5 |
| * | | citra-qt: Fix displaying RGBA5551 framebuffers. | Tony Wasserka | 2014-12-31 | 1 | -0/+4 |
| * | | citra-qt: Always show pica framebuffers as RGBA8. | Tony Wasserka | 2014-12-31 | 1 | -1/+2 |
| |/ |
|
* / | Set object name for the graphics debugger | Daniel Lundqvist | 2015-01-01 | 1 | -1/+1 |
|/ |
|
* | Qt: we don't need to check if model is valid. | xdec | 2014-12-28 | 1 | -1/+1 |
* | Fix crash when the disassembler pause button is pressed while no game is running. | xdec | 2014-12-28 | 1 | -1/+3 |
* | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 9 | -9/+9 |
|\ |
|
| * | License change | purpasmart96 | 2014-12-21 | 9 | -9/+9 |
* | | Pica/DebugUtils: Add an event triggered after loading a vertex. | Tony Wasserka | 2014-12-20 | 1 | -0/+1 |
* | | Add support for a ridiculous number of texture formats. | Tony Wasserka | 2014-12-20 | 1 | -1/+8 |
* | | Pica: Unify ugly address translation hacks. | Tony Wasserka | 2014-12-20 | 2 | -8/+8 |
* | | Pica: Merge texture lookup logic for DebugUtils and Rasterizer. | Tony Wasserka | 2014-12-20 | 1 | -1/+1 |
* | | citra-qt: Fix invalid memory read upon program startup. | Tony Wasserka | 2014-12-20 | 1 | -1/+2 |
* | | Pica: Initial support for multitexturing. | Tony Wasserka | 2014-12-20 | 1 | -7/+32 |
* | | citra-qt: static-constify a map. | Tony Wasserka | 2014-12-20 | 1 | -6/+7 |
* | | Clean up some warnings | Chin | 2014-12-20 | 2 | -8/+8 |
|/ |
|
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+1 |
* | More cleanups. | Tony Wasserka | 2014-12-09 | 2 | -6/+13 |
* | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | Tony Wasserka | 2014-12-09 | 1 | -1/+1 |
* | More coding style fixes. | Tony Wasserka | 2014-12-09 | 2 | -2/+2 |
* | Some code cleanup. | Tony Wasserka | 2014-12-09 | 5 | -64/+62 |
* | citra-qt: Add pica framebuffer widget. | Tony Wasserka | 2014-12-09 | 2 | -0/+374 |
* | citra_qt: Add enhanced texture debugging widgets. | Tony Wasserka | 2014-12-09 | 2 | -18/+179 |
* | citra-qt: Add texture viewer to Pica command list. | Tony Wasserka | 2014-12-09 | 2 | -1/+71 |
* | Add GUI widget for controlling pica breakpoints. | Tony Wasserka | 2014-12-09 | 2 | -0/+331 |
* | citra-qt: Polish the pica tracing widget. | Tony Wasserka | 2014-12-09 | 2 | -1/+26 |
* | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 2014-11-19 | 2 | -18/+18 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 2 | -4/+4 |
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 1 | -1/+1 |
* | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 2014-10-25 | 1 | -1/+1 |
* | core: Make the ARM disassembler use std::string internally | Lioncash | 2014-09-06 | 2 | -6/+4 |
* | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 2014-08-25 | 2 | -124/+62 |
* | Pica: Add command processor. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
* | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
* | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2014-08-06 | 1 | -8/+8 |
* | Merge pull request #27 from neobrain/disassembly_view_rewrite | bunnei | 2014-07-23 | 2 | -60/+204 |
|\ |
|
| * | citra-qt: Show function names in disassembler based on bunnei's suggestion. | Tony Wasserka | 2014-07-23 | 1 | -5/+21 |
| * | Disassembler: Chose slightly lower value for chunk size. | Tony Wasserka | 2014-07-23 | 1 | -1/+3 |
| * | citra-qt: Rewrite disassembly view. | Tony Wasserka | 2014-07-02 | 2 | -60/+186 |
* | | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 2014-07-23 | 1 | -16/+18 |
|/ |
|
* | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | 2014-06-22 | 3 | -3/+3 |
* | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 1 | -1/+1 |
|\ |
|
| * | qt: updated disassembler to show 2X as many instructions | bunnei | 2014-06-05 | 1 | -1/+1 |
* | | Further refine GPU command list debugging. | Tony Wasserka | 2014-06-12 | 1 | -4/+10 |
* | | Refine command list debugging functionality and its qt interface. | Tony Wasserka | 2014-06-12 | 2 | -19/+107 |
* | | citra-qt: Add command list view. | Tony Wasserka | 2014-06-12 | 2 | -0/+109 |
* | | citra-qt: Add GX command history viewer. | Tony Wasserka | 2014-06-12 | 2 | -0/+126 |
|/ |
|
* | Remove unused QTableView | Mathieu Vaillancourt | 2014-04-19 | 2 | -29/+2 |
* | UI/debugger changes | Mathieu Vaillancourt | 2014-04-19 | 11 | -0/+565 |