summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_processor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-02Add profiling infrastructure and widgetYuri Kunde Schlesner1-0/+6
2015-02-18Pica/CommandProcessor: Properly implement shader load destination offset registers.Tony Wasserka1-18/+4
2015-02-18Pica/CommandProcessor: Work around initialized vertex attributes some more.Tony Wasserka1-2/+8
2014-12-31Pica/CommandProcessor: Cleanups.Tony Wasserka1-3/+4
2014-12-31Pica/CommandProcessor: Workaround games not setting the input position's w component.Tony Wasserka1-0/+14
2014-12-31Pica/CommandProcessor: Add support for integer uniforms.Tony Wasserka1-0/+13
2014-12-29GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei1-0/+5
2014-12-21More warning cleanupsChin1-2/+2
2014-12-21License changepurpasmart961-1/+1
2014-12-20Pica: Add support for boolean uniforms.Tony Wasserka1-0/+6
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka1-0/+3
2014-12-20Pica/CommandProcessor: Add a safety check for invalid (?) GPU configurations.Tony Wasserka1-0/+7
2014-12-20Pica/CommandProcessor: Fix vertex decoding if multiple memory areas are accessed for different attributes.Tony Wasserka1-7/+8
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka1-2/+2
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-3/+3
2014-12-10GSP: Trigger GPU interrupts at more accurate locations.bunnei1-0/+6
2014-12-10GPU: Fixed bug in command list size decoding.bunnei1-1/+2
2014-12-09Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka1-0/+13
2014-12-01Silence a few -Wsign-compare warnings.Rohit Nirmal1-1/+1
2014-10-30Fix some warningsSean1-1/+1
2014-10-08Fix warnings in video_coreLioncash1-6/+6
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