summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
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-24Merge pull request #3028 from lioncash/constexprRodrigo Locatti
2019-10-24shader_bytecode: Make Matcher constexpr capableLioncash
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-22Merge pull request #2995 from ReinUsesLisp/ignore-gmemFernando Sahmkow
2019-10-22Merge pull request #2983 from lioncash/fallthroughFernando Sahmkow
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-20maxwell_3d: Reduce FlushMMEInlineDraw logging to TraceReinUsesLisp
2019-10-18Merge pull request #2994 from lioncash/fmtRodrigo Locatti
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-17Merge pull request #2993 from lioncash/vulkan-exprRodrigo Locatti
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-17vk_shader_decompiler: Mark operator() function parameters as const referencesLioncash
2019-10-17Merge pull request #2966 from FernandoS27/astc-formatsRodrigo Locatti
2019-10-17Merge pull request #2979 from lioncash/macroRodrigo Locatti
2019-10-17Fermi2D: Use a different formula for delimiting blit areas.Fernando Sahmkow
2019-10-17video_core/macro_interpreter: Make definitions of most private enums/unions h...Lioncash
2019-10-17Merge pull request #2980 from lioncash/warnbunnei
2019-10-17Fermi2D: limit blit area to only available areaFernando Sahmkow
2019-10-16Merge pull request #2978 from lioncash/doxygenRodrigo Locatti
2019-10-16Merge pull request #2982 from lioncash/surfaceRodrigo Locatti
2019-10-16Merge pull request #2912 from FernandoS27/async-fixesbunnei
2019-10-15Merge pull request #2984 from lioncash/fallthrough2Rodrigo Locatti
2019-10-15video_core/surface: Add missing break in PixelFormatFromTextureFormat()Lioncash
2019-10-15Merge pull request #2981 from lioncash/copyRodrigo Locatti
2019-10-15vk_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...Lioncash
2019-10-15gl_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...Lioncash
2019-10-15texture_cache: Avoid unnecessary surface copies within PickStrategy() and Try...Lioncash
2019-10-15control_flow: Silence truncation warningsLioncash
2019-10-15gl_shader_decompiler: Make ExprDecompiler's GetResult() a const member functionLioncash
2019-10-15gl_shader_decompiler: Use a std::string_view with GetDeclarationWithSuffix()Lioncash
2019-10-15gl_shader_decompiler: Fold flow_var constant into GetFlowVariable()Lioncash
2019-10-15gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const r...Lioncash
2019-10-15gl_shader_decompiler: Pass by reference to GenerateTextureArgument()Lioncash
2019-10-15gl_shader_decompiler: Use std::holds_alternative within GenerateTexture()Lioncash
2019-10-15shader/node: std::move Meta instance within OperationNode constructorLioncash
2019-10-15gl_shader_decompiler: Avoid unnecessary copies of MetaImageLioncash
2019-10-15maxwell_3d: Silence truncation warningsLioncash
2019-10-15Merge pull request #2972 from lioncash/systembunnei
2019-10-15video_core/gpu: Remove use of the global system accessorLioncash