-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix issues related to sRGB correct rendering #140
Comments
|
ensisoft
added a commit
that referenced
this issue
Sep 30, 2023
Update the sRGB test cases in the graphics test app and document the findings in graphics/README.md. - The sRGB default frame buffer test now "makes sense" with the conclusion that the implementation doesn't do correct sRGB conversion for the gl_FragColor values. - The sRGB texture test works as expected. Issue #140
ensisoft
added a commit
that referenced
this issue
Sep 30, 2023
Update the sRGB test cases in the graphics test app and document the findings in graphics/README.md. - The sRGB default frame buffer test now "makes sense" with the conclusion that the implementation doesn't do correct sRGB conversion for the gl_FragColor values. - The sRGB texture test works as expected. Issue #140
ensisoft
changed the title
Fix issues related to sRGB encoded color picking
Fix issues related to sRGB correct rendering
Oct 3, 2023
ensisoft
added a commit
that referenced
this issue
Oct 24, 2023
Add base Color4f sRGB encode/decode utility functions. Issue #140
ensisoft
added a commit
that referenced
this issue
Oct 24, 2023
Add base Color4f sRGB encode/decode utility functions. Issue #140
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: