aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_processor.cpp
AgeCommit message (Expand)Author
2017-01-25VideoCore/Shader: Extract input vertex loading code into functionYuri Kunde Schlesner
2016-12-21Merge pull request #2319 from yuriks/profile-scopesbunnei
2016-12-18Merge pull request #2318 from yuriks/trace-optbunnei
2016-12-16VideoCore/Shader: Extract DebugData out from UnitStateYuri Kunde Schlesner
2016-12-14VideoCore: Make profiling scope more representativeYuri Kunde Schlesner
2016-12-14VideoCore: Inline IsPicaTracingYuri Kunde Schlesner
2016-12-14VideoCore: Eliminate an unnecessary copy in the drawcall loopYuri Kunde Schlesner
2016-12-11Add all services to the Service namespaceLioncash
2016-11-27GPU: Remove the broken frame_skip option.Emmanuel Gil Peyrot
2016-11-23Cache Vertices instead of Output registers (#2165)jphalimi
2016-11-22Fix format error from #2195wwylele
2016-11-19GPU/CiTrace: Avoid calling GetTextures() when not necessary.Subv
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-07Pica: Add fog stateJannik Vogel
2016-05-31Merge pull request #1812 from JayFoxRox/refactor-shaderbunnei
2016-05-23Merge pull request #1733 from lioncash/vert_loaderbunnei
2016-05-16Retrieve shader result from new OutputRegisters-typeJannik Vogel
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-05-11Turn ShaderSetup into structJannik Vogel
2016-05-08vertex_loader: Add constructors to facilitate immediate and two-step initiali...Lioncash
2016-05-04Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationJannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-29Merge pull request #1730 from hrydgard/vertex-loaderbunnei
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-29Move and rename the MemoryAccesses class to MemoryAccessTracker.Henrik Rydgard
2016-04-28Don't keep base_address in the loader, it doesn't belong there (with it, the ...Henrik Rydgard
2016-04-28Refactor: Extract VertexLoader from command_processor.cpp.Henrik Rydgard
2016-04-28Remove late accesses to attribute_configHenrik Rydgard
2016-04-13shader: Remove unused 'state' argument from 'Setup' function.bunnei
2016-04-10Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)Jannik Vogel
2016-03-23Pica: Improve accuracy of immediate-mode supportYuri Kunde Schlesner
2016-03-17Merge pull request #1535 from JayFoxRox/fix-alignbunnei
2016-03-17video_core: Don't cast away constLioncash
2016-03-17PICA: Alignment happens locally in vertexJannik Vogel
2016-03-13PICA: Align vertex attributesJannik Vogel
2016-03-08renderer_base: Don't directly expose the rasterizer unique_ptrLioncash
2016-03-02Add immediate mode vertex submissionDwayne Slater
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