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
/
debug_utils.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yuzu: Remove Maxwell debugger
ReinUsesLisp
2020-01-02
1
-49
/
+0
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-2
/
+2
*
debug_utils: Remove unused includes
Lioncash
2018-08-24
1
-15
/
+0
*
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
1
-2
/
+0
*
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-24
1
-0
/
+66
*
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-12
1
-577
/
+0
*
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
2017-02-09
1
-1
/
+3
*
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
1
-1
/
+1
*
VideoCore: Split shader regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
1
-1
/
+1
*
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
1
-15
/
+20
*
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
1
-2
/
+2
*
VideoCore: Move LookupTexture out of debug_utils.h
Yuri Kunde Schlesner
2017-02-04
1
-253
/
+3
*
VideoCore: Inline IsPicaTracing
Yuri Kunde Schlesner
2016-12-14
1
-14
/
+6
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
1
-17
/
+20
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-213
/
+217
*
Remove superfluous std::move in return std::move(local_var)
scurest
2016-06-25
1
-1
/
+1
*
Refactor Tev stage dumper
Jannik Vogel
2016-05-21
1
-114
/
+109
*
Extend Tev stage dumper
Jannik Vogel
2016-05-21
1
-14
/
+38
*
fixup simple type conversions where possible
Alexander Laties
2016-05-07
1
-4
/
+5
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
1
-4
/
+10
*
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2016-04-24
1
-4
/
+1
*
HWRasterizer: Texture forwarding
tfarley
2016-04-21
1
-2
/
+2
*
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
2016-04-14
1
-1
/
+1
*
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-13
1
-1
/
+16
*
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
2016-04-10
1
-29
/
+0
*
video_core: Don't cast away const
Lioncash
2016-03-17
1
-12
/
+12
*
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-08
1
-1
/
+1
*
Add immediate mode vertex submission
Dwayne Slater
2016-03-02
1
-1
/
+2
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-4
/
+4
*
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-07
1
-4
/
+2
*
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
2015-12-06
1
-1
/
+1
*
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-09
1
-3
/
+3
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-3
/
+3
*
video_core: Reorganize headers
Lioncash
2015-09-11
1
-2
/
+1
*
video_core: Remove unused variables
Lioncash
2015-09-10
1
-2
/
+0
*
HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...
Subv
2015-08-23
1
-2
/
+6
*
Merge pull request #1034 from yuriks/rg8-textures
bunnei
2015-08-16
1
-0
/
+6
|
\
|
*
videocore: Added RG8 texture support
Patrick Martin
2015-08-16
1
-0
/
+6
*
|
Fix Linux GCC 4.9 build (complaining about undeclared memset)
LittleWhite
2015-08-16
1
-1
/
+2
*
|
Merge pull request #997 from Lectem/cmdlist_full_debug
Tony Wasserka
2015-08-16
1
-8
/
+7
|
\
\
|
*
|
citra-qt/debug_utils: Use lock_guard everywhere
Lectem
2015-07-26
1
-6
/
+5
|
*
|
citra-qt/command list: Add mask column
Lectem
2015-07-26
1
-2
/
+2
*
|
|
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2015-08-16
1
-2
/
+1
*
|
|
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
2015-08-16
1
-9
/
+50
*
|
|
citra-qt: Improve shader debugger.
Tony Wasserka
2015-08-16
1
-6
/
+17
|
|
/
|
/
|
*
|
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-11
1
-1
/
+2
*
|
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-26
1
-12
/
+0
|
/
*
Address error that remained in last merge
Yuri Kunde Schlesner
2015-07-25
1
-1
/
+1
*
Video_Core : Type fixes
zawata
2015-07-19
1
-1
/
+1
[next]