aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util
Commit message (Expand)AuthorAgeFilesLines
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-173-6/+23
* 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-154-8/+8
* 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
* GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...Sven Gothel2013-07-031-1/+1
* Bug 724: Add manual unit test, incr. PNGImage verbosity.Sven Gothel2013-07-021-1/+2
* AnimatorBase.setModeBits(..): Only issue initImpl() if required - and throw '...Sven Gothel2013-06-233-9/+13
* Fix Bug 748 - PMVMatrix gluProject and gluUnProject broken w/ backingArray (d...Sven Gothel2013-06-091-12/+12
* Fix Bug 736: Add GL.GL_UNSIGNED_INT and GL2ES2.GL_INT case in GLArrayDataWrap...Petr Skramovsky2013-05-171-0/+2
* GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl...Sven Gothel2013-05-171-5/+6
* JOGL GLSL ShaderProgram/State: Release of an unlinked ShaderProgram shall not...Sven Gothel2013-05-172-2/+4
* Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver...Sven Gothel2013-05-171-4/+24
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-11/+109
* Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...Sven Gothel2013-05-092-17/+57
* Fix regression of commit 0a7bf77b8c0765f8a53dc72a8edab8e0496938ff - GLReadBuf...Sven Gothel2013-05-081-1/+1
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-086-231/+525
* GLBuffers: Extract common methods: bytesPerPixel(..) and componentCount(.). B...Sven Gothel2013-05-081-69/+163
* GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...Sven Gothel2013-05-083-0/+20
* GLReadBufferUtil: Utilizing PixelBufferProvider; Adding AWTGLReadBufferUtil a...Sven Gothel2013-04-273-56/+181
* 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
* Refine some API docs ..Sven Gothel2013-04-231-0/+3
* type: weather -> whether :) .. it's spring again :)Sven Gothel2013-04-181-1/+1
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-184-50/+126
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-104-10/+18
* 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
* Animator: Cleanup DEBUG outputSven Gothel2013-03-221-4/+4
* Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-222-365/+2
* 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
* Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-141-8/+8
* GLEventListenerState: Moved to public package 'com.jogamp.opengl.util'Sven Gothel2013-03-132-1/+365
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-1/+1
* Fix buggy unit test for Bug 694: The unpack alignment has to be considered!Sven Gothel2013-03-091-5/+29
* Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility stateSven Gothel2013-02-161-1/+1
* Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs...Sven Gothel2013-02-011-2/+2
* Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...Sven Gothel2013-01-272-2/+5
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-241-107/+9
* ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att...Sven Gothel2013-01-151-44/+59
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-122-9/+32
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-113-244/+708
* Fix GLArrayDataClient createGLSL(..) 'name' setting; Also adds equal behavior...Sven Gothel2013-01-031-3/+3
* Enhance PMVMatrix: Use FloatStack to implement PushMatrix and PopMatrix (Bug ...Sven Gothel2012-12-311-29/+28
* MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-161-1/+1
* GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-165-114/+438
* FPSAnimator: Add note on deamon-thread and JVM shutdown behavior.Sven Gothel2012-11-252-5/+11