-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Check for GLX_EXT_framebuffer_sRGB #748
Comments
This was referenced Mar 26, 2016
pierrechevalier83
added a commit
to pierrechevalier83/glutin
that referenced
this issue
Apr 13, 2016
* by accepting GLX_EXT_framebuffer_sRGB as a sRGB capable framebuffer * the new behaviour matches the wgl codel
tomaka
added a commit
that referenced
this issue
Apr 13, 2016
Fix pixel format support detection in glx. #748
pierrechevalier83
added a commit
to pierrechevalier83/glutin
that referenced
this issue
Apr 13, 2016
- to make the fix for rust-windowing#748 available to the repos downstream that need it
This was referenced Apr 13, 2016
Merged
pierrechevalier83
added a commit
to pierrechevalier83/glutin_window
that referenced
this issue
Apr 13, 2016
- to propagate fix for rust-windowing/glutin#748 downstream
pierrechevalier83
added a commit
to pierrechevalier83/piston_window
that referenced
this issue
Apr 13, 2016
- to propagate fix for rust-windowing/glutin#748 downstream
pierrechevalier83
added a commit
to pierrechevalier83/piston-examples
that referenced
this issue
Apr 13, 2016
- by propagating fix from rust-windowing/glutin#748
pierrechevalier83
added a commit
to pierrechevalier83/piston
that referenced
this issue
Apr 13, 2016
pierrechevalier83
added a commit
to pierrechevalier83/glutin_window
that referenced
this issue
Apr 13, 2016
- to propagate fix for rust-windowing/glutin#748 downstream
pierrechevalier83
added a commit
to PistonDevelopers/piston
that referenced
this issue
Apr 13, 2016
This is fixed on c68c0d9 |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This GLX code fails on some machines:
glxinfo seems to not feature the ARB version but it does have the EXT one:
Perhaps, we could check for EXT there as well?
The text was updated successfully, but these errors were encountered: