aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
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
2021-11-16vk_texture_cache: Fix early returns on unsupported scalesameerj
2021-11-16video_core: Misc resolution scaling related refactoringameerj
2021-11-16Texture Cache: Fix Rescaling on MultisampleFernando Sahmkow
2021-11-16TextureCache: Base fixes on rescaling.Fernando Sahmkow
2021-11-16vk_texture_cache: Simplify scaled image managementameerj
2021-11-16vk_rasterizer: Fix scaling on Y_NEGATEameerj
2021-11-16vk_texture_cache: Use nearest neighbor scaling when availableameerj
2021-11-16vk_texture_cache: Minor cleanupameerj
2021-11-16Renderers: Unify post processing filter shadersameerj
2021-11-16Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow
2021-11-16Texture Cache: fix scaling on upload and stop scaling on base resolution.Fernando Sahmkow
2021-11-16emit_spirv: Fix RescalingLayout alignmentameerj
2021-11-16emit_spirv: Fix RescalingLayout alignmentameerj
2021-11-16shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp
2021-11-16shader: Properly blacklist and scale image loadsReinUsesLisp
2021-11-16texture_cache: Add getter to query if image view is rescaledReinUsesLisp
2021-11-16vk_rasterizer: Minor style changeReinUsesLisp
2021-11-16texture_cache: Simplify image view queries and blacklistingReinUsesLisp
2021-11-16Vulkan: Fix downscaling Blit.Fernando Sahmkow
2021-11-16Vulkan: Fix AA when rescaling.Fernando Sahmkow
2021-11-16Texture Cache: Implement Blacklisting.Fernando Sahmkow
2021-11-16vulkan: Implement rescaling shader patchingReinUsesLisp
2021-11-16vk_texture_cache: Properly scale blit source imagesReinUsesLisp
2021-11-16vk_graphics_pipeline: Use Shader::NumDescriptors when possibleReinUsesLisp
2021-11-16vk_texture_cache: Simplify and optimize scaling blitsReinUsesLisp
2021-11-16vk_texture_cache: Fix scaling blit validation errorsReinUsesLisp
2021-11-16Fix blits with mipsReinUsesLisp
2021-11-16Fix blitsReinUsesLisp
2021-11-16TextureCache: Fix rescaling of ImageCopiesFernando Sahmkow
2021-11-16TextureCache: Modify Viewports/Scissors according to Rescale.Fernando Sahmkow