summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-29shader/node: Unpack bindless texture encodingReinUsesLisp
2019-10-29Merge pull request #3004 from ReinUsesLisp/maxwell3d-cleanupRodrigo Locatti
2019-10-28Merge pull request #3037 from FernandoS27/new-formatsRodrigo Locatti
2019-10-28maxwell_3d/kepler_compute: Remove unused arguments in GetTextureReinUsesLisp
2019-10-28video_core/textures: Remove unused index entry in FullTextureInfoReinUsesLisp
2019-10-28maxwell_3d: Remove unused method GetStageTexturesReinUsesLisp
2019-10-28Merge pull request #2971 from FernandoS27/new-scheduler-v2David
2019-10-27Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.Fernando Sahmkow
2019-10-27Merge pull request #3034 from ReinUsesLisp/w4244-maxwell3dbunnei
2019-10-27maxwell_3d: Silence implicit conversion warningsReinUsesLisp
2019-10-27astc: Silence implicit conversion warningsReinUsesLisp
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-25Shader_IR: Clang formatFernando Sahmkow
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-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 #2991 from lioncash/npadbunnei
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-19core: Fix clang-format errors.bunnei
2019-10-18Fix null pointer deref.Nicolae-Andrei Cociorba
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-17Merge pull request #2992 from lioncash/dmntbunnei
2019-10-17vk_shader_decompiler: Mark operator() function parameters as const referencesLioncash