-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat(anti-aliasing): add anti-aliasing by FXAA #1385
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1385 +/- ##
==========================================
- Coverage 53.75% 53.70% -0.06%
==========================================
Files 449 450 +1
Lines 25668 25691 +23
Branches 2374 2375 +1
==========================================
- Hits 13798 13797 -1
- Misses 11870 11894 +24 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tyvm for working on this! Always cool to see graphics improvements 👀
LGTM, I just added some suggestions which I think would be nice to have and make this more flexible.
1c64209
to
5405b3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM! I left some more comments about potential things to improve/fix.
5405b3a
to
43b6e5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one final detail you forgot 😌
43b6e5f
to
6e31cd1
Compare
6e31cd1
to
9f33a4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clang-Tidy
found issue(s) with the introduced code (1/1)
9f33a4f
to
f6fe55c
Compare
Add anti-aliasing by FXAA
Added anti-aliasing using the FXAA technique.
Before
After
Checklist