Bug 909 - GLJPanel's singleton AWTGLPixelBuffer derived BufferedImage not re-created when required
Summary: GLJPanel's singleton AWTGLPixelBuffer derived BufferedImage not re-created wh...
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: awt (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-11-21 01:38 CET by Sven Gothel
Modified: 2013-11-21 01:43 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
94f3c1b5d3af65cf9d985833b2c8e40ec1af4592
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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