aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/texture
Commit message (Expand)AuthorAgeFilesLines
* Remove deprectated classes and methodsSven Gothel2015-10-155-209/+38
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-031-1/+1
* Bug 1241 - Util's Texture.coords (image coordinates) not updated properlySven Gothel2015-10-021-22/+29
* Improves a bit the documentation of ImageTypeJulien Gouesse2015-08-191-5/+5
* Improves a bit the documentation of ImageType and adds .ico and .cur into itJulien Gouesse2015-08-191-23/+68
* Bug 1042: ImageIOUtil -> ImageType + ImageType.Util ; Fix implementation and ...Sven Gothel2015-08-198-1505/+1736
* Bug 1042: ImageIOUtil: Use unique public static final const String identifiersSven Gothel2015-08-182-154/+1065
* Bug 1042: ImageIOUtil: Left-Align branches for readabilitySven Gothel2015-08-181-100/+100
* Deprecates SGIImage.isSGIImage() and DDSImage.isDDSImage(), see the bug repor...Julien Gouesse2015-08-092-7/+14
* Calls ImageIOUtil in TextureIO to detect the image format of a stream, see th...Julien Gouesse2015-08-091-4/+7
* Documents ImageIOUtil, see the bug report 1042Julien Gouesse2015-08-091-0/+17
* Detection of the image format, first version (work in progress), see the bug ...Julien Gouesse2015-08-091-0/+428
* Bug 1135 - Cleanup: Class ownership change of static GL enumeratesSven Gothel2015-03-066-16/+15
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0216-41/+41
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-061-4/+4
* GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ...Sven Gothel2014-09-091-23/+4
* Bug 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2 implem...Sven Gothel2014-09-011-1/+5
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-081-3/+3
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0318-621/+624
* Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...Sven Gothel2014-05-202-1/+34
* Bug 801: Split GraphUI's TextureButton: TextureSeqButton (Base) and it's deri...Sven Gothel2014-05-191-0/+176
* Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m...Sven Gothel2014-05-192-45/+33
* Add TextureSequence.isTextureAvailable(), allowing triggering action only whe...Sven Gothel2014-04-091-0/+6
* Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th...Sven Gothel2014-02-221-6/+6
* TextureIO: Fix PNGTextureWriter Vertical-Flip, i.e. pass TextureData's getMus...Sven Gothel2014-02-131-2/+2
* TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec...Sven Gothel2014-02-131-11/+29
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-082-358/+24
* Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16Michael Esemplare2013-12-111-1/+32
* Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima...Sven Gothel2013-11-071-0/+3
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-1/+0
* jogl: add missing @Override annotationsHarvey Harrison2013-10-1715-0/+63
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1720-409/+409
* Fix Bug 826: GLJPanel: Fully restore TextureState and ViewportSven Gothel2013-09-201-0/+167
* Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ...Sven Gothel2013-09-071-3/+3
* PNGImage: Bounds check in getPixelRGBA8(..) and setPixelRGBA8(..)Sven Gothel2013-09-041-0/+8
* GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati...Sven Gothel2013-09-042-18/+20
* GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-301-1/+22
* Texture: Add 'setMustFlipVertically(boolean)' allowing to change the flipped ...Sven Gothel2013-08-301-4/+21
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONESven Gothel2013-08-241-20/+8
* TextureSequence: Add END_OF_STREAM_PTS, remove 'blocking' from getNextTexture...Sven Gothel2013-08-231-9/+12
* Texture: Add 'toString()' and 'getTextureObject()' w/o GL instance to read ex...Sven Gothel2013-08-231-0/+20
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIPSven Gothel2013-08-161-3/+11
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIPSven Gothel2013-08-141-1/+4
* GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...Sven Gothel2013-08-101-4/+13
* Fix Bug 744: Added support of RLE encoded .tgaPetr Skramovsky2013-07-171-21/+58
* Texture: Fix 'premultiply alpha' semantics in API doc description. Texture cl...Sven Gothel2013-07-171-9/+14
* Texture: Skip glEnable/glDisable TEXTURE target if using a core context!Sven Gothel2013-07-161-12/+14
* StringBuffer -> StringBuilderSven Gothel2013-07-151-2/+2
* Remove deprecated methods.Sven Gothel2013-07-041-6/+0
* Texture: Add 'Order of Texture Commansa' and their semantics to API doc .. du...Sven Gothel2013-07-031-12/+27