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
2016-06-25
Remove superfluous std::move in return std::move(local_var)
scurest
2016-05-21
Refactor Tev stage dumper
Jannik Vogel
2016-05-21
Extend Tev stage dumper
Jannik Vogel
2016-05-07
fixup simple type conversions where possible
Alexander Laties
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-24
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-04-14
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
2016-04-13
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-10
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
2016-03-17
video_core: Don't cast away const
Lioncash
2016-03-08
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
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
[next]