6895 Commits (35c2a7fa4634ae6a5012c13f1c2a4eb7b652df29)

Author SHA1 Message Date
Feng Chen dbfa89c40b Implement convert legacy to generic 5 years ago
Fernando Sahmkow 5e58fd30b6 TextureCache: Implement additional D24S8 convertions. 5 years ago
Fernando Sahmkow 57e1775bc8 TextureCache: force same image format when resolving an image. 5 years ago
Fernando Sahmkow 37459e821b TextureCache: Fix regression caused by ART and improve blit detection algorithm to be smarter. 5 years ago
Fernando Sahmkow a21d1447ab Vulkan: implement D24S8 <-> RGBA8 convertions. 5 years ago
Morph 39a49776b6 renderer_vulkan: Implement S8_UINT stencil format 5 years ago
ameerj b31bfc9ca5 gl_texture_cache: Round format conversion PBO to next power of 2 5 years ago
Morph be263c113c renderer_opengl: Implement S8_UINT stencil format 5 years ago
Morph c7bdf8825f video_core: Add S8_UINT stencil format 5 years ago
Feng Chen f4ee936f8b Fix image update/download error when width too small 5 years ago
ameerj ba5778b0e3 texture_cache: Use pixel format conversion when supported by the runtime 5 years ago
ameerj 902c3f97ce gl_texture_cache: Make FormatConversionPass more generic 5 years ago
ameerj 96df298438 gl_texture_cache: Rename BGRCopyPass to FormatConversionPass 5 years ago
Fernando Sahmkow 88936fc84a TextureCache: Fix Automatic Anisotropic. 5 years ago
FernandoS27 c136081f6e TextureCache: OGL query device memory if possible. 5 years ago
Fernando Sahmkow 923aab37f8 TextureCache: Fix OGL cleaning 5 years ago
Fernando Sahmkow c74619d266 TextureCache: Add automatic anisotropic filtering and refactor code. 5 years ago
Fernando Sahmkow 28fddb9c5e TextureCache: Make a better Anisotropic setter. 5 years ago
Fernando Sahmkow 45b03b3c9f Texture Cache: revert Image changes. 5 years ago
FernandoS27 9ba0a1e022 HostShader: fix Gaussian filter. 5 years ago
FernandoS27 b3494533e5 Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and make reaper more agressive on 4Gb GPUs. 5 years ago
ameerj 80b8b7c241 texture_cache: Refactor Render Target scaling function 5 years ago
ameerj 0299a48a5b gl_resource_manager: Ensure non EXT_framebuffer objects are created 5 years ago
FernandoS27 795daca444 Texture Cache: Fix memory usage on ScaleDown. 5 years ago
FernandoS27 74ce2f4f6f OpenGL: Fix viewport/Scissor scaling on downscaling. 5 years ago
FernandoS27 759bb872c3 Vulkan: fix regression. 5 years ago
ameerj 9db1c7f6c9 host_shaders: Misc copyright/style changes 5 years ago
ameerj 9f2bab53fd FSR: Fix GCC build errors 5 years ago
Marshall Mohror 71e8b72b01 Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings 5 years ago
ameerj 29ef93cc67 vk_blit_screen: Fix AA destruction order 5 years ago
Marshall Mohror c2f855fb98 Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan 5 years ago
ameerj 42b2b47f60 renderer_vulkan/blit_image: Use generic color state on Depth to Color blits 5 years ago
ameerj d8e0e95991 vk_texture_cache: Refactor 3D scaling helpers 5 years ago
ameerj 572315d46b gl_rasterizer: Fix ScissorTest and Clear when scaling 5 years ago
ameerj 904f32975e gl_texture_cache: Simplify scaling procedures 5 years ago
Fernando Sahmkow 1ecaca64b4 OpenGlTextureCache: Fix state invalidation on rescaling. 5 years ago
Fernando Sahmkow 4462c6ee38 VulkanBufferCache: Avoid adding barriers between multiple copies. 5 years ago
Fernando Sahmkow 59680838a9 HostShader: Fix gaussian and add attribution. 5 years ago
Fernando Sahmkow e3e55f450f Vulkan: Fix FXAA in AMD. 5 years ago
Fernando Sahmkow ceace57320 Texture Cache: Fix blitting. 5 years ago
FernandoS27 0a3e7c6f14 Vulkan: Implement FXAA 5 years ago
Marshall Mohror 598aaf3d74 OpenGL: fix FXAA with scaling 5 years ago
Marshall Mohror be286aaa66 OpenGL: Implement FXAA 5 years ago
FernandoS27 9fa06bcc03 QtGUI: Add buttton to toggle the filter. 5 years ago
FernandoS27 f54d6dee54 VideoCore: Add gaussian filtering. 5 years ago
FernandoS27 52fc766daf TextureCache: Improve Reaper. 5 years ago
FernandoS27 6db528fb65 Vulkan: fix waiting on semaphore. 5 years ago
Marshall Mohror 887480c513 Update scaleforce to use FP16 5 years ago
FernandoS27 564caa296b TextureCache: fix rescaling in aliases and overlap joins. 5 years ago
Marshall Mohror 62092586a1 Presentation: Fix turning FSR on and off in settings 5 years ago