aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_processor.cpp
AgeCommit message (Expand)Author
2017-08-07pica: upload shared shader code to both unitwwylele
2017-05-24Merge pull request #2697 from wwylele/proctexYuri Kunde Schlesner
2017-05-20pica/swrasterizer: implement procedural texturewwylele
2017-05-17pica: use correct register value for shader bool_uniformswwylele
2017-05-12Pica: Write GS registersJannik Vogel
2017-05-12Pica: Write shader registers in functionsJannik Vogel
2017-02-09VideoCore: Split regs.h inclusionsYuri Kunde Schlesner
2017-02-08VideoCore: Use union to index into Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner
2017-02-04VideoCore: Split geometry pipeline regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split rasterizer regs from Regs structYuri Kunde Schlesner
2017-01-29VideoCore: Split shader output writing from semantic loadingYuri Kunde Schlesner
2017-01-29VideoCore: Consistently use shader configuration to load attributesYuri Kunde Schlesner
2017-01-29VideoCore: Use correct register for immediate mode attribute countYuri Kunde Schlesner
2017-01-29VideoCore: Rename some types to more accurate namesYuri Kunde Schlesner
2017-01-29VideoCore: Change misleading register namesYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Move entry_point to SetupBatchYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetupYuri Kunde Schlesner
2017-01-25Shader: Remove OutputRegisters structYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Split shader uniform state and shader engineYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Use only entry_point as ShaderSetup paramYuri Kunde Schlesner
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