aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java
Commit message (Expand)AuthorAgeFilesLines
* GLReadBufferUtil: Set PACK_ROW_LENGTH for ES3 as well - also set ReadBuffer t...Sven Gothel2014-02-141-2/+5
* Bug 962 - AWTGLReadBufferUtil should use aligned BufferedImage [for resized i...Sven Gothel2014-02-131-12/+18
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-31/+31
* 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-9/+8
* Fix regression of commit 0a7bf77b8c0765f8a53dc72a8edab8e0496938ff - GLReadBuf...Sven Gothel2013-05-081-1/+1
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-081-32/+25
* GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...Sven Gothel2013-05-081-0/+1
* GLReadBufferUtil: Utilizing PixelBufferProvider; Adding AWTGLReadBufferUtil a...Sven Gothel2013-04-271-56/+90
* type: weather -> whether :) .. it's spring again :)Sven Gothel2013-04-181-1/+1
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-3/+14
* GLReadBufferUtil, ShaderUtil: Catch GLException (and dump if thrown), to incr...Sven Gothel2012-09-201-1/+3
* Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...Sven Gothel2012-08-171-0/+4
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-3/+9
* Fix GLReadBufferUtil for ES platforms: RGB read format may not be supported. ...Sven Gothel2012-02-221-13/+44
* Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-071-0/+181