summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_processor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+3
* GSP: Trigger GPU interrupts at more accurate locations.bunnei2014-12-101-0/+6
* GPU: Fixed bug in command list size decoding.bunnei2014-12-101-1/+2
* Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka2014-12-091-0/+13
* Silence a few -Wsign-compare warnings.Rohit Nirmal2014-12-011-1/+1
* Fix some warningsSean2014-10-301-1/+1
* Fix warnings in video_coreLioncash2014-10-081-6/+6
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka2014-08-251-4/+16
* Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka2014-08-251-0/+2
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-0/+2
* Pica/CommandProcessor: Implement parameter masking.Tony Wasserka2014-08-251-5/+13
* Pica: Add debug utility functions for dumping geometry data.Tony Wasserka2014-08-251-0/+8
* Pica: Add primitive assembly stage.Tony Wasserka2014-08-121-1/+2
* Pica: Add vertex shader implementation.Tony Wasserka2014-08-121-5/+103
* Pica: Implement vertex loading.Tony Wasserka2014-08-121-1/+80
* Pica: Add command processor.Tony Wasserka2014-08-121-0/+60