Bug 909

Summary: GLJPanel's singleton AWTGLPixelBuffer derived BufferedImage not re-created when required
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: awtAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
94f3c1b5d3af65cf9d985833b2c8e40ec1af4592
Workaround: ---

Description Sven Gothel 2013-11-21 01:38:49 CET
GLJPanel must validate whether it's local BufferedImage's DataBuffer is sourced
by the current singleton AWTGLPixelBuffer.

Case:
GLJPanel-B has created a new singleton AWTGLPixelBuffer w/ increased size.
Previous created GLJPanel-A's local BufferedImage's DataBuffer is no more sourced
by the singleton AWTGLPixelBuffer and hence must be re-created.
Comment 1 Sven Gothel 2013-11-21 01:43:32 CET
94f3c1b5d3af65cf9d985833b2c8e40ec1af4592 
  fixed as described