aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 1021: Refine Stereo API; Fix GenericStereoDevice; Fix StereoDemo01 for mo...Sven Gothel2014-08-072-23/+44
* Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn...Sven Gothel2014-08-061-4/+4
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-41/+218
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-07-311-0/+235
* Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...Sven Gothel2014-07-311-4/+4
* Refine test ff5dba28610b4f680c9320e9e52669ed54d4de43: Perform context switch ...Sven Gothel2014-07-301-1/+11
* Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...Sven Gothel2014-07-308-93/+385
* Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...Sven Gothel2014-07-301-0/+1
* Bug 1036: NVidia Windows Driver 'Threaded optimization' workaround. [3/3]Sven Gothel2014-07-291-5/+9
* Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...Sven Gothel2014-07-286-69/+122
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-0/+13
* Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA...Sven Gothel2014-07-107-18/+17
* Bug 982: Adding test TGA file for confirmation - No bugSven Gothel2014-07-102-0/+13
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-107-85/+60
* Bug 801: Add Graph pass-2 shader for VBAA 'odd' sample countSven Gothel2014-07-092-8/+8
* Findbugs: Use inner static class where possibleSven Gothel2014-07-0810-11/+11
* Findbugs: Misc issues (Use private accessors of static fields; Use boolean op...Sven Gothel2014-07-082-5/+7
* Findbugs: Use 'float' division instead of integer for float resultsSven Gothel2014-07-083-3/+3
* Findbugs: Use AtomicInteger for synchronized increment accessSven Gothel2014-07-083-29/+38
* Findbugs: Misc minor issues (see below)Sven Gothel2014-07-088-43/+27
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-1/+1
* Findbugs: Remove dead-code / unused [temp] storage and it's assignmentSven Gothel2014-07-085-10/+12
* Findbugs.static_final_immutable: Use final qualifier for static immutable ins...Sven Gothel2014-07-0810-45/+45
* Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...Sven Gothel2014-07-086-67/+73
* Findbugs.minor: Fix 'array -> string', missing argumentSven Gothel2014-07-081-1/+1
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-071-16/+65
* Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...Sven Gothel2014-07-051-0/+2
* Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...Sven Gothel2014-07-055-248/+1182
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-03423-8248/+8341
* Bug 1021: OVRSBSRenderer*: Add texture filtering parameter (bilinear/none), a...Sven Gothel2014-07-031-19/+41
* Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-032-14/+56
* Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-012-64/+308
* Fix (c) header: Due to copy & paste, wrong header was used for certain files ...Sven Gothel2014-07-015-343/+378
* Bug 1027: Fix usage of atomic jar files (NEWT)Sven Gothel2014-06-293-1/+15
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-287-12/+12
* Add missing FloatUtil.invertMatrix(..) unit test, which impl. changed w/ comm...Sven Gothel2014-06-281-0/+262
* Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-281-17/+17
* Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-279-200/+196
* GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.Sven Gothel2014-06-272-3/+1
* Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37...Sven Gothel2014-06-171-22/+23
* Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55...Sven Gothel2014-06-131-35/+68
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-121-5/+6
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-40/+40
* GraphUI Demo: Analyze issue w/ OSX and NewtCanvasAWT when rendering / animati...Sven Gothel2014-06-115-18/+53
* Graph RegionRenderer: Fix GL3 and ES3 GLSL issuesSven Gothel2014-06-112-2/+76
* GraphUI: Fix using multiple texture units w/ opt. colorTexUnit in GLRegionSven Gothel2014-06-091-2/+14
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-098-129/+218
* NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)Sven Gothel2014-06-084-20/+25
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-084-20/+28
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-084-24/+33