Summary: | glBlitFramebufferEXT fails when used on OS X with GLJPanel | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | VERIFIED INVALID | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 1 | ||
Hardware: | All | ||
OS: | macosx | ||
Type: | DEFECT | SCM Refs: | |
Workaround: | --- | ||
Attachments: |
JOGL program to toggle glBlitFramebufferEXT bug
C equivalent program to validate correctness |
Description
Sven Gothel
2010-03-24 07:51:49 CET
I have checked your example, and it shows that you use GLJPanel. Since it's not clear which strategy your GLJPanel is using (framebuffer, pbuffer, ..) and a FRAMEBUFFER change may interfere with GLJPanels own compisitioning, I mark this bug INVALID. We may have to check this GL feature with a NEWT version, or at least plain AWT. |