aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/awt/AWTGLReadBufferUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1381: Keep host PixelFormat functional using requested immutable alphaReq...Sven Gothel2019-05-131-4/+10
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-3/+3
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-0/+3
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-3/+3
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-4/+4
* Bug 962 - AWTGLReadBufferUtil should use aligned BufferedImage [for resized i...Sven Gothel2014-02-131-2/+44
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-6/+6
* Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ...Sven Gothel2013-09-071-9/+2
* GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati...Sven Gothel2013-09-041-1/+1
* GLReadBufferUtil.readPixels(..): Use plain int values for inWidth/inHeight, i...Sven Gothel2013-09-031-3/+1
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-081-19/+6
* GLReadBufferUtil: Utilizing PixelBufferProvider; Adding AWTGLReadBufferUtil a...Sven Gothel2013-04-271-0/+89