aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-1/+1
* Fix Bug 671: Add JPEG Decoder w/o AWT DependenciesSven Gothel2013-04-011-5/+52
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-0/+8
* TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan...Sven Gothel2012-06-181-14/+16
* TextureIO: PNGImage 1stSven Gothel2012-04-071-2/+2
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-071-1/+96
* TextureIO/TGA: Only use current GLContext if available, allowing pre-GL usage...Sven Gothel2012-04-061-25/+23
* TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne...Sven Gothel2012-02-221-19/+25
* Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-071-20/+38
* Texture: Change method signatures: Pass GL context object if required (remove...Sven Gothel2011-04-221-14/+27
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-13/+13
* Remove CDCSven Gothel2011-02-091-0/+1258