aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.cpp
AgeCommit message (Expand)Author
2016-06-25Remove superfluous std::move in return std::move(local_var)scurest
2016-05-21Refactor Tev stage dumperJannik Vogel
2016-05-21Extend Tev stage dumperJannik Vogel
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-24Replace std::map with std::array for graphics event breakpoints, and allow th...Henrik Rydgard
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-14debug_utils: use std::make_unique for initializing PicaTraceLioncash
2016-04-13file_util: Don't expose IOFile internals through the APILioncash
2016-04-10Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)Jannik Vogel
2016-03-17video_core: Don't cast away constLioncash
2016-03-08renderer_base: Don't directly expose the rasterizer unique_ptrLioncash
2016-03-02Add immediate mode vertex submissionDwayne Slater
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
2015-12-06VideoCore: Rename HWRasterizer methods to be less confusingYuri Kunde Schlesner
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-11video_core: Reorganize headersLioncash
2015-09-10video_core: Remove unused variablesLioncash
2015-08-23HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...Subv
2015-08-16Merge pull request #1034 from yuriks/rg8-texturesbunnei
2015-08-16Fix Linux GCC 4.9 build (complaining about undeclared memset)LittleWhite
2015-08-16Merge pull request #997 from Lectem/cmdlist_full_debugTony Wasserka
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each...Tony Wasserka
2015-08-16Pica/DebugUtils: Include uniform information into shader dumps.Tony Wasserka
2015-08-16citra-qt: Improve shader debugger.Tony Wasserka
2015-08-16videocore: Added RG8 texture supportPatrick Martin
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Emmanuel Gil Peyrot
2015-07-26citra-qt/debug_utils: Use lock_guard everywhereLectem
2015-07-26citra-qt/command list: Add mask columnLectem
2015-07-26VideoCore: #ifdef out some debugging routinesYuri Kunde Schlesner
2015-07-25Address error that remained in last mergeYuri Kunde Schlesner
2015-07-19Video_Core : Type fixeszawata
2015-07-19Video_Core : Change Tabs to Spaceszawata
2015-07-19Video_Core : Fix Conversion Warningszawata
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-30Move video_core/math.h to common/vector_math.harchshift
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22OpenGL renderertfarley
2015-05-10Implement I4 texture formatarchshift
2015-04-29VideoCore: Remove a superfluous auto variable declaration in debug_utils.Emmanuel Gil Peyrot
2015-04-05Changed occurences of colour to color for consistencyGareth Higgins
2015-03-16VideoCore: Add static_cast around expressions where the compiler doesn’t de...Emmanuel Gil Peyrot
2015-03-07GPU/Textures: Fixed ETC texture decoding.Subv
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-02-26GPU: Implemented bits 3 and 1 from the display transfer flags.Subv
2015-02-25Video core: Fix A4 texture decodingYuri Kunde Schlesner