aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.cpp
AgeCommit message (Expand)Author
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
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-20Pica: Further improve Tev emulation.Tony Wasserka
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka
2014-12-20Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.Tony Wasserka
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka
2014-12-09Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka
2014-11-30Silence a few -Wsign-compare warnings.Rohit Nirmal
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-10-07Fix warnings in video_coreLioncash
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Emmanuel Gil Peyrot
2014-08-25Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...Tony Wasserka
2014-08-25Pica/Rasterizer: Add texturing support.Tony Wasserka
2014-08-25Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka
2014-08-25Pica: Add support for dumping textures.Tony Wasserka
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25Pica: Add debug utilities for dumping shaders.Tony Wasserka
2014-08-25Pica: Add debug utility functions for dumping geometry data.Tony Wasserka