aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 1081: Fix GLJPanel Regression: Honor pre-init reshape-size at initializeB...Sven Gothel2014-10-012-40/+335
* Refine Graph/Font InputStream Capabilities (commit 628509b39ea7c16210315d1918...Sven Gothel2014-09-303-10/+23
* Fix future compatibility issues (analog to b22x commit 546f9b1a03c46b63f8bb18...Sven Gothel2014-09-242-14/+8
* TestInitConcurrent*NEWT: Decorated tests w/ GLProfile.shutdown(), ensuring im...Sven Gothel2014-09-203-1/+19
* TestVersionSemanticsNOUI: Compare V221 against current V23x, no special excludesSven Gothel2014-09-201-4/+4
* TestVersionSemanticsNOUI: V221 -> V222 Add exception for GLFBODrawable.FBOMOD...Sven Gothel2014-09-201-0/+1
* Add GLJPanelsAndGLCanvasDemoGL2Applet: Simple applet test for GLJPanel/GL2 te...Sven Gothel2014-09-204-52/+271
* FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..);Sven Gothel2014-09-206-26/+56
* TestVersionSemanticsNOUI: Enable test V220->V221 and V221->V222 (w/ 2 extra e...Sven Gothel2014-09-201-13/+25
* TestGearsES2GLJPanelAWT: Update frame title (awt-size, pixel-size) for GLEven...Sven Gothel2014-09-201-0/+15
* FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(....Sven Gothel2014-09-204-24/+39
* FBOobject GLEL Tests: Remove redundant detachAllColorbuffer(gl) for init callSven Gothel2014-09-192-18/+6
* Tests: Util NEWTGLContext: Utilize common createWindow(..) function, switch o...Sven Gothel2014-09-149-62/+30
* 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