aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in readT...Sven Gothel2015-09-281-2/+2
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-161-1/+1
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-6/+6
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-061-13/+13
* GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ...Sven Gothel2014-09-091-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-9/+9
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-261-2/+1
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-4/+4
* 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