summaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Remove Maxwell debuggerGravatar ReinUsesLisp2020-01-021-49/+0
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-2/+2
* debug_utils: Remove unused includesGravatar Lioncash2018-08-241-15/+0
* GPU: Make the debug_context variable a member of the frontend instead of a gl...Gravatar Subv2018-03-241-2/+0
* Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Gravatar Subv2018-03-241-0/+66
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-121-577/+0
* VideoCore: Split regs.h inclusionsGravatar Yuri Kunde Schlesner2017-02-091-1/+3
* VideoCore: Move Regs to its own fileGravatar Yuri Kunde Schlesner2017-02-041-1/+1
* VideoCore: Split shader regs from Regs structGravatar Yuri Kunde Schlesner2017-02-041-1/+1
* VideoCore: Split texturing regs from Regs structGravatar Yuri Kunde Schlesner2017-02-041-15/+20
* VideoCore: Split rasterizer regs from Regs structGravatar Yuri Kunde Schlesner2017-02-041-2/+2
* VideoCore: Move LookupTexture out of debug_utils.hGravatar Yuri Kunde Schlesner2017-02-041-253/+3
* VideoCore: Inline IsPicaTracingGravatar Yuri Kunde Schlesner2016-12-141-14/+6
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-17/+20
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-213/+217
* Remove superfluous std::move in return std::move(local_var)Gravatar scurest2016-06-251-1/+1
* Refactor Tev stage dumperGravatar Jannik Vogel2016-05-211-114/+109
* Extend Tev stage dumperGravatar Jannik Vogel2016-05-211-14/+38
* fixup simple type conversions where possibleGravatar Alexander Laties2016-05-071-4/+5
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-4/+10
* Replace std::map with std::array for graphics event breakpoints, and allow th...Gravatar Henrik Rydgard2016-04-241-4/+1
* HWRasterizer: Texture forwardingGravatar tfarley2016-04-211-2/+2
* debug_utils: use std::make_unique for initializing PicaTraceGravatar Lioncash2016-04-141-1/+1
* file_util: Don't expose IOFile internals through the APIGravatar Lioncash2016-04-131-1/+16
* Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)Gravatar Jannik Vogel2016-04-101-29/+0
* video_core: Don't cast away constGravatar Lioncash2016-03-171-12/+12
* renderer_base: Don't directly expose the rasterizer unique_ptrGravatar Lioncash2016-03-081-1/+1
* Add immediate mode vertex submissionGravatar Dwayne Slater2016-03-021-1/+2
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-4/+4
* VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner2015-12-071-4/+2
* VideoCore: Rename HWRasterizer methods to be less confusingGravatar Yuri Kunde Schlesner2015-12-061-1/+1
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-091-3/+3
* general: Silence some warnings when using clangGravatar Lioncash2015-09-161-3/+3
* video_core: Reorganize headersGravatar Lioncash2015-09-111-2/+1
* video_core: Remove unused variablesGravatar Lioncash2015-09-101-2/+0
* HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...Gravatar Subv2015-08-231-2/+6
* Merge pull request #1034 from yuriks/rg8-texturesGravatar bunnei2015-08-161-0/+6
|\
| * videocore: Added RG8 texture supportGravatar Patrick Martin2015-08-161-0/+6
* | Fix Linux GCC 4.9 build (complaining about undeclared memset)Gravatar LittleWhite2015-08-161-1/+2
* | Merge pull request #997 from Lectem/cmdlist_full_debugGravatar Tony Wasserka2015-08-161-8/+7
|\ \
| * | citra-qt/debug_utils: Use lock_guard everywhereGravatar Lectem2015-07-261-6/+5
| * | citra-qt/command list: Add mask columnGravatar Lectem2015-07-261-2/+2
* | | Introduce a shader tracer to allow inspection of input/output values for each...Gravatar Tony Wasserka2015-08-161-2/+1
* | | Pica/DebugUtils: Include uniform information into shader dumps.Gravatar Tony Wasserka2015-08-161-9/+50
* | | citra-qt: Improve shader debugger.Gravatar Tony Wasserka2015-08-161-6/+17
| |/ |/|
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-111-1/+2
* | VideoCore: #ifdef out some debugging routinesGravatar Yuri Kunde Schlesner2015-07-261-12/+0
|/
* Address error that remained in last mergeGravatar Yuri Kunde Schlesner2015-07-251-1/+1
* Video_Core : Type fixesGravatar zawata2015-07-191-1/+1