aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common
AgeCommit message (Expand)Author
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-22vulkan_device: Require shaderClipDistance and shaderCullDistance featuresReinUsesLisp
2021-07-22shader: Fix bugs and build issues on GCCRodrigo Locatti
2021-07-22shader: Require dual source blendingReinUsesLisp
2021-07-22shader: Implement PIXLD.MY_INDEXReinUsesLisp
2021-07-22spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp
2021-07-22shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp
2021-07-22spirv: Rework storage buffers and shader memoryReinUsesLisp
2021-07-22shader: Implement ATOM/S and REDameerj
2021-07-22nsight_aftermath_tracker: Report used shaders to Nsight AftermathReinUsesLisp
2021-07-22shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp
2021-07-22shader: Implement VOTEameerj
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Add denorm flush supportReinUsesLisp
2021-07-22spirv: Add lower fp16 to fp32 passReinUsesLisp
2021-06-28Merge pull request #6502 from ameerj/vendor-titleMorph
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp
2021-06-23Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-20video_core: Add GPU vendor name to window title barameerj
2021-06-17vulkan_debug_callback: Skip logging known false-positive validation errorsameerj
2021-06-17Reaper: Correct size calculation on Vulkan.Fernando Sahmkow
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow
2021-06-16vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp
2021-05-27vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-04-14common: Move settings to common from core.bunnei
2021-04-11vulkan_device: Enable EXT_robustness2 featuresJoshua Ashton
2021-03-30vulkan_common: enable OpenGL interop on other UnicesJan Beich
2021-02-13vulkan_device: Require VK_EXT_robustness2ReinUsesLisp
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp
2021-02-13vulkan_device: Enable robustBufferAccessReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp
2021-02-13vulkan_common: Make interop extensions mandatoryReinUsesLisp
2021-02-13vulkan_device: Enable robust buffersReinUsesLisp
2021-02-13vulkan_device: Use designated initializers for featuresReinUsesLisp
2021-02-13vulkan_wrapper: Add memory barrier pipeline barrier helperReinUsesLisp
2021-02-13vulkan_device: Fix formatting of constantsReinUsesLisp
2021-02-13vulkan_wrapper: Add interop functionsReinUsesLisp
2021-02-13vulkan_instance: Initialize Vulkan instance in a separate threadReinUsesLisp
2021-02-13vulkan_wrapper: Pull Windows symbolsReinUsesLisp
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2021-01-27vulkan_device: Blacklist Intel from float16 math (#5798)Rodrigo Locatti
2021-01-24Merge pull request #5807 from ReinUsesLisp/vc-warningsLC
2021-01-24vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNAReinUsesLisp
2021-01-24video_core: Silence -Wmissing-field-initializers warningsReinUsesLisp
2021-01-23nsight_aftermath_tracker: Fix build issues when enabledReinUsesLisp
2021-01-17Merge pull request #5745 from lioncash/documentationRodrigo Locatti
2021-01-17video_core: Resolve -Wdocumentation warningsLioncash