aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* GLJPanel: Allow reconfiguration of offscreen's GLCapabilitiesImmutableSven Gothel2014-09-142-0/+70
* Gears* Demos: Spin at same speed (0.5f tan per frame) ; GearsES2: Bring back ...Sven Gothel2014-09-144-5/+12
* TestVersionSemanticsNOUI: v2.3.0 is not backward compatible w/ 2.2.*Sven Gothel2014-09-091-2/+2
* Bug 1063: Uri adoptionSven Gothel2014-09-0810-69/+63
* Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been initi...Sven Gothel2014-09-031-0/+11
* Bug 1059 _and_ version-compat breackage of commit c78ceb642d0ef5bb5bf27ff8ff1...Sven Gothel2014-09-031-1/+14
* Bug 1043 - Add Tessellation Control and Evaluation Shader SupportSven Gothel2014-09-027-0/+488
* Bug1044: Offscreen drawable AWT/ImageIO results in black image on OSX/[Java7-...Sven Gothel2014-09-021-0/+106
* Bug 1048: Add unit tests demonstrating multiple NewtCanvasAWT instances are w...Sven Gothel2014-09-023-69/+389
* Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 impleme...Sven Gothel2014-09-021-9/+20
* Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 impleme...Sven Gothel2014-09-021-208/+753
* TestSharedContextNewtAWTBug523: Fix junit usage ..Sven Gothel2014-08-311-14/+1
* TestGLReadBuffer01GLJPanelAWT: Add keyFrame-wait after initSven Gothel2014-08-311-0/+3
* Refine test cases for synchronous GLAutoDrawable display, swap-buffer and rea...Sven Gothel2014-08-303-0/+64
* Refine test cases for synchronous GLAutoDrawable display, swap-buffer and rea...Sven Gothel2014-08-306-174/+195
* Bug 1055 - Access and query shared master GLContext in a deterministic fashio...Sven Gothel2014-08-3010-163/+381
* TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0Sven Gothel2014-08-281-5/+10
* Graph/Text: Prepare unit tests for font rendering validation (WIP)Sven Gothel2014-08-281-2/+2
* Graph/Text: Prepare unit tests for font rendering validation (WIP)Sven Gothel2014-08-2816-24/+425
* 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