aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...Sven Gothel2014-10-102-10/+181
* Graph Font: Fix API doc (parameter) ; GPUUISceneGLListener0A forward FontFact...Sven Gothel2014-10-091-4/+2
* Newt ScreenMode Tests: Return XRandR error-code, allowing fall-back (OpenIndi...Sven Gothel2014-10-094-54/+78
* Newt Screen viewport in windows units: Add missing setup in overriden calcVir...Sven Gothel2014-10-091-0/+18
* TestLandscapeES2NewtCanvasAWT: Enforce landscape shader to be compiled/linked...Sven Gothel2014-10-082-6/+10
* TestTessellationShader01GL4NEWT: Add robustness, i.e. case where tessellation...Sven Gothel2014-10-083-18/+64
* Unit Tests: Increase minimum manual set timeout to 10sSven Gothel2014-10-085-9/+9
* Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob...Sven Gothel2014-10-085-31/+89
* Bug 1088: Shared Gears* Unit Tests: Align all 3 Gears* implementation to use ...Sven Gothel2014-10-0811-110/+141
* SingletonTestCase -> SingletonJunitCase: Adapt to GlueGen commit 773d96584b4e...Sven Gothel2014-10-032-4/+4
* UITestCase now extends GlueGen's test-util SingletonTestCaseSven Gothel2014-10-032-83/+6
* 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