index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
debug_utils
/
debug_utils.h
Age
Commit message (
Expand
)
Author
2020-01-02
yuzu: Remove Maxwell debugger
ReinUsesLisp
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2018-08-24
debug_utils: Remove unused includes
Lioncash
2018-08-24
debug_utils: Make BreakpointObserver class' constructor explicit
Lioncash
2018-08-24
debug_utils: Initialize active_breakpoint member of DebugContext
Lioncash
2018-06-25
Fix crash at exit
mailwl
2018-03-24
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2017-02-26
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-09
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
2017-02-04
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
VideoCore: Split shader regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
VideoCore: Move LookupTexture out of debug_utils.h
Yuri Kunde Schlesner
2016-12-14
VideoCore: Inline IsPicaTracing
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-21
Refactor Tev stage dumper
Jannik Vogel
2016-05-04
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-29
Merge pull request #1730 from hrydgard/vertex-loader
bunnei
2016-04-29
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
2016-04-24
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2016-04-10
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2015-08-16
Merge pull request #997 from Lectem/cmdlist_full_debug
Tony Wasserka
2015-08-16
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2015-08-16
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
2015-08-16
citra-qt: Improve shader debugger.
Tony Wasserka
2015-07-26
citra-qt/command list: Add mask column
Lectem
2015-07-26
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-23
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
2015-07-13
Add CiTrace recording support.
Tony Wasserka
2015-05-30
Move video_core/math.h to common/vector_math.h
archshift
2014-12-20
Pica/DebugUtils: Better document LookupTexture.
Tony Wasserka
2014-12-20
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
2014-12-20
Pica: Unify ugly address translation hacks.
Tony Wasserka
2014-12-20
Pica: Merge texture lookup logic for DebugUtils and Rasterizer.
Tony Wasserka
2014-12-09
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
2014-12-09
citra-qt: Add texture viewer to Pica command list.
Tony Wasserka
2014-12-09
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-08-25
Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...
Tony Wasserka
2014-08-25
Pica/DebugUtils: Add convenient tev setup printer.
Tony Wasserka
2014-08-25
Pica: Add support for dumping textures.
Tony Wasserka
2014-08-25
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-25
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
[next]