| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bug 724: Add manual unit test, incr. PNGImage verbosity. | Sven Gothel | 2013-07-02 | 1 | -1/+2 |
* | Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/... | Sven Gothel | 2013-05-08 | 2 | -180/+38 |
* | GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi... | Sven Gothel | 2013-05-08 | 2 | -0/+19 |
* | TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J... | Sven Gothel | 2013-04-27 | 3 | -82/+312 |
* | Add missing JogAmp (c) note - using date of 1st JogAmp edit. | Sven Gothel | 2013-04-27 | 2 | -0/+2 |
* | Move JPEGDecoder.PixelStorage -> TextureData.ColorSink: Appropriate name + pu... | Sven Gothel | 2013-04-27 | 2 | -4/+20 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 2 | -35/+88 |
* | Fix Bug 671: Add JPEG Decoder w/o AWT Dependencies | Sven Gothel | 2013-04-01 | 4 | -20/+277 |
* | PNGImage: Add license header ; TestPNGImage01NEWT package move .. | Sven Gothel | 2013-03-27 | 1 | -1/+27 |
* | PNGImage: Cleanup code and reuse scanlineRGBA buffer in indexed mode. Add DEB... | Sven Gothel | 2013-03-20 | 1 | -29/+36 |
* | Handles indexed PNGs | Julien Gouesse | 2013-03-20 | 1 | -21/+49 |
* | MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits.. | Sven Gothel | 2012-12-16 | 1 | -1/+1 |
* | jogl: fix bit shift error in LEDataInputStream | Harvey Harrison | 2012-10-15 | 1 | -1/+1 |
* | Texture: Clarifiy API doc of getTextureObject(GL) | Sven Gothel | 2012-09-28 | 1 | -1/+6 |
* | NativeWindowFactory.getNativeWindowType(..): Return canonical string represen... | Sven Gothel | 2012-08-18 | 1 | -1/+1 |