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

rendervulkan: Add PIXEL filter (band-limited pixel filter) #974

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

misyltoad
Copy link
Collaborator

Adds a "Sharp" filter which is a band-limited pixel filter based on
https://github.com/Themaister/Granite/blob/master/assets/shaders/inc/bandlimited_pixel_filter.h
by Hans-Kristian.

Also emulates bilinear sampling for HDR10 PQ content to blend in the right space.

Closes: #712

…ammas

Fixes blending of PQ/HDR10 and 10-bit sRGB surfaces
@misyltoad misyltoad changed the title rendervulkan: Add SHARP filter (band-limited pixel filter) rendervulkan: Add PIXEL filter (band-limited pixel filter) Oct 6, 2023
@misyltoad misyltoad merged commit 7f067de into master Oct 6, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Sharp Bilinear upscaling option for pixel-art games.
1 participant