index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
debug_utils
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-02
yuzu: Remove Maxwell debugger
ReinUsesLisp
2
-206
/
+0
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2
-4
/
+4
2018-08-24
debug_utils: Remove unused includes
Lioncash
2
-23
/
+0
2018-08-24
debug_utils: Make BreakpointObserver class' constructor explicit
Lioncash
1
-1
/
+1
2018-08-24
debug_utils: Initialize active_breakpoint member of DebugContext
Lioncash
1
-2
/
+2
2018-06-25
Fix crash at exit
mailwl
1
-2
/
+4
2018-03-24
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2
-4
/
+0
2018-03-24
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2
-0
/
+231
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2
-828
/
+0
2017-02-26
Doxygen: Amend minor issues (#2593)
Mat M
1
-1
/
+1
2017-02-09
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
2
-2
/
+6
2017-02-04
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2
-2
/
+2
2017-02-04
VideoCore: Split shader regs from Regs struct
Yuri Kunde Schlesner
2
-2
/
+2
2017-02-04
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
2
-19
/
+24
2017-02-04
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
2
-3
/
+3
2017-02-04
VideoCore: Move LookupTexture out of debug_utils.h
Yuri Kunde Schlesner
2
-278
/
+3
2016-12-14
VideoCore: Inline IsPicaTracing
Yuri Kunde Schlesner
2
-15
/
+11
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2
-4
/
+0
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2
-21
/
+22
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2
-224
/
+237
2016-06-25
Remove superfluous std::move in return std::move(local_var)
scurest
1
-1
/
+1
2016-05-21
Refactor Tev stage dumper
Jannik Vogel
2
-115
/
+114
2016-05-21
Extend Tev stage dumper
Jannik Vogel
1
-14
/
+38
2016-05-07
fixup simple type conversions where possible
Alexander Laties
1
-4
/
+5
2016-05-04
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
1
-1
/
+1
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2
-7
/
+23
2016-04-29
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
1
-0
/
+30
2016-04-24
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2
-7
/
+14
2016-04-21
HWRasterizer: Texture forwarding
tfarley
1
-2
/
+2
2016-04-14
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
1
-1
/
+1
2016-04-13
file_util: Don't expose IOFile internals through the API
Lioncash
1
-1
/
+16
2016-04-10
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
2
-50
/
+0
2016-03-17
video_core: Don't cast away const
Lioncash
1
-12
/
+12
2016-03-08
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
1
-1
/
+1
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2
-2
/
+4
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
1
-4
/
+4
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
1
-4
/
+2
2015-12-06
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
1
-1
/
+1
2015-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
1
-3
/
+3
2015-09-16
general: Silence some warnings when using clang
Lioncash
1
-3
/
+3
2015-09-11
video_core: Reorganize headers
Lioncash
1
-2
/
+1
2015-09-10
video_core: Remove unused variables
Lioncash
1
-2
/
+0
2015-08-23
HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...
Subv
1
-2
/
+6
2015-08-16
Fix Linux GCC 4.9 build (complaining about undeclared memset)
LittleWhite
1
-1
/
+2
2015-08-16
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2
-3
/
+3
2015-08-16
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
2
-11
/
+51
2015-08-16
citra-qt: Improve shader debugger.
Tony Wasserka
2
-7
/
+17
2015-08-16
videocore: Added RG8 texture support
Patrick Martin
1
-0
/
+6
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
1
-1
/
+2
2015-07-26
citra-qt/debug_utils: Use lock_guard everywhere
Lectem
1
-6
/
+5
[next]