summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Vulkan: fix regression.Gravatar FernandoS272021-11-161-14/+17
| * | | | | host_shaders: Misc copyright/style changesGravatar ameerj2021-11-164-10/+12
| * | | | | configure_graphics.ui: Cleanup scaling options and fix duplicate name warningGravatar ameerj2021-11-161-5/+5
| * | | | | FSR: Fix GCC build errorsGravatar ameerj2021-11-163-43/+50
| * | | | | Vulkan: Reimplement FSR constant generation functions to avoid GCC warningsGravatar Marshall Mohror2021-11-163-12/+145
| * | | | | vk_blit_screen: Fix AA destruction orderGravatar ameerj2021-11-161-9/+10
| * | | | | Presentation: Only use FP16 in scaling shaders on supported devices in VulkanGravatar Marshall Mohror2021-11-1615-116/+200
| * | | | | renderer_vulkan/blit_image: Use generic color state on Depth to Color blitsGravatar ameerj2021-11-161-1/+1
| * | | | | vk_texture_cache: Refactor 3D scaling helpersGravatar ameerj2021-11-162-113/+74
| * | | | | gl_rasterizer: Fix ScissorTest and Clear when scalingGravatar ameerj2021-11-161-10/+6
| * | | | | gl_texture_cache: Simplify scaling proceduresGravatar ameerj2021-11-162-57/+28
| * | | | | OpenGlTextureCache: Fix state invalidation on rescaling.Gravatar Fernando Sahmkow2021-11-163-2/+17
| * | | | | VulkanBufferCache: Avoid adding barriers between multiple copies.Gravatar Fernando Sahmkow2021-11-163-5/+43
| * | | | | HostShader: Fix gaussian and add attribution.Gravatar Fernando Sahmkow2021-11-161-23/+19
| * | | | | Yuzu UI: Add button for Anti AliasGravatar Fernando Sahmkow2021-11-163-0/+45
| * | | | | Vulkan: Fix FXAA in AMD.Gravatar Fernando Sahmkow2021-11-161-2/+40
| * | | | | Texture Cache: Fix blitting.Gravatar Fernando Sahmkow2021-11-161-2/+2
| * | | | | Vulkan: Implement FXAAGravatar FernandoS272021-11-163-22/+387
| * | | | | OpenGL: fix FXAA with scalingGravatar Marshall Mohror2021-11-162-9/+31
| * | | | | OpenGL: Implement FXAAGravatar Marshall Mohror2021-11-166-35/+194
| * | | | | Frontend: Add anti-aliasing method settingGravatar Marshall Mohror2021-11-165-0/+70
| * | | | | Settings: Add anti-aliasing method settingGravatar Marshall Mohror2021-11-162-0/+7
| * | | | | QtGUI: Add buttton to toggle the filter.Gravatar FernandoS272021-11-165-1/+61
| * | | | | VideoCore: Add gaussian filtering.Gravatar FernandoS272021-11-168-2/+140
| * | | | | TextureCache: Improve Reaper.Gravatar FernandoS272021-11-162-14/+26
| * | | | | Vulkan: fix waiting on semaphore.Gravatar FernandoS272021-11-161-1/+3
| * | | | | Update scaleforce to use FP16Gravatar Marshall Mohror2021-11-161-88/+55
| * | | | | VideoCore: Add more rescaling option.Gravatar FernandoS272021-11-163-7/+38
| * | | | | TextureCache: fix rescaling in aliases and overlap joins.Gravatar FernandoS272021-11-164-23/+48
| * | | | | Presentation: Fix turning FSR on and off in settingsGravatar Marshall Mohror2021-11-161-0/+11
| * | | | | Video Core: fix building for GCC.Gravatar Fernando Sahmkow2021-11-165-24/+42
| * | | | | Vulkan Rasterizer: Fix clears on integer textures.Gravatar FernandoS272021-11-163-1/+84
| * | | | | Texture cache: fix Intel with rescaler.Gravatar FernandoS272021-11-161-2/+2
| * | | | | TextureCache: Fix blitting filter in Vulkan and correct viewport/scissor calc...Gravatar FernandoS272021-11-162-20/+44
| * | | | | Texture Cache: fix memory managment and optimize scaled downloads, uploads.Gravatar Fernando Sahmkow2021-11-167-28/+57
| * | | | | Texture Cache: ease the requirements of textures being blacklisted.Gravatar Fernando Sahmkow2021-11-162-22/+7
| * | | | | Vulkan: Fix Blit Depth StencilGravatar Fernando Sahmkow2021-11-162-14/+20
| * | | | | Texture Cache: Fix downscaling and correct memory comsumption.Gravatar Fernando Sahmkow2021-11-168-36/+147
| * | | | | Presentation: add Nearest Neighbor filter.Gravatar Fernando Sahmkow2021-11-166-14/+67
| * | | | | externals: Add only included ffx-fsr headersGravatar ameerj2021-11-163-0/+3874
| * | | | | vulkan: Implement FidelityFX Super ResolutionGravatar Marshall Mohror2021-11-1611-17/+643
| * | | | | Texture Cache: Rescale conversions between depth and colorGravatar FernandoS272021-11-166-25/+37
| * | | | | Texture cache: Fix memory consumption and ignore rating when a depth texture ...Gravatar Fernando Sahmkow2021-11-163-7/+19
| * | | | | vulkan: Fix rescaling push constant usageGravatar ameerj2021-11-168-69/+78
| * | | | | Texture Cahe: Fix downscaling on SMO.Gravatar Fernando Sahmkow2021-11-165-0/+11
| * | | | | texture_cache_base: Remove unused function declarationsGravatar ameerj2021-11-161-8/+0
| * | | | | yuzu: Fix build errorsGravatar ameerj2021-11-161-1/+1
| * | | | | vk_texture_cache: Use 3D to scale images when blit is unsupportedGravatar ameerj2021-11-164-29/+87
| * | | | | texture_cache: Fix infinitely recursive ImageCanRescale checkGravatar ameerj2021-11-163-10/+13
| * | | | | vk_texture_cache: Fix BlitScale of non-2D imagesGravatar ameerj2021-11-161-10/+9