aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
2021-12-08renderer_vulkan: Add R16G16_UINTMorph
2021-11-28Merge pull request #7396 from FernandoS27/blit-this-mfFernando S
2021-11-22Texture Cache: Always copy on NVIDIA.Fernando Sahmkow
2021-11-22TextureCache: Simplify blitting of D24S8 formats and fix bugs.Fernando Sahmkow
2021-11-21VulkanTexturECache: Use reinterpret on D32_S8 formats.Fernando Sahmkow
2021-11-20vk_texture_cache: Mark VkBufferUsageFlags as static constexprMorph
2021-11-20vk_blit_image: Consolidate CreatePipelineTargetEx functionsMorph
2021-11-20Merge pull request #7368 from FernandoS27/vulkan-convbunnei
2021-11-20TextureCache: Refactor and fix linux compiling.Fernando Sahmkow
2021-11-20TextureCache: Implement buffer copies on Vulkan.Fernando Sahmkow
2021-11-20TextureCache: Add R16G16 to D24S8 converter.Fernando Sahmkow
2021-11-19TextureCache: Add B10G11R11 to D24S8 converter.Fernando Sahmkow
2021-11-19Merge pull request #7357 from Morph1984/s8_uintbunnei
2021-11-19TextureCache: Implement additional D24S8 convertions.Fernando Sahmkow
2021-11-19Vulkan: implement D24S8 <-> RGBA8 convertions.Fernando Sahmkow
2021-11-18renderer_vulkan: Implement S8_UINT stencil formatMorph
2021-11-16texture_cache: Use pixel format conversion when supported by the runtimeameerj
2021-11-17TextureCache: Fix OGL cleaningFernando Sahmkow
2021-11-16TextureCache: Add automatic anisotropic filtering and refactor code.Fernando Sahmkow
2021-11-16TextureCache: Make a better Anisotropic setter.Fernando Sahmkow
2021-11-16Vulkan: fix regression.FernandoS27
2021-11-16FSR: Fix GCC build errorsameerj
2021-11-16Vulkan: Reimplement FSR constant generation functions to avoid GCC warningsMarshall Mohror
2021-11-16vk_blit_screen: Fix AA destruction orderameerj
2021-11-16Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror
2021-11-16renderer_vulkan/blit_image: Use generic color state on Depth to Color blitsameerj
2021-11-16vk_texture_cache: Refactor 3D scaling helpersameerj
2021-11-16VulkanBufferCache: Avoid adding barriers between multiple copies.Fernando Sahmkow
2021-11-16Vulkan: Fix FXAA in AMD.Fernando Sahmkow
2021-11-16Vulkan: Implement FXAAFernandoS27
2021-11-16VideoCore: Add gaussian filtering.FernandoS27
2021-11-16Vulkan: fix waiting on semaphore.FernandoS27
2021-11-16TextureCache: fix rescaling in aliases and overlap joins.FernandoS27
2021-11-16Presentation: Fix turning FSR on and off in settingsMarshall Mohror
2021-11-16Video Core: fix building for GCC.Fernando Sahmkow
2021-11-16Vulkan Rasterizer: Fix clears on integer textures.FernandoS27
2021-11-16Texture cache: fix Intel with rescaler.FernandoS27
2021-11-16TextureCache: Fix blitting filter in Vulkan and correct viewport/scissor calc...FernandoS27
2021-11-16Texture Cache: fix memory managment and optimize scaled downloads, uploads.Fernando Sahmkow
2021-11-16Vulkan: Fix Blit Depth StencilFernando Sahmkow
2021-11-16Texture Cache: Fix downscaling and correct memory comsumption.Fernando Sahmkow
2021-11-16Presentation: add Nearest Neighbor filter.Fernando Sahmkow
2021-11-16vulkan: Implement FidelityFX Super ResolutionMarshall Mohror
2021-11-16Texture Cache: Rescale conversions between depth and colorFernandoS27
2021-11-16Texture cache: Fix memory consumption and ignore rating when a depth texture ...Fernando Sahmkow
2021-11-16vulkan: Fix rescaling push constant usageameerj
2021-11-16vk_texture_cache: Use 3D to scale images when blit is unsupportedameerj
2021-11-16vk_texture_cache: Fix BlitScale of non-2D imagesameerj
2021-11-16video_core: Refactor resolution scale functionameerj
2021-11-16vk_texture_cache: Fix unsupported blit format error checkingameerj