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

SSAO uses a separable depth aware blur to improve performance #6870

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

mvaligursky
Copy link
Contributor

Based on the fantastic performance investigation done here: #6684, thanks @querielo !

A large kernel blur is split into separable vertical & horizontal blur.
Only box filtering is currently supported, Gaussian filtering has not been added yet due to higher cost to get similar quality in SSAO case.

Performance data:

image

@mvaligursky mvaligursky added performance Relating to load times or frame rate area: graphics Graphics related issue labels Aug 2, 2024
@mvaligursky mvaligursky requested a review from a team August 2, 2024 12:20
@mvaligursky mvaligursky self-assigned this Aug 2, 2024
@mvaligursky mvaligursky merged commit 07668c7 into main Aug 2, 2024
8 checks passed
@mvaligursky mvaligursky deleted the mv-ssa-separable-blur branch August 2, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue performance Relating to load times or frame rate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants