summaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Remove Maxwell debuggerGravatar ReinUsesLisp2020-01-021-157/+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-8/+0
* debug_utils: Make BreakpointObserver class' constructor explicitGravatar Lioncash2018-08-241-1/+1
* debug_utils: Initialize active_breakpoint member of DebugContextGravatar Lioncash2018-08-241-2/+2
* Fix crash at exitGravatar mailwl2018-06-251-2/+4
* 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/+165
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-121-251/+0
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-261-1/+1
* 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-4/+4
* VideoCore: Split rasterizer regs from Regs structGravatar Yuri Kunde Schlesner2017-02-041-1/+1
* VideoCore: Move LookupTexture out of debug_utils.hGravatar Yuri Kunde Schlesner2017-02-041-25/+0
* VideoCore: Inline IsPicaTracingGravatar Yuri Kunde Schlesner2016-12-141-1/+5
* 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-4/+2
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-11/+20
* Refactor Tev stage dumperGravatar Jannik Vogel2016-05-211-1/+5
* Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationGravatar Jannik Vogel2016-05-041-1/+1
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-3/+13
* Merge pull request #1730 from hrydgard/vertex-loaderGravatar bunnei2016-04-291-0/+30
|\
| * Move and rename the MemoryAccesses class to MemoryAccessTracker.Gravatar Henrik Rydgard2016-04-291-0/+30
* | Replace std::map with std::array for graphics event breakpoints, and allow th...Gravatar Henrik Rydgard2016-04-241-3/+13
|/
* Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)Gravatar Jannik Vogel2016-04-101-21/+0
* Add immediate mode vertex submissionGravatar Dwayne Slater2016-03-021-1/+2
* Merge pull request #997 from Lectem/cmdlist_full_debugGravatar Tony Wasserka2015-08-161-9/+5
|\
| * citra-qt/command list: Add mask columnGravatar Lectem2015-07-261-9/+5
* | Introduce a shader tracer to allow inspection of input/output values for each...Gravatar Tony Wasserka2015-08-161-1/+2
* | Pica/DebugUtils: Include uniform information into shader dumps.Gravatar Tony Wasserka2015-08-161-2/+1
* | citra-qt: Improve shader debugger.Gravatar Tony Wasserka2015-08-161-1/+0
* | VideoCore: #ifdef out some debugging routinesGravatar Yuri Kunde Schlesner2015-07-261-0/+5
|/
* Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-231-2/+5
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-131-0/+4
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-301-1/+2
* Pica/DebugUtils: Better document LookupTexture.Gravatar Tony Wasserka2014-12-201-1/+10
* Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka2014-12-201-0/+1
* Pica: Unify ugly address translation hacks.Gravatar Tony Wasserka2014-12-201-1/+1
* Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Gravatar Tony Wasserka2014-12-201-1/+2
* citra_qt: Add enhanced texture debugging widgets.Gravatar Tony Wasserka2014-12-091-0/+4
* citra-qt: Add texture viewer to Pica command list.Gravatar Tony Wasserka2014-12-091-0/+9
* Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-091-0/+133
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-191-1/+1
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...Gravatar Tony Wasserka2014-08-251-7/+5
* Pica/DebugUtils: Add convenient tev setup printer.Gravatar Tony Wasserka2014-08-251-0/+2
* Pica: Add support for dumping textures.Gravatar Tony Wasserka2014-08-251-0/+2
* Pica/citra-qt: Replace command list view and command list debugging code with...Gravatar Tony Wasserka2014-08-251-0/+21
* Pica: Add debug utilities for dumping shaders.Gravatar Tony Wasserka2014-08-251-0/+3