aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/texture
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 724: Add manual unit test, incr. PNGImage verbosity.Sven Gothel2013-07-021-1/+2
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-082-180/+38
* GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...Sven Gothel2013-05-082-0/+19
* TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J...Sven Gothel2013-04-273-82/+312
* Add missing JogAmp (c) note - using date of 1st JogAmp edit.Sven Gothel2013-04-272-0/+2
* Move JPEGDecoder.PixelStorage -> TextureData.ColorSink: Appropriate name + pu...Sven Gothel2013-04-272-4/+20
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-182-35/+88
* Fix Bug 671: Add JPEG Decoder w/o AWT DependenciesSven Gothel2013-04-014-20/+277
* PNGImage: Add license header ; TestPNGImage01NEWT package move ..Sven Gothel2013-03-271-1/+27
* PNGImage: Cleanup code and reuse scanlineRGBA buffer in indexed mode. Add DEB...Sven Gothel2013-03-201-29/+36
* Handles indexed PNGsJulien Gouesse2013-03-201-21/+49
* MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-161-1/+1
* jogl: fix bit shift error in LEDataInputStreamHarvey Harrison2012-10-151-1/+1
* Texture: Clarifiy API doc of getTextureObject(GL)Sven Gothel2012-09-281-1/+6
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-181-1/+1
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-194-15/+25
* TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan...Sven Gothel2012-06-184-35/+65
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-161-11/+142
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-1/+1
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-113-18/+93
* TextureIO: PNGImage 1stSven Gothel2012-04-071-2/+2
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-076-6/+277
* TextureIO/TGA: Only use current GLContext if available, allowing pre-GL usage...Sven Gothel2012-04-064-46/+54
* Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad...Sven Gothel2012-04-032-4/+53
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-5/+4
* TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne...Sven Gothel2012-02-224-61/+76
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-221-3/+3
* JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenienceSven Gothel2011-11-081-3/+1
* VBO and Texture Names: Allos (int) < 0 - unusual valid names for some GL impl.Sven Gothel2011-08-011-4/+4
* Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-075-35/+52
* Texture: Change method signatures: Pass GL context object if required (remove...Sven Gothel2011-04-222-130/+106
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-084-76/+76