aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix TestTransformFeedbackVaryingsBug407NEWT regression: Get default profile (...Sven Gothel2012-02-141-2/+1
* Simplify TestTransformFeedbackVaryingsBug407NEWT: Use 'in thread' ctx flow an...Sven Gothel2012-02-141-81/+50
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-11/+49
* Test: Remove dedicated mobile profile test, will be included in TestGLProfile...Sven Gothel2012-02-131-93/+0
* OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations)Sven Gothel2012-02-132-9/+38
* OpenGL ES/EGL OverhaulSven Gothel2012-02-135-35/+123
* Bug 551 validation.Sven Gothel2012-01-231-0/+150
* NativeWindow/OSX: Fix Offscreen CALayer SIGSEGV @ Shutdown (Cleanup referencing)Sven Gothel2012-01-191-1/+1
* UI Test AWTRobotUtil's toFront*(): retry requestFocus() within loop.Sven Gothel2012-01-191-11/+14
* UI Test / AWTRobotUtil: Relax and fix focus testsSven Gothel2012-01-185-39/+70
* Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threa...Sven Gothel2012-01-091-2/+6
* Better unit test names for SWTSven Gothel2012-01-093-6/+6
* Add JOGL SWT GLCanvas unit testSven Gothel2012-01-091-0/+178
* minor edits / clarify SWT test descripionSven Gothel2012-01-092-4/+10
* TestAWTCardLayoutAnimatorStartStopBug532: Minor edit / Uncomment Windows hdc/...Sven Gothel2012-01-091-4/+4
* TestAWTCardLayoutAnimatorStartStopBug532: Refine, add 'continue' mode, ..Sven Gothel2012-01-081-29/+82
* Fix TestAWTCardLayoutAnimatorStartStopBug532 pause/resume testSven Gothel2012-01-061-1/+4
* Added Unit-Test for Bug 532 to test Animator behavior w/ CardLayout and diff....Sven Gothel2012-01-061-0/+173
* Screen: width/height reflects virtual Screen size (-> big-desktop)Sven Gothel2011-12-232-18/+1
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-232-35/+112
* Fix SWT test on OSX 32/64 bit ; Fix TestSWTAWT01GL for OSXSven Gothel2011-12-192-41/+52
* TestInitConcurrentNEWT: Nice window layout - don't wait/sync for start thread...Sven Gothel2011-12-181-16/+52
* No GLCanvas offscreen surface (as in NEWT) - test disabledSven Gothel2011-12-181-1/+2
* New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-172-49/+237
* setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...Sven Gothel2011-12-132-1/+54
* Fix nano -> milli (10e6 -> 1e6) .. ooopsSven Gothel2011-12-135-19/+19
* Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...Sven Gothel2011-12-137-0/+145
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-1154-117/+201
* Remove GLProfile.initSingleton(..) out of static init blockSven Gothel2011-12-021-4/+0
* Test AWT Translucency: Use ReflectionUtil to use com.sun.awt.AWTUtilities, n/...Sven Gothel2011-12-022-4/+20
* More AWT-EDT invokeAndWait-wrapping for Frame show/disposeSven Gothel2011-12-024-53/+54
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-019-26/+436
* Test: Add TestSharedContextVBOES2NEWT2 (ES2 variant of TestSharedContextListN...Sven Gothel2011-11-292-2/+160
* Test: Forgot to uncomment package name of new test for 97218b88af9113740b3704...Sven Gothel2011-11-291-1/+1
* Fix Bug 527: Creating a context w/ shared context, while the latter is in use...Sven Gothel2011-11-281-0/+157
* MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...Sven Gothel2011-11-271-1/+2
* TestScreenMode00bNEWT: Reduce getCurrentScreenMode loop 100 -> 50, due to slo...Sven Gothel2011-11-261-2/+2
* TestParenting03AWT: manual test option -firstUIAction for GLProfile.initSingl...Sven Gothel2011-11-261-0/+4
* TestsGLSLShaderState*: Reduce loops / Extend timeout - Slow devices may hit T...Sven Gothel2011-11-263-9/+11
* Add Test case for bug 519Sven Gothel2011-11-251-0/+127
* Minor test changesSven Gothel2011-11-252-1/+5
* Fix native manual test 'displayMultiple02' for multiple X11 Display connectio...Sven Gothel2011-11-251-6/+2
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-235-6/+6
* Fix X11Util.dumpOpenDisplayConnection() ; Bug 515: Update fglrx driver remark...Sven Gothel2011-11-231-19/+71
* Test NEWT Remote Connection (X11): Use localhost:0.0 as defaultSven Gothel2011-11-232-2/+2
* Add Unit Test TestGearsAWTAnalyzeBug455 to analyze bug455 - inconclusiveSven Gothel2011-11-211-0/+166
* Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...Sven Gothel2011-11-212-93/+89
* Merge pull request #40 from michaelhermannweber/bug_523Sven Gothel2011-11-201-0/+791
|\
| * New test case that demonstates bug 523, hang on application exit ifMichael Weber2011-11-041-0/+791
* | Tests: Use WindowFocusListener for AWTRobot toFront(.. window), more reliableSven Gothel2011-11-204-6/+87