aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_processor.cpp
AgeCommit message (Expand)Author
2016-02-24Merge pull request #1395 from ds84182/padding-attributesbunnei
2016-02-20Fix out of bounds array access when loading a component >= 12Dwayne Slater
2016-02-20Add support for padding vertex attributesDwayne Slater
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2016-02-05pica_types: Replace float24/20/16 with a template class.bunnei
2016-02-05command_processor: Add an assertion to ensure LUTs are not written past their...bunnei
2016-02-05pica: Implement fragment lighting LUTs.bunnei
2016-01-17command_processor: Get rid of variable shadowingLioncash
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
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