summaryrefslogtreecommitdiff
path: root/src/video_core/shader
AgeCommit message (Expand)Author
2019-11-14Shader_IR: Implement FLO instruction.Fernando Sahmkow
2019-11-14Merge pull request #3081 from ReinUsesLisp/fswzadd-shufflesFernando Sahmkow
2019-11-13Merge pull request #3084 from ReinUsesLisp/cast-warningsRodrigo Locatti
2019-11-08video_core: Silence implicit conversion warningsReinUsesLisp
2019-11-07shader_ir/warp: Implement FSWZADDReinUsesLisp
2019-11-07gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsicsReinUsesLisp
2019-11-07Merge pull request #3032 from ReinUsesLisp/simplify-control-flow-brxbunnei
2019-11-07shader/control_flow: Specify constness on caller lambdasRodrigo Locatti
2019-11-07shader/control_flow: Use callable template instead of std::functionReinUsesLisp
2019-11-07shader/control_flow: Abstract repeated code chunks in BRX trackingReinUsesLisp
2019-11-07shader/control_flow: Silence Intellisense cast warningsReinUsesLisp
2019-11-07shader/control_flow: Remove brace initializer in std containersReinUsesLisp
2019-11-07shader/decode: Reduce severity of arithmetic rounding warningsReinUsesLisp
2019-11-07shader/arithmetic: Reduce RRO stub severityReinUsesLisp
2019-11-07shader/texture: Remove NODEP warningsReinUsesLisp
2019-11-06Merge pull request #3039 from ReinUsesLisp/cleanup-samplersRodrigo Locatti
2019-10-30Shader_IR: Fix regression on TLD4Fernando Sahmkow
2019-10-30Shader_IR: Fix TLD4 and add Bindless Variant.Fernando Sahmkow
2019-10-29shader/node: Unpack bindless texture encodingReinUsesLisp
2019-10-26Merge pull request #2976 from FernandoS27/cache-fast-brx-rebasedRodrigo Locatti
2019-10-26Shader_IR: Address Feedback.Fernando Sahmkow
2019-10-26Merge pull request #3027 from lioncash/lookupRodrigo Locatti
2019-10-25Merge pull request #3013 from FernandoS27/tld4s-fixRodrigo Locatti
2019-10-25gl_shader_cache: Implement locker variants invalidationReinUsesLisp
2019-10-25gl_shader_disk_cache: Store and load fast BRXReinUsesLisp
2019-10-25const_buffer_locker: Minor style changesReinUsesLisp
2019-10-25gl_shader_decompiler: Move entries to a separate functionReinUsesLisp
2019-10-25Shader_IR: Implement Fast BRX and allow multi-branches in the CFG.Fernando Sahmkow
2019-10-25Shader_IR: Correct typo in Consistent method.Fernando Sahmkow
2019-10-25Shader_IR: allow lookup of texture samplers within the shader_ir for instruct...Fernando Sahmkow
2019-10-25Shader_IR: Implement Fast BRX and allow multi-branches in the CFG.Fernando Sahmkow
2019-10-25Shader_Cache: setup connection of ConstBufferLockerFernando Sahmkow
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...Fernando Sahmkow
2019-10-25Shader_IR: Implement BRX tracking.Fernando Sahmkow
2019-10-24shader_ir: Use std::array with pair instead of unordered_mapLioncash
2019-10-23video_core/shader: Resolve instances of variable shadowingLioncash
2019-10-22Shader_Ir: Fix TLD4S from using a component mask.Fernando Sahmkow
2019-10-22shader_ir/memory: Ignore global memory when tracking failsReinUsesLisp
2019-10-17video_core/shader/ast: Make ShowCurrentState() and SanityCheck() const member...Lioncash
2019-10-17video_core/shader/ast: Make ASTManager::Print a const member functionLioncash
2019-10-17video_core/shader/ast: Make ExprPrinter members privateLioncash
2019-10-17video_core/shader/ast: Make Indent() return a string_viewLioncash
2019-10-17video_core/shader/ast: Make Indent() privateLioncash
2019-10-17video_core/shader/ast: Rename Ident() to Indent()Lioncash
2019-10-17video_core/shader/ast: Make use of fmt where applicableLioncash
2019-10-17Merge pull request #2980 from lioncash/warnbunnei
2019-10-15control_flow: Silence truncation warningsLioncash
2019-10-15shader/node: std::move Meta instance within OperationNode constructorLioncash
2019-10-07shader/half_set_predicate: Fix HSETP2 for constant buffersReinUsesLisp
2019-10-07shader/half_set_predicate: Reduce DEBUG_ASSERT to LOG_DEBUGReinUsesLisp