aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.cpp
AgeCommit message (Expand)Author
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
2015-02-25Video core: Fix pixelation/blockiness in textures.Yuri Kunde Schlesner
2015-02-17core/video_core: Use in-place construction where possibleLioncash
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-13Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka
2014-12-31Pica: Cleanup color conversion.Tony Wasserka
2014-12-31Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.Tony Wasserka
2014-12-31Pica: Fix A4, IA4 and IA8 texture formats.Tony Wasserka
2014-12-29GPU: Bitwise texture swizzlingYuri Kunde Schlesner
2014-12-20Pica/DebugUtils: Further cleanups to LookupTexture.Tony Wasserka
2014-12-20Pica/DebugUtils: Fix two warnings.Tony Wasserka
2014-12-20Pica/DebugUtils: Better document LookupTexture.Tony Wasserka
2014-12-20Pica/DebugUtils: Make a number of variables static.Tony Wasserka
2014-12-20Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.Tony Wasserka
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka