aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger
AgeCommit message (Expand)Author
2017-02-04Merge pull request #2476 from yuriks/shader-refactor3Yuri Kunde Schlesner
2017-02-04Pica/Texture: Simplify/cleanup texture tile addressingYuri Kunde Schlesner
2017-02-04VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner
2017-01-29VideoCore: Consistently use shader configuration to load attributesYuri Kunde Schlesner
2017-01-29VideoCore: Rename some types to more accurate namesYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Move entry_point to SetupBatchYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetupYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngineYuri Kunde Schlesner
2017-01-25Debugger: Always use interpreter for shader debuggingYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Split shader uniform state and shader engineYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Use only entry_point as ShaderSetup paramYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Use self instead of g_state.vs in ShaderSetupYuri Kunde Schlesner
2017-01-22citra-qt: Removed unused and unimplemented ramview files.Kloen
2017-01-05Merge pull request #2393 from Subv/synchSebastian Valle
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization...Subv
2017-01-04Fix some warnings (#2399)Jonathan Hao
2016-12-22Merge pull request #2343 from bunnei/core-cleanupbunnei
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei
2016-12-22Merge pull request #2361 from lioncash/disasmbunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-21citra-qt: Move graphics debugging code into its own folderLioncash
2016-12-21disassembler: Remove mutable specifier from breakpoints member variableLioncash
2016-12-16Merge pull request #2260 from Subv/schedulingbunnei
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