summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_processor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-25Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka1-4/+16
2014-08-25Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka1-0/+2
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka1-0/+2
2014-08-25Pica/CommandProcessor: Implement parameter masking.Tony Wasserka1-5/+13
2014-08-25Pica: Add debug utility functions for dumping geometry data.Tony Wasserka1-0/+8
2014-08-12Pica: Add primitive assembly stage.Tony Wasserka1-1/+2
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka1-5/+103
2014-08-12Pica: Implement vertex loading.Tony Wasserka1-1/+80
2014-08-12Pica: Add command processor.Tony Wasserka1-0/+60