aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/awt/AWTGLPixelBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-161-2/+2
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-3/+3
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-061-47/+148
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-13/+14
* Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ...Sven Gothel2013-11-211-13/+17
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+4
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-39/+39
* GLJPanel/AWTGLPixelBuffer: Reused BufferedImage didn't account for row-stride...Sven Gothel2013-10-021-1/+38
* GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati...Sven Gothel2013-09-041-35/+10
* StringBuffer -> StringBuilderSven Gothel2013-07-151-2/+2
* Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...Sven Gothel2013-05-091-12/+37
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-081-0/+203