Ryujinx/src/Ryujinx.Graphics.Vulkan/Effects/Shaders
ZenoArrows f39e89ece7
Add area sampling scaler to allow for super-sampled anti-aliasing. (#7304)
* Add area sampling scaler to allow for super-sampled anti-aliasing.

* Area scaling filter doesn't have a scaling level.

* Add further clarification to the tooltip on how to achieve supersampling.

* ShaderHelper: Merge the two CompileProgram functions.

* Convert tabs to spaces in area scaling shaders

* Fixup Vulkan and OpenGL project files.

* AreaScaling: Replace texture() by texelFetch() and use integer vectors.

No functional difference, but it cleans up the code a bit.

* AreaScaling: Delete unused sharpening level member.

Also rename _scale to _sharpeningLevel for clarity and consistency.

* AreaScaling: Delete unused scaleX/scaleY uniforms.

* AreaScaling: Force the alpha to 1 when storing the pixel.

* AreaScaling: Remove left-over sharpening buffer.
2024-09-17 15:30:50 -03:00
..
AreaScaling.glsl Add area sampling scaler to allow for super-sampled anti-aliasing. (#7304) 2024-09-17 15:30:50 -03:00
AreaScaling.spv Add area sampling scaler to allow for super-sampled anti-aliasing. (#7304) 2024-09-17 15:30:50 -03:00
FsrScaling.glsl Move solution and projects to src 2023-04-27 23:51:14 +02:00
FsrScaling.spv Move solution and projects to src 2023-04-27 23:51:14 +02:00
FsrSharpening.glsl Move solution and projects to src 2023-04-27 23:51:14 +02:00
FsrSharpening.spv Move solution and projects to src 2023-04-27 23:51:14 +02:00
Fxaa.glsl Move solution and projects to src 2023-04-27 23:51:14 +02:00
Fxaa.spv Move solution and projects to src 2023-04-27 23:51:14 +02:00
SmaaBlend.glsl Move solution and projects to src 2023-04-27 23:51:14 +02:00
SmaaBlend.spv Move solution and projects to src 2023-04-27 23:51:14 +02:00
SmaaEdge.glsl Move solution and projects to src 2023-04-27 23:51:14 +02:00
SmaaEdge.spv Move solution and projects to src 2023-04-27 23:51:14 +02:00
SmaaNeighbour.glsl Move solution and projects to src 2023-04-27 23:51:14 +02:00
SmaaNeighbour.spv Move solution and projects to src 2023-04-27 23:51:14 +02:00