aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
2019-06-20shader: Decode SUST and implement backing image functionalityReinUsesLisp
2019-06-15Merge pull request #2538 from ReinUsesLisp/ssy-pbkZach Hilman
2019-06-07Merge pull request #2514 from ReinUsesLisp/opengl-compatZach Hilman
2019-06-07shader: Split SSY and PBK stackReinUsesLisp
2019-06-05shader: Use shared_ptr to store nodes and move initialization to fileReinUsesLisp
2019-06-05Merge pull request #2520 from ReinUsesLisp/vulkan-refreshbunnei
2019-05-30maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap modeReinUsesLisp
2019-05-26vk_device: Let formats array type be deducedReinUsesLisp
2019-05-26vk_shader_decompiler: Misc fixesReinUsesLisp
2019-05-26vk_device: Enable features when available and misc changesReinUsesLisp
2019-05-20shader: Implement S2R Tid{XYZ} and CtaId{XYZ}ReinUsesLisp
2019-05-19Merge pull request #2441 from ReinUsesLisp/al2pbunnei
2019-05-14Merge pull request #2461 from lioncash/unused-varMat M
2019-05-13Merge pull request #2413 from FernandoS27/opt-gpuRodrigo Locatti
2019-05-09renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInte...Lioncash
2019-05-02shader: Remove unused AbufNode Ipa modeReinUsesLisp
2019-04-28Merge pull request #2322 from ReinUsesLisp/wswitchbunnei
2019-04-21Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing.Fernando Sahmkow
2019-04-19Merge pull request #2409 from ReinUsesLisp/half-floatsbunnei
2019-04-19RasterizerCache Redesign: Flush Fernando Sahmkow
2019-04-18video_core: Silent -Wswitch warningsReinUsesLisp
2019-04-17Merge pull request #2318 from ReinUsesLisp/sampler-cachebunnei
2019-04-15vk_shader_decompiler: Add missing operationsReinUsesLisp
2019-04-15shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmeticReinUsesLisp
2019-04-15shader_ir/decode: Implement half float saturationReinUsesLisp
2019-04-14shader_ir: Implement STG, keep track of global memory usage and flushReinUsesLisp
2019-04-10vk_shader_decompiler: Implement flow primitivesReinUsesLisp
2019-04-10vk_shader_decompiler: Implement most common texture primitivesReinUsesLisp
2019-04-10vk_shader_decompiler: Implement texture decompilation helper functionsReinUsesLisp
2019-04-10vk_shader_decompiler: Implement Assign and LogicalAssignReinUsesLisp
2019-04-10vk_shader_decompiler: Implement non-OperationCode visitsReinUsesLisp
2019-04-10vk_shader_decompiler: Implement OperationCode decompilation interfaceReinUsesLisp
2019-04-10vk_shader_decompiler: Implement VisitReinUsesLisp
2019-04-10vk_shader_decompiler: Implement labels tree and flowReinUsesLisp
2019-04-10vk_shader_decompiler: Implement declarationsReinUsesLisp
2019-04-10vk_shader_decompiler: Declare and stub interface for a SPIR-V decompilerReinUsesLisp
2019-04-05video_core/engines: Remove unnecessary inclusions where applicableLioncash
2019-04-03Merge pull request #2302 from ReinUsesLisp/vk-swapchainbunnei
2019-04-02video_core: Abstract vk_sampler_cache into a templated classReinUsesLisp
2019-03-30Merge pull request #2297 from lioncash/reorderbunnei
2019-03-29vk_swapchain: Implement a swapchain managerReinUsesLisp
2019-03-27video_core: Amend constructor initializer list order where applicableLioncash
2019-03-27video_core: Add missing override specifiersLioncash
2019-03-20gpu: Move GPUVAddr definition to common_types.bunnei
2019-03-14gpu: Use host address for caching instead of guest address.bunnei
2019-03-12vk_sampler_cache: Use operator== instead of memcmpMat M
2019-03-12vk_sampler_cache: Implement a sampler cacheReinUsesLisp
2019-03-08Merge pull request #2191 from ReinUsesLisp/maxwell-to-vkbunnei
2019-03-05video_core/engines: Remove unnecessary includesLioncash
2019-03-04maxwell_to_vk: Initial implementationReinUsesLisp