aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2 implem...Sven Gothel2014-09-011-1/+5
* glsl.sdk.CompileShader: Use IOUtil.StreamMonitorSven Gothel2014-08-281-33/+1
* Bug 1021: Refine Stereo API; Fix GenericStereoDevice; Fix StereoDemo01 for mo...Sven Gothel2014-08-072-1/+22
* Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn...Sven Gothel2014-08-061-3/+3
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-065-49/+151
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-051-2/+34
* Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...Sven Gothel2014-07-311-11/+28
* Refine test ff5dba28610b4f680c9320e9e52669ed54d4de43: Perform context switch ...Sven Gothel2014-07-301-2/+18
* Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...Sven Gothel2014-07-301-0/+31
* Fix ShaderCode.es3_default_precision_fp: ES 3.x requires same precision for u...Sven Gothel2014-07-291-2/+6
* Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...Sven Gothel2014-07-281-3/+3
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-53/+63
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-141/+231
* StereoClientRenderer: Fix API doc anchor linkSven Gothel2014-07-101-2/+1
* StereoDeviceRenderer/ClientRenderer: Add note about 'Correct Asymmetric FOV R...Sven Gothel2014-07-102-0/+18
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-104-544/+3
* Findbugs: Use static fields where possibleSven Gothel2014-07-082-3/+3
* AnimatorBase: Use cached synchronized value instead of unsynchronized (sloppy...Sven Gothel2014-07-081-1/+1
* Findbugs: Misc minor issues (see below)Sven Gothel2014-07-081-1/+1
* Findbugs: Remove branches where reference cannot be nullSven Gothel2014-07-081-4/+4
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-084-19/+16
* Findbugs.static_final_immutable: Use final qualifier for static immutable ins...Sven Gothel2014-07-081-3/+2
* Findbugs.switch-case: GLBuffers.bytesPerPixel(..) throw GLException for type ...Sven Gothel2014-07-081-0/+3
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-1/+4
* Findbugs.synchronization: Fix double-check w/o volatile; Remove redundant syn...Sven Gothel2014-07-081-1/+1
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-076-61/+141
* Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...Sven Gothel2014-07-051-4/+9
* Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...Sven Gothel2014-07-059-9/+782
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0370-2610/+2620
* FloatUtil.makePick(..): Refine API doc, incl. PMVMatrix.gluPickMatrix(..)Sven Gothel2014-07-031-13/+16
* Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-034-0/+273
* Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-011-16/+15
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-284-5/+5
* Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-281-7/+10
* Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-271-236/+213
* GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.Sven Gothel2014-06-271-1/+0
* GLMediaPlayer: Fix video stutter if using NullAudioSinkSven Gothel2014-06-091-0/+6
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-264-84/+193
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-213-15/+15
* Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...Sven Gothel2014-05-202-1/+34
* Bug 801: Split GraphUI's TextureButton: TextureSeqButton (Base) and it's deri...Sven Gothel2014-05-191-0/+176
* Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m...Sven Gothel2014-05-192-45/+33
* Fix ShaderCode.insertShaderSource(..): Return 'position' if nothing has been ...Sven Gothel2014-04-091-7/+7
* Add TextureSequence.isTextureAvailable(), allowing triggering action only whe...Sven Gothel2014-04-091-0/+6
* Add AABBox.getRayIntersection(..), VectorUtil.line2PlaneIntersection(..) incl...Sven Gothel2014-04-091-1/+1
* Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...Sven Gothel2014-04-041-2/+2
* Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-023-82/+19
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-012-14/+47
* Demos MovieCube/Simple: Update video URLs .. since download.blender.org seems...Sven Gothel2014-03-261-0/+1
* ShaderCode: Allow 'srcRoot' to be optional ; RegionRendererImpl01: Allos cust...Sven Gothel2014-03-251-7/+13