aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader
AgeCommit message (Expand)Author
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
2019-10-05video_core/control_flow: Eliminate variable shadowing warningsLioncash
2019-10-05video_core/control_flow: Eliminate pessimizing movesLioncash
2019-10-05video_core/ast: Unindent most of IsFullyDecompiled() by one levelLioncash
2019-10-05video_core/ast: Make ShowCurrentState() take a string_view instead of std::st...Lioncash
2019-10-05video_core/ast: Eliminate variable shadowing warningsLioncash
2019-10-05video_core/ast: Replace std::string with a constexpr std::string_viewLioncash
2019-10-05video_core/ast: Default the move constructor and assignment operatorLioncash
2019-10-05video_core/{ast, expr}: Organize forward declarationLioncash
2019-10-05video_core/expr: Supply operator!= along with operator==Lioncash
2019-10-05video_core/{ast, expr}: Use std::move where applicableLioncash
2019-10-05video_core/ast: Supply const accessors for data where applicableLioncash
2019-10-04Shader_ir: Address feedbackFernando Sahmkow
2019-10-04Shader_Ir: Address Feedback and clang format.Fernando Sahmkow
2019-10-04Shader_IR: clean up AST handling and add documentation.Fernando Sahmkow
2019-10-04Shader_IR: Correct OutwardMoves for IfsFernando Sahmkow
2019-10-04Shader_IR: corrections and clang-formatFernando Sahmkow
2019-10-04Shader_IR: allow else derivation to be optional.Fernando Sahmkow
2019-10-04vk_shader_compiler: Implement the decompiler in SPIR-VFernando Sahmkow
2019-10-04Shader_IR: mark labels as unused for partial decompile.Fernando Sahmkow