index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
debug_utils
/
debug_utils.cpp
Age
Commit message (
Expand
)
Author
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-06
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
2015-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-09-16
general: Silence some warnings when using clang
Lioncash
2015-09-11
video_core: Reorganize headers
Lioncash
2015-09-10
video_core: Remove unused variables
Lioncash
2015-08-23
HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...
Subv
2015-08-16
Merge pull request #1034 from yuriks/rg8-textures
bunnei
2015-08-16
Fix Linux GCC 4.9 build (complaining about undeclared memset)
LittleWhite
2015-08-16
Merge pull request #997 from Lectem/cmdlist_full_debug
Tony Wasserka
2015-08-16
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2015-08-16
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
2015-08-16
citra-qt: Improve shader debugger.
Tony Wasserka
2015-08-16
videocore: Added RG8 texture support
Patrick Martin
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-07-26
citra-qt/debug_utils: Use lock_guard everywhere
Lectem
2015-07-26
citra-qt/command list: Add mask column
Lectem
2015-07-26
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-25
Address error that remained in last merge
Yuri Kunde Schlesner
2015-07-19
Video_Core : Type fixes
zawata
2015-07-19
Video_Core : Change Tabs to Spaces
zawata
2015-07-19
Video_Core : Fix Conversion Warnings
zawata
2015-06-28
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-05-30
Move video_core/color.h to common/color.h
archshift
2015-05-30
Move video_core/math.h to common/vector_math.h
archshift
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
OpenGL renderer
tfarley
2015-05-10
Implement I4 texture format
archshift
2015-04-29
VideoCore: Remove a superfluous auto variable declaration in debug_utils.
Emmanuel Gil Peyrot
2015-04-05
Changed occurences of colour to color for consistency
Gareth Higgins
2015-03-16
VideoCore: Add static_cast around expressions where the compiler doesn’t de...
Emmanuel Gil Peyrot
2015-03-07
GPU/Textures: Fixed ETC texture decoding.
Subv
2015-03-03
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
2015-02-26
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
2015-02-25
Video core: Fix A4 texture decoding
Yuri Kunde Schlesner
2015-02-25
Video core: Fix pixelation/blockiness in textures.
Yuri Kunde Schlesner
2015-02-17
core/video_core: Use in-place construction where possible
Lioncash
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-01-13
Pica/Rasterizer: Add ETC1 texture decompression support.
Tony Wasserka
2014-12-31
Pica: Cleanup color conversion.
Tony Wasserka
2014-12-31
Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.
Tony Wasserka
2014-12-31
Pica: Fix A4, IA4 and IA8 texture formats.
Tony Wasserka
2014-12-29
GPU: Bitwise texture swizzling
Yuri Kunde Schlesner
2014-12-20
Pica/DebugUtils: Further cleanups to LookupTexture.
Tony Wasserka
2014-12-20
Pica/DebugUtils: Fix two warnings.
Tony Wasserka
2014-12-20
Pica/DebugUtils: Better document LookupTexture.
Tony Wasserka
2014-12-20
Pica/DebugUtils: Make a number of variables static.
Tony Wasserka
2014-12-20
Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.
Tony Wasserka
2014-12-20
Add support for a ridiculous number of texture formats.
Tony Wasserka
[next]