Summary: | Access and query shared master GLContext in a deterministic fashion ; Don't use arbitrary shared context as 'master'. | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | sgothel |
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
011e13e22fd52d2e82697ffee6b4c9ca8f3d549a
|
Workaround: | --- |
Description
Sven Gothel
2014-08-30 00:32:58 CEST
(In reply to comment #0) > - Constrain the shared context set to _only_ one unique master context, > to avoid confusion - fail fast! (throw exception). Such constraint would break compatibility with pre-existing applications as well as restrict shared context usage (allowed in GL spec, i.e. not forbidden). Instead, the shared-context mapping shall map each shared-master to a shared-slave within one shared-context-set, allowing deterministic and individual shared-master queries! commit 011e13e22fd52d2e82697ffee6b4c9ca8f3d549a implements/fixes issue as described. |