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
*
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