aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_processor.cpp
AgeCommit message (Expand)Author
2015-11-09GPU/Loaders: Log an error when a loader tries to load from a component beyond...Subv
2015-09-11video_core: Reorganize headersLioncash
2015-09-02video_core: Fix format specifiers warningsaroulin
2015-08-30Merge pull request #1059 from Subv/vertex_offsetbunnei
2015-08-30GPU: Implemented register 0x22A.Subv
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-16Merge pull request #997 from Lectem/cmdlist_full_debugTony Wasserka
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each...Tony Wasserka
2015-08-15Shader: Define a common interface for running vertex shader programs.bunnei
2015-08-15Shader: Move shader code to its own subdirectory, "shader".bunnei
2015-08-15GPU: Refactor "VertexShader" namespace to "Shader".bunnei
2015-08-04Videocore: Implement simple vertex cachingYuri Kunde Schlesner
2015-07-29Merge pull request #963 from yuriks/gpu-fixesbunnei
2015-07-26citra-qt/command list: Add mask columnLectem
2015-07-26VideoCore: #ifdef out some debugging routinesYuri Kunde Schlesner
2015-07-25Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner
2015-07-23VideoCore: Fix values of unset components in input attribute arraysYuri Kunde Schlesner
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv
2015-07-21Merge pull request #929 from neobrain/geoshader_definitionsTony Wasserka
2015-07-19Video_Core : Type fixeszawata
2015-07-19Video_Core : Fix Conversion Warningszawata
2015-07-15Pica/Shader: Add geometry shader definitions.Tony Wasserka
2015-07-15Pica/CommandProcessor: Move default attribute setup to the proper position.Tony Wasserka
2015-07-13Clean up command_processor.cpp.Tony Wasserka
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-31Pica: Implement command buffer execution registers.bunnei
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