summaryrefslogtreecommitdiffstats
path: root/src/video_core/debug_utils (unfollow)
Commit message (Expand)AuthorFilesLines
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