aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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-066-49/+156
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-051-2/+34
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-07-311-13/+34
* Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...Sven Gothel2014-07-311-11/+28
* GLDrawable: Expose getRequestedGLCapabilities() (Include to public API)Sven Gothel2014-07-311-6/+2
* 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: Add proper attachment size validation at init, reset and...Sven Gothel2014-07-281-13/+43
* Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...Sven Gothel2014-07-282-145/+258
* 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-274-331/+550
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-1/+1
* 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-105-610/+7
* 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: Add comments that FB warnings are of no concern ..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-082-5/+4
* 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
* Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal...Sven Gothel2014-07-082-0/+8
* Findbugs.minor: Fix 'array -> string', missing argumentSven Gothel2014-07-081-1/+1
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-079-72/+269
* Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024)Sven Gothel2014-07-051-1/+1
|\
| * Attempt to remove aliasing from native libraries.Mark Raynsford2014-06-301-1/+1
* | Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...Sven Gothel2014-07-053-61/+56
* | 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-0385-2804/+2816
* | FloatUtil.makePick(..): Refine API doc, incl. PMVMatrix.gluPickMatrix(..)Sven Gothel2014-07-032-17/+26
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-037-25/+460
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-013-37/+80
* | Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-284-5/+5
* | WIP: Add Matrix4 OO wraper for FloatUtil matrix operationsSven Gothel2014-06-281-0/+151
* | Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-283-574/+560
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-276-481/+1691
* | 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
* UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...Sven Gothel2014-06-081-0/+11
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-264-84/+193
* Bug 1009: Make FBObject's sampling sink format compatible w/ sampling source ...Sven Gothel2014-05-261-17/+97
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-222-3/+19
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-215-24/+24
* Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...Sven Gothel2014-05-202-1/+34