KhronosGroup / KhronosGroup/OpenGL-API
[GLX] Error generated on failure to create an indirect GLX context is unspecified
Open
- Dominant language
- No language data
- Stars
- 42
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
glXCreateContext, glXCreateNewContext, and glXCreateContextAttribsARB will generate an error if the "direct" argument is False but the server does does not allow indirect GLX contexts, which has been X.org's default behavior for some time. However the GLX specification does not mention what the error should be in this case. For example, Mesa's server-side GLX implementation will generate a different error than NVIDIA's.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.