aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* TestVersionSemanticsNOUI: Add version tests: v221 -> v230 and v230 -> v23x (*)v2.3.1v2.3.1_winexeSven Gothel2015-03-271-2/+25
* Bug 1116: Oculus SDK 0.4.4: Add extra DK1 detection; Add call to ovr_Shutdown...Sven Gothel2015-03-271-0/+1
* StereoDeviceUtil: Only rotate if current mode doesn't match required rotation...Sven Gothel2015-03-271-0/+3
* Bug 1150 - Fix unit tests: Use same definition as in GLProfile for 'disableOp...Sven Gothel2015-03-262-2/+70
* Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...Sven Gothel2015-03-265-844/+1211
* Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of indexSven Gothel2015-03-211-4/+4
* Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-211-4/+14
* Resolve RenameJavaSymbol issues (GLUgl2 and CGL) using GLEmitter (-> Delegate...v2.3.0Sven Gothel2015-03-112-13/+3
* Bug 1142 - NEWT: Add support to retrieve the primary MonitorDeviceSven Gothel2015-03-091-38/+69
* TestScreenMode02aNEWT: Incr. wait period, for some reason one older test mach...Sven Gothel2015-03-091-1/+1
* Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]Sven Gothel2015-02-171-33/+29
* NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...Sven Gothel2015-02-171-4/+12
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-161-4/+4
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-161-8/+11
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-02404-1801/+1801
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-2711-140/+115
* Resolve merge conflict GLRendererQuirksSven Gothel2015-01-237-0/+971
|\
| * Added.toruwest2014-10-167-1/+939
| * Create IView.javatoruwest2014-10-151-0/+33
* | Bug 1120 - Add OSXUtil.GetPixelScale(final RectangleImmutable r, final int[] ...Sven Gothel2015-01-231-3/+30
* | Bug 1107: Add missing unit testSven Gothel2014-12-071-0/+61
* | Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-0610-164/+508
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-262-4/+6
|/
* 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