summaryrefslogtreecommitdiffstats
path: root/src/video_core/debug_utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some code cleanup.Tony Wasserka2014-12-091-3/+1
|
* citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2014-12-092-0/+16
| | | | Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area.
* citra-qt: Add texture viewer to Pica command list.Tony Wasserka2014-12-092-21/+45
| | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
* Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka2014-12-092-0/+176
|
* Silence a few -Wsign-compare warnings.Rohit Nirmal2014-12-011-4/+4
|
* Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2014-11-192-3/+3
|
* Fix warnings in video_coreLioncash2014-10-081-4/+4
|
* Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.Emmanuel Gil Peyrot2014-09-171-1/+1
|
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka2014-08-252-23/+11
|
* Pica/Rasterizer: Add texturing support.Tony Wasserka2014-08-251-17/+1
|
* Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka2014-08-252-0/+99
|
* Pica: Add support for dumping textures.Tony Wasserka2014-08-252-0/+133
|
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-252-0/+76
|
* Pica: Add debug utilities for dumping shaders.Tony Wasserka2014-08-252-0/+208
|
* Pica: Add debug utility functions for dumping geometry data.Tony Wasserka2014-08-252-0/+100