-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Everything is super dark in epiphany #794
Comments
It seems to me using wrong surface format. |
Maybe linear RGB? |
when i wrote vulkano backend it suffers color glitch on UNORM not on SRGB . |
I tested webgl 1 with Srgb Texture support . |
you need to test your browser and hardware by accessing to below. |
this site don't report GPU name correctly so we must determine your hardware more. |
It's a Radeon RX 5700 XT using the open source drivers. |
I think webkitGTK problem not egui or gfx driver. |
No other GPU. |
Perhaps we can use |
I fixed it by reapply sRGB correcting in post process |
I found midori also have this issue. |
Describe the bug
The demo web app is super dark in epiphany. See screenshot below.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should look like it does in other web browsers (e.g. Firefox).
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: