summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger
AgeCommit message (Expand)Author
2016-12-14Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-11citra-qt: Make constructors explicit where applicableLioncash
2016-12-11citra-qt: Add missing #pragma once directivesLioncash
2016-12-11graphics_cmdlists: Get rid of variable shadowingLioncash
2016-12-10graphics_cmdlists: Get rid of an unused variableLioncash
2016-12-10graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments constLioncash
2016-12-10graphics_cmdlists: Make LoadImage internally linkedLioncash
2016-12-11Add all services to the Service namespaceLioncash
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv
2016-12-04Threading: Added some utility functions and const correctness.Subv
2016-12-03Threading: Reworked the way our scheduler works.Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-09-22implement wait tree widgetwwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-18Qt: Fix MicroProfile dpi scalingYuri Kunde Schlesner
2016-06-07Merge pull request #1765 from JayFoxRox/debug-surface-viewerbunnei
2016-05-21Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAdd...MerryMage
2016-05-18Merge pull request #1785 from MerryMage/mp-dpibunnei
2016-05-12Microprofile: DPI-aware drawingMerryMage
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-05-11Turn ShaderSetup into structJannik Vogel
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel
2016-05-04Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationJannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik RydgÄrd
2016-04-24Replace std::map with std::array for graphics event breakpoints, and allow th...Henrik Rydgard
2016-04-23debugger: Warn if we reach an unreachable formatSam Spilsbury
2016-03-15PICA: Fix MAD/MADI encodingJannik Vogel
2016-03-09Fix attribute mapping in vs debuggerJannik Vogel
2016-03-02Add immediate mode vertex submissionDwayne Slater
2015-12-29core: Use unique_ptr for holding the interpreter instancesLioncash
2015-10-06Silence -Wsign-compare warnings.Rohit Nirmal
2015-09-14GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner
2015-09-11general: Replace 0 literals with nullptr where applicableLioncash
2015-09-11Merge pull request #1147 from lioncash/nullptrYuri Kunde Schlesner
2015-09-11Merge pull request #1149 from lioncash/overrideYuri Kunde Schlesner
2015-09-11graphics_breakpoints_p: Add missing override specifierLioncash
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-09-11citra_qt: Reorganize headersLioncash
2015-09-07Merge pull request #1118 from Kloen/monospace-fontbunnei
2015-09-07Shader Debugger: Allow editing of input vertex dataYuri Kunde Schlesner
2015-09-07Shader Debugger: Highlight current instruction instead of focusingYuri Kunde Schlesner
2015-09-07Shader Debugger: Remove useless signalYuri Kunde Schlesner