aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.cpp
AgeCommit message (Expand)Author
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a gl...Subv
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-02-09VideoCore: Split regs.h inclusionsYuri Kunde Schlesner
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner
2017-02-04VideoCore: Split shader regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split rasterizer regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner
2016-12-14VideoCore: Inline IsPicaTracingYuri 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-25Remove superfluous std::move in return std::move(local_var)scurest
2016-05-21Refactor Tev stage dumperJannik Vogel
2016-05-21Extend Tev stage dumperJannik Vogel
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-24Replace std::map with std::array for graphics event breakpoints, and allow th...Henrik Rydgard
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-14debug_utils: use std::make_unique for initializing PicaTraceLioncash
2016-04-13file_util: Don't expose IOFile internals through the APILioncash
2016-04-10Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)Jannik Vogel
2016-03-17video_core: Don't cast away constLioncash
2016-03-08renderer_base: Don't directly expose the rasterizer unique_ptrLioncash
2016-03-02Add immediate mode vertex submissionDwayne Slater
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
2015-12-06VideoCore: Rename HWRasterizer methods to be less confusingYuri Kunde Schlesner
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-11video_core: Reorganize headersLioncash
2015-09-10video_core: Remove unused variablesLioncash
2015-08-23HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...Subv
2015-08-16Merge pull request #1034 from yuriks/rg8-texturesbunnei
2015-08-16Fix Linux GCC 4.9 build (complaining about undeclared memset)LittleWhite
2015-08-16Merge pull request #997 from Lectem/cmdlist_full_debugTony Wasserka
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each...Tony Wasserka
2015-08-16Pica/DebugUtils: Include uniform information into shader dumps.Tony Wasserka
2015-08-16citra-qt: Improve shader debugger.Tony Wasserka
2015-08-16videocore: Added RG8 texture supportPatrick Martin
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Emmanuel Gil Peyrot
2015-07-26citra-qt/debug_utils: Use lock_guard everywhereLectem
2015-07-26citra-qt/command list: Add mask columnLectem
2015-07-26VideoCore: #ifdef out some debugging routinesYuri Kunde Schlesner
2015-07-25Address error that remained in last mergeYuri Kunde Schlesner
2015-07-19Video_Core : Type fixeszawata
2015-07-19Video_Core : Change Tabs to Spaceszawata
2015-07-19Video_Core : Fix Conversion Warningszawata
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot