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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash at exit
mailwl
2018-06-25
1
-2
/
+4
*
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
2
-4
/
+0
*
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-24
2
-0
/
+231
*
Remove references to PICA and rasterizers in video_core
James Rowe
2018-01-12
2
-828
/
+0
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
1
-1
/
+1
*
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
2017-02-09
2
-2
/
+6
*
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
2
-2
/
+2
*
VideoCore: Split shader regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
2
-2
/
+2
*
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
2
-19
/
+24
*
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
2
-3
/
+3
*
VideoCore: Move LookupTexture out of debug_utils.h
Yuri Kunde Schlesner
2017-02-04
2
-278
/
+3
*
VideoCore: Inline IsPicaTracing
Yuri Kunde Schlesner
2016-12-14
2
-15
/
+11
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
2
-4
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
2
-21
/
+22
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
2
-224
/
+237
*
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
2
-115
/
+114
*
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
*
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
2016-05-04
1
-1
/
+1
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
2
-7
/
+23
*
Merge pull request #1730 from hrydgard/vertex-loader
bunnei
2016-04-29
1
-0
/
+30
|
\
|
*
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
2016-04-29
1
-0
/
+30
*
|
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2016-04-24
2
-7
/
+14
|
/
*
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
2
-50
/
+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
2
-2
/
+4
*
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
2
-17
/
+12
|
\
\
|
*
|
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
2
-11
/
+7
*
|
|
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2015-08-16
2
-3
/
+3
*
|
|
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
2015-08-16
2
-11
/
+51
*
|
|
citra-qt: Improve shader debugger.
Tony Wasserka
2015-08-16
2
-7
/
+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
2
-12
/
+5
|
/
[next]