Summary: | BuildComposablePipeline: getGL*() shall not return downstream.getGL*() [TraceGL* / DebugGL*] | ||
---|---|---|---|
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: |
d83d54f2aaf9b8389a64fba7a8c05c495873d941
|
Workaround: | --- |
Description
Sven Gothel
2013-10-29 09:35:39 CET
d83d54f2aaf9b8389a64fba7a8c05c495873d941 Regression of commit 0002fccdcd6383874b2813dc6bbe3e33f5f00924: "Trace/Debug shall utilize downstream identification for isGL*() and getGL*() methods." Using the downstream identification commit is right for the isGL*() case, however, getGL*() returned the downstream object which makes the caller loosing the pipeline! |