Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TAA fixes and improvements #8318

Merged
merged 1 commit into from
Dec 18, 2024
Merged

TAA fixes and improvements #8318

merged 1 commit into from
Dec 18, 2024

Conversation

pixelflinger
Copy link
Collaborator

  • use a lanczos filter for sampling the color buffer, instead of a blackman-Harris window. This improves sharpness quite a bit.

  • some cleanups of the shader code

  • never use YCoCg when rectification is not enabled.

  • fix the calculation of the confidence paramter when upscaling is used.

Upscaling works a lot better now, but it is still work in progress.

- use a lanczos filter for sampling the color buffer, instead of a
  blackman-Harris window. This improves sharpness quite a bit.

- some cleanups of the shader code

- never use YCoCg when rectification is not enabled.

- fix the calculation of the confidence paramter when upscaling is used.


Upscaling works a lot better now, but it is still work in progress.
@pixelflinger pixelflinger added the internal Issue/PR does not affect clients label Dec 18, 2024
@pixelflinger pixelflinger merged commit 8724995 into main Dec 18, 2024
13 checks passed
@pixelflinger pixelflinger deleted the ma/lanczos branch December 18, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants