arbrk1

Results 3 comments of arbrk1

@kvark [glxinfo.txt](https://github.com/PistonDevelopers/piston_window/files/234646/glxinfo.txt)

@kvark Yes, there is GL_ARB_framebuffer_sRGB in my glxinfo output, but in a wrong section. glutin queries the extension info by means of ``` rust let extensions = glx.QueryExtensionsString(display as *mut...

@bvssvni sdl2_window backend works perfectly for my configuration. As I understand (looking at `src/video/x11/SDL_x11opengl.c` from SDL2) SDL2 passes a requirement for an SRGB-compatible context directly to `glXChooseFBConfig` while glutin introduces...