index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
debug_utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pica: Cleanup color conversion.
Tony Wasserka
2014-12-31
1
-18
/
+14
*
Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.
Tony Wasserka
2014-12-31
1
-2
/
+2
*
Pica: Fix A4, IA4 and IA8 texture formats.
Tony Wasserka
2014-12-31
1
-13
/
+7
*
GPU: Bitwise texture swizzling
Yuri Kunde Schlesner
2014-12-29
1
-27
/
+24
*
Pica/DebugUtils: Further cleanups to LookupTexture.
Tony Wasserka
2014-12-20
1
-7
/
+7
*
Pica/DebugUtils: Fix two warnings.
Tony Wasserka
2014-12-20
1
-2
/
+2
*
Pica/DebugUtils: Better document LookupTexture.
Tony Wasserka
2014-12-20
2
-7
/
+16
*
Pica/DebugUtils: Make a number of variables static.
Tony Wasserka
2014-12-20
1
-13
/
+13
*
Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.
Tony Wasserka
2014-12-20
1
-61
/
+8
*
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
2014-12-20
1
-0
/
+1
*
Add support for a ridiculous number of texture formats.
Tony Wasserka
2014-12-20
1
-1
/
+64
*
Pica: Unify ugly address translation hacks.
Tony Wasserka
2014-12-20
2
-2
/
+2
*
Pica: Further improve Tev emulation.
Tony Wasserka
2014-12-20
1
-2
/
+8
*
Pica: Merge texture lookup logic for DebugUtils and Rasterizer.
Tony Wasserka
2014-12-20
2
-9
/
+38
*
Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.
Tony Wasserka
2014-12-20
1
-3
/
+46
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-9
/
+9
*
Some code cleanup.
Tony Wasserka
2014-12-09
1
-3
/
+1
*
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
2014-12-09
2
-0
/
+16
*
citra-qt: Add texture viewer to Pica command list.
Tony Wasserka
2014-12-09
2
-21
/
+45
*
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-12-09
2
-0
/
+176
*
Silence a few -Wsign-compare warnings.
Rohit Nirmal
2014-12-01
1
-4
/
+4
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
2
-3
/
+3
*
Fix warnings in video_core
Lioncash
2014-10-08
1
-4
/
+4
*
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
Emmanuel Gil Peyrot
2014-09-17
1
-1
/
+1
*
Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.
Tony Wasserka
2014-08-25
2
-23
/
+11
*
Pica/Rasterizer: Add texturing support.
Tony Wasserka
2014-08-25
1
-17
/
+1
*
Pica/DebugUtils: Add convenient tev setup printer.
Tony Wasserka
2014-08-25
2
-0
/
+99
*
Pica: Add support for dumping textures.
Tony Wasserka
2014-08-25
2
-0
/
+133
*
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
Tony Wasserka
2014-08-25
2
-0
/
+76
*
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
2014-08-25
2
-0
/
+208
*
Pica: Add debug utility functions for dumping geometry data.
Tony Wasserka
2014-08-25
2
-0
/
+100