| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 5 | -209/+38 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78... | Sven Gothel | 2015-10-03 | 1 | -1/+1 |
* | Bug 1241 - Util's Texture.coords (image coordinates) not updated properly | Sven Gothel | 2015-10-02 | 1 | -22/+29 |
* | Improves a bit the documentation of ImageType | Julien Gouesse | 2015-08-19 | 1 | -5/+5 |
* | Improves a bit the documentation of ImageType and adds .ico and .cur into it | Julien Gouesse | 2015-08-19 | 1 | -23/+68 |
* | Bug 1042: ImageIOUtil -> ImageType + ImageType.Util ; Fix implementation and ... | Sven Gothel | 2015-08-19 | 8 | -1505/+1736 |
* | Bug 1042: ImageIOUtil: Use unique public static final const String identifiers | Sven Gothel | 2015-08-18 | 2 | -154/+1065 |
* | Bug 1042: ImageIOUtil: Left-Align branches for readability | Sven Gothel | 2015-08-18 | 1 | -100/+100 |
* | Deprecates SGIImage.isSGIImage() and DDSImage.isDDSImage(), see the bug repor... | Julien Gouesse | 2015-08-09 | 2 | -7/+14 |
* | Calls ImageIOUtil in TextureIO to detect the image format of a stream, see th... | Julien Gouesse | 2015-08-09 | 1 | -4/+7 |
* | Documents ImageIOUtil, see the bug report 1042 | Julien Gouesse | 2015-08-09 | 1 | -0/+17 |
* | Detection of the image format, first version (work in progress), see the bug ... | Julien Gouesse | 2015-08-09 | 1 | -0/+428 |
* | Bug 1135 - Cleanup: Class ownership change of static GL enumerates | Sven Gothel | 2015-03-06 | 6 | -16/+15 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 16 | -41/+41 |
* | Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered... | Sven Gothel | 2014-12-06 | 1 | -4/+4 |
* | GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ... | Sven Gothel | 2014-09-09 | 1 | -23/+4 |
* | Bug 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2 implem... | Sven Gothel | 2014-09-01 | 1 | -1/+5 |
* | Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' | Sven Gothel | 2014-07-08 | 1 | -3/+3 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 18 | -621/+624 |
* | Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture... | Sven Gothel | 2014-05-20 | 2 | -1/+34 |
* | Bug 801: Split GraphUI's TextureButton: TextureSeqButton (Base) and it's deri... | Sven Gothel | 2014-05-19 | 1 | -0/+176 |
* | Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m... | Sven Gothel | 2014-05-19 | 2 | -45/+33 |
* | Add TextureSequence.isTextureAvailable(), allowing triggering action only whe... | Sven Gothel | 2014-04-09 | 1 | -0/+6 |
* | Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th... | Sven Gothel | 2014-02-22 | 1 | -6/+6 |
* | TextureIO: Fix PNGTextureWriter Vertical-Flip, i.e. pass TextureData's getMus... | Sven Gothel | 2014-02-13 | 1 | -2/+2 |
* | TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec... | Sven Gothel | 2014-02-13 | 1 | -11/+29 |
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio... | Sven Gothel | 2014-01-08 | 2 | -358/+24 |
* | Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16 | Michael Esemplare | 2013-12-11 | 1 | -1/+32 |
* | Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima... | Sven Gothel | 2013-11-07 | 1 | -0/+3 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -1/+0 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 15 | -0/+63 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 20 | -409/+409 |
* | Fix Bug 826: GLJPanel: Fully restore TextureState and Viewport | Sven Gothel | 2013-09-20 | 1 | -0/+167 |
* | Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ... | Sven Gothel | 2013-09-07 | 1 | -3/+3 |
* | PNGImage: Bounds check in getPixelRGBA8(..) and setPixelRGBA8(..) | Sven Gothel | 2013-09-04 | 1 | -0/+8 |
* | GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati... | Sven Gothel | 2013-09-04 | 2 | -18/+20 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 1 | -1/+22 |
* | Texture: Add 'setMustFlipVertically(boolean)' allowing to change the flipped ... | Sven Gothel | 2013-08-30 | 1 | -4/+21 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 1 | -20/+8 |
* | TextureSequence: Add END_OF_STREAM_PTS, remove 'blocking' from getNextTexture... | Sven Gothel | 2013-08-23 | 1 | -9/+12 |
* | Texture: Add 'toString()' and 'getTextureObject()' w/o GL instance to read ex... | Sven Gothel | 2013-08-23 | 1 | -0/+20 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP | Sven Gothel | 2013-08-16 | 1 | -3/+11 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIP | Sven Gothel | 2013-08-14 | 1 | -1/+4 |
* | GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available... | Sven Gothel | 2013-08-10 | 1 | -4/+13 |
* | Fix Bug 744: Added support of RLE encoded .tga | Petr Skramovsky | 2013-07-17 | 1 | -21/+58 |
* | Texture: Fix 'premultiply alpha' semantics in API doc description. Texture cl... | Sven Gothel | 2013-07-17 | 1 | -9/+14 |
* | Texture: Skip glEnable/glDisable TEXTURE target if using a core context! | Sven Gothel | 2013-07-16 | 1 | -12/+14 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-15 | 1 | -2/+2 |
* | Remove deprecated methods. | Sven Gothel | 2013-07-04 | 1 | -6/+0 |
* | Texture: Add 'Order of Texture Commansa' and their semantics to API doc .. du... | Sven Gothel | 2013-07-03 | 1 | -12/+27 |