aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #87 from TomNuydens/bug_1160Sven Gothel2015-07-241-0/+180
|\
| * Unit test for bug 1160; context sharing between an offscreen drawable and an ...Tom Nuydens2015-06-011-0/+180
* | Bug 1146, Bug 1158: Add unit test for GLContext creation after showing tool-t...Sven Gothel2015-07-243-1/+280
* | Bug 1151 - Fix using DK1 on OVR 0.5*; Minor changesSven Gothel2015-07-201-5/+5
* | StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter and a...Sven Gothel2015-07-201-0/+20
* | Clarify code in stereo/ovr: Comments, states, names, formatting.Sven Gothel2015-07-201-1/+2
* | Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2)Sven Gothel2015-07-184-15/+26
* | PointShader: Use same precision for shared uniform in vertex- and fragment sh...Sven Gothel2015-07-162-2/+14
|/
* Use CompatibilityType.BACKWARD_COMPATIBLE_BINARY for 2.3.1 / Add EGL.KHRONOS_...Sven Gothel2015-04-041-3/+3
* TestVersionSemanticsNOUI: Fix expected compat result (inactive tests)Sven Gothel2015-04-031-4/+4
* Bug 1153 - Adopt to ArrayHashSet change, don't use deprecated ctor (gluegen c...Sven Gothel2015-04-011-1/+1
* 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