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
*
HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is in use during a breakpoint.
Subv
2015-08-23
1
-2
/
+6
*
Merge pull request #1034 from yuriks/rg8-textures
bunnei
2015-08-17
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 processed instruction.
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 standard u?int*_t types.
Emmanuel Gil Peyrot
2015-08-11
1
-1
/
+2
*
|
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-26
2
-12
/
+5
|
/
*
Address error that remained in last merge
Yuri Kunde Schlesner
2015-07-25
1
-1
/
+1
*
Merge pull request #892 from zawata/another-warning-fixes
Yuri Kunde Schlesner
2015-07-25
1
-16
/
+16
|
\
|
*
Video_Core : Type fixes
zawata
2015-07-19
1
-1
/
+1
|
*
Video_Core : Change Tabs to Spaces
zawata
2015-07-19
1
-0
/
+15
|
*
Video_Core : Fix Conversion Warnings
zawata
2015-07-19
1
-16
/
+1
*
|
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
2015-07-23
1
-2
/
+5
|
/
*
Add CiTrace recording support.
Tony Wasserka
2015-07-13
1
-0
/
+4
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
1
-1
/
+1
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
2
-2
/
+3
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-23
1
-1
/
+1
*
OpenGL renderer
tfarley
2015-05-23
1
-0
/
+4
*
Implement I4 texture format
archshift
2015-05-11
1
-0
/
+11
*
VideoCore: Remove a superfluous auto variable declaration in debug_utils.
Emmanuel Gil Peyrot
2015-04-29
1
-1
/
+1
*
Changed occurences of colour to color for consistency
Gareth Higgins
2015-04-05
1
-1
/
+1
*
VideoCore: Add static_cast around expressions where the compiler doesn’t deduce the right type.
Emmanuel Gil Peyrot
2015-03-16
1
-3
/
+3
*
GPU/Textures: Fixed ETC texture decoding.
Subv
2015-03-07
1
-1
/
+1
*
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
2015-03-04
1
-24
/
+12
*
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
2015-02-27
1
-42
/
+14
*
Video core: Fix A4 texture decoding
Yuri Kunde Schlesner
2015-02-26
1
-2
/
+2
*
Video core: Fix pixelation/blockiness in textures.
Yuri Kunde Schlesner
2015-02-26
1
-3
/
+3
*
core/video_core: Use in-place construction where possible
Lioncash
2015-02-17
1
-2
/
+2
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-3
/
+3
*
Pica/Rasterizer: Add ETC1 texture decompression support.
Tony Wasserka
2015-01-13
1
-12
/
+140
*
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