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

OpenGL1: Overbright without gamma ramps #341

Open
zturtleman opened this issue May 8, 2023 · 0 comments
Open

OpenGL1: Overbright without gamma ramps #341

zturtleman opened this issue May 8, 2023 · 0 comments

Comments

@zturtleman
Copy link
Member

Fix the game being too dark when gamma ramps are not supported (on some GPUs or displays and in windowed mode) or disabled using r_ignorehwgamma 1. (SDL 3 is going to remove window gamma ramps altogether.) A simple option (compatible with all OpenGL versions) is drawing a white texture (1,1,1,1) with blend mode srcFactor=GL_DST_COLOR dstFactor=GL_ONE to effectively double the destination pixel values like done with overbright gamma ramps. Though I'm not sure about easy ways to supporting r_intensity and r_gamma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant