aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/GLPixelBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't handle gl...Sven Gothel2015-09-261-0/+4
* Bug 1135 - Cleanup: Class ownership change of static GL enumeratesSven Gothel2015-03-061-2/+2
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-8/+8
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-061-148/+341
* Findbugs.static_final_immutable: Use final qualifier for static immutable ins...Sven Gothel2014-07-081-3/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-15/+15
* Bug 962 - AWTGLReadBufferUtil should use aligned BufferedImage [for resized i...Sven Gothel2014-02-131-2/+12
* Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-081-0/+100
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+2
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-63/+63
* TileRendererBase: Add toString(), Proper tile unit test names, i.e. add NEWT ...Sven Gothel2013-09-051-1/+2
* GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati...Sven Gothel2013-09-041-19/+113
* Fix Bug 817 (1/2): GLPixelAttributes checks arguments and queried bytesPerPixelSven Gothel2013-08-161-1/+13
* StringBuffer -> StringBuilderSven Gothel2013-07-151-2/+2
* GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl...Sven Gothel2013-05-171-5/+6
* Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...Sven Gothel2013-05-091-5/+20
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-081-0/+253