summaryrefslogtreecommitdiffstats
path: root/src/video_core/debug_utils (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot1-3/+3
2015-09-16general: Silence some warnings when using clangLioncash1-3/+3
2015-09-11video_core: Reorganize headersLioncash1-2/+1
2015-09-10video_core: Remove unused variablesLioncash1-2/+0
2015-08-23HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is in use during a breakpoint.Subv1-2/+6
2015-08-16Fix Linux GCC 4.9 build (complaining about undeclared memset)LittleWhite1-1/+2
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each processed instruction.Tony Wasserka2-3/+3
2015-08-16Pica/DebugUtils: Include uniform information into shader dumps.Tony Wasserka2-11/+51
2015-08-16citra-qt: Improve shader debugger.Tony Wasserka2-7/+17
2015-08-16videocore: Added RG8 texture supportPatrick Martin1-0/+6
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot1-1/+2
2015-07-26citra-qt/debug_utils: Use lock_guard everywhereLectem1-6/+5
2015-07-26citra-qt/command list: Add mask columnLectem2-11/+7
2015-07-26VideoCore: #ifdef out some debugging routinesYuri Kunde Schlesner2-12/+5
2015-07-25Address error that remained in last mergeYuri Kunde Schlesner1-1/+1
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv1-2/+5
2015-07-19Video_Core : Type fixeszawata1-1/+1
2015-07-19Video_Core : Change Tabs to Spaceszawata1-0/+15
2015-07-19Video_Core : Fix Conversion Warningszawata1-16/+1
2015-07-13Add CiTrace recording support.Tony Wasserka1-0/+4
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot1-0/+1
2015-05-30Move video_core/color.h to common/color.harchshift1-1/+1
2015-05-30Move video_core/math.h to common/vector_math.harchshift2-2/+3
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-23Pica: Create 'State' structure and move state memory there.bunnei1-1/+1
2015-05-23OpenGL renderertfarley1-0/+4
2015-05-11Implement I4 texture formatarchshift1-0/+11
2015-04-29VideoCore: Remove a superfluous auto variable declaration in debug_utils.Emmanuel Gil Peyrot1-1/+1
2015-04-05Changed occurences of colour to color for consistencyGareth Higgins1-1/+1
2015-03-16VideoCore: Add static_cast around expressions where the compiler doesn’t deduce the right type.Emmanuel Gil Peyrot1-3/+3
2015-03-07GPU/Textures: Fixed ETC texture decoding.Subv1-1/+1
2015-03-04GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei1-24/+12
2015-02-27GPU: Implemented bits 3 and 1 from the display transfer flags.Subv1-42/+14
2015-02-26Video core: Fix A4 texture decodingYuri Kunde Schlesner1-2/+2
2015-02-26Video core: Fix pixelation/blockiness in textures.Yuri Kunde Schlesner1-3/+3
2015-02-17core/video_core: Use in-place construction where possibleLioncash1-2/+2
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-3/+3
2015-01-13Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka1-12/+140
2014-12-31Pica: Cleanup color conversion.Tony Wasserka1-18/+14
2014-12-31Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.Tony Wasserka1-2/+2
2014-12-31Pica: Fix A4, IA4 and IA8 texture formats.Tony Wasserka1-13/+7
2014-12-29GPU: Bitwise texture swizzlingYuri Kunde Schlesner1-27/+24
2014-12-20Pica/DebugUtils: Further cleanups to LookupTexture.Tony Wasserka1-7/+7
2014-12-20Pica/DebugUtils: Fix two warnings.Tony Wasserka1-2/+2
2014-12-20Pica/DebugUtils: Better document LookupTexture.Tony Wasserka2-7/+16
2014-12-20Pica/DebugUtils: Make a number of variables static.Tony Wasserka1-13/+13
2014-12-20Pica/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.Tony Wasserka1-61/+8
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka1-0/+1
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka1-1/+64
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka2-2/+2
2014-12-20Pica: Further improve Tev emulation.Tony Wasserka1-2/+8
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka2-9/+38
2014-12-20Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.Tony Wasserka1-3/+46
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-9/+9
2014-12-09Some code cleanup.Tony Wasserka1-3/+1
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2-0/+16
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka2-21/+45
2014-12-09Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka2-0/+176
2014-12-01Silence a few -Wsign-compare warnings.Rohit Nirmal1-4/+4
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2-3/+3
2014-10-08Fix warnings in video_coreLioncash1-4/+4
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.Emmanuel Gil Peyrot1-1/+1
2014-08-25Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka2-23/+11
2014-08-25Pica/Rasterizer: Add texturing support.Tony Wasserka1-17/+1
2014-08-25Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka2-0/+99
2014-08-25Pica: Add support for dumping textures.Tony Wasserka2-0/+133
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2-0/+76
2014-08-25Pica: Add debug utilities for dumping shaders.Tony Wasserka2-0/+208
2014-08-25Pica: Add debug utility functions for dumping geometry data.Tony Wasserka2-0/+100