aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
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
2021-11-16Texture Cache: More rescaling fixes.Fernando Sahmkow
2021-11-16Texture Cache: Implement Vulkan UpScaling & DownScalingFernando Sahmkow
2021-11-16VideoCore: Initial Setup for the Resolution Scaler.Fernando Sahmkow
2021-10-24Merge pull request #7206 from vonchenplus/fix_vulkan_viewport_issueFernando S
2021-10-23Merge pull request #7070 from FernandoS27/want-you-badAmeer J
2021-10-23Vulran Rasterizer: address feedback.Fernando Sahmkow
2021-10-22Fix vulkan viewport issueFeng Chen
2021-10-16Merge pull request #7077 from FernandoS27/face-downAmeer J
2021-10-16Merge pull request #7127 from FernandoS27/i-saw-a-wabbitAmeer J
2021-10-06Merge pull request #7118 from ameerj/vc-gpu-implFernando S
2021-10-04Vulkan: Fix failing barrier on refresh.Fernando Sahmkow
2021-10-04Vulkan: Fix the master SemaphoreFernandoS27
2021-10-03gpu: Migrate implementation to the cpp fileameerj
2021-09-28vk_graphics_pipeline: Force patch list topology when tessellation is usedameerj
2021-09-28Merge pull request #7076 from ameerj/amd-botwbunnei
2021-09-26Merge pull request #7078 from ameerj/vc-jthread-fixesMorph
2021-09-24general: Update style to clang-format-12ameerj
2021-09-23video_core: Fix jthread related hangs when stopping emulationameerj
2021-09-23vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and ea...ameerj
2021-09-24Vulkan Query Cache: make sure to wait for the query result.Fernando Sahmkow
2021-09-23Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.Fernando Sahmkow
2021-09-20Merge pull request #7003 from ameerj/unlocked-present-modebunnei