aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_processor.cpp
AgeCommit message (Expand)Author
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22OpenGL renderertfarley
2015-05-17GPU/DefaultAttributes: Clear up a comment in command_processorSubv
2015-05-17GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the ...Subv
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-05-06GPU: Implemented default vertex shader attributes.Subv
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-18Pica/CommandProcessor: Properly implement shader load destination offset regi...Tony Wasserka
2015-02-18Pica/CommandProcessor: Work around initialized vertex attributes some more.Tony Wasserka
2014-12-31Pica/CommandProcessor: Cleanups.Tony Wasserka
2014-12-31Pica/CommandProcessor: Workaround games not setting the input position's w co...Tony Wasserka
2014-12-31Pica/CommandProcessor: Add support for integer uniforms.Tony Wasserka
2014-12-28GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei
2014-12-22Merge pull request #322 from chinhodado/masterbunnei
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-21More warning cleanupsChin
2014-12-20License changepurpasmart96
2014-12-20Pica: Add support for boolean uniforms.Tony Wasserka
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka
2014-12-20Pica/CommandProcessor: Add a safety check for invalid (?) GPU configurations.Tony Wasserka
2014-12-20Pica/CommandProcessor: Fix vertex decoding if multiple memory areas are acces...Tony Wasserka
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-09GSP: Trigger GPU interrupts at more accurate locations.bunnei
2014-12-09GPU: Fixed bug in command list size decoding.bunnei
2014-12-09Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka
2014-11-30Silence a few -Wsign-compare warnings.Rohit Nirmal
2014-10-29Fix some warningsSean
2014-10-07Fix warnings in video_coreLioncash
2014-08-25Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...Tony Wasserka
2014-08-25Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25Pica/CommandProcessor: Implement parameter masking.Tony Wasserka
2014-08-25Pica: Add debug utility functions for dumping geometry data.Tony Wasserka
2014-08-12Pica: Add primitive assembly stage.Tony Wasserka
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka
2014-08-12Pica: Implement vertex loading.Tony Wasserka
2014-08-12Pica: Add command processor.Tony Wasserka