aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Apply workaround of Java7 AWT Robot.waitForIdle()/EDT bug for all Robot.waitF...Sven Gothel2013-06-245-22/+26
* Workaroung a Java7 AWT EDT/Robot bug: Validate whether AWT-EDT is alive befor...Sven Gothel2013-06-242-3/+59
* UITestCase: Increase SINGLE_INSTANCE_LOCK_TO from 3 to 6 minutes!Sven Gothel2013-06-241-1/+1
* TestSWTAccessor03AWTGLn: Fix SWT deadlock on Java7/Windows: Must perform AWT ...Sven Gothel2013-06-241-2/+6
* TestGearsES2GLJPanel*: Use Gears (GL 1 based) if using bitmap - On Windows GD...Sven Gothel2013-06-242-6/+4
* TestGearsES2GLJPanel*: Use GearsES1 is using bitmap - On Windows GDI would be...Sven Gothel2013-06-242-5/+20
* GearsES2/RedSquareES2: Detect !GLSL and don't attempt to render in such case.Sven Gothel2013-06-242-9/+34
* Tests: Remove subsequent exceptions .. (not original issue, but annoying whil...Sven Gothel2013-06-243-5/+13
* Fix Bug 761 (part 2/2): NEWT registers one customShutdownHook @ NativeWindow...Sven Gothel2013-06-231-0/+46
* Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o GLEventListene...Sven Gothel2013-06-172-5/+1
* Fix TestNewtKeyEventAutoRepeatAWT (Bug 688): Reduce head/tail event check to ...Sven Gothel2013-06-171-16/+4
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-172-5/+3
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-1729-138/+114
* Bug 735: Fix comment in test, since mystery is solved :)Sven Gothel2013-06-172-2/+4
* Solve Bug 735 Mystery: glViewport(..) was missing - duh :)Sven Gothel2013-06-172-0/+4
* Bug735: Bug735Inv0AppletAWT/Bug735Inv1AppletAWT tests: Use shader customizati...Sven Gothel2013-06-172-6/+7
* Fix Bug 753: Stuttering caused by lack of GL resource synchronization between...Sven Gothel2013-06-179-12/+3802
* Bug 735: Bug735Inv4AWT on Java7 is also stuttering!Sven Gothel2013-06-164-12/+11
* Bug 735: Adding Andres test cases for analysis. OSX exposes diff. odd behavio...Sven Gothel2013-06-1610-0/+2467
* Fix Bug 745: NPE - QTT definition shall be allowd to _follow_ SOF (frame) - R...Sven Gothel2013-06-142-2/+19
* TestRedSquareES2NEWT: CleanupSven Gothel2013-06-131-8/+11
* TestX11DefaultDisplay: Validate the chosen default device, test only one GLDe...Sven Gothel2013-06-131-75/+61
* added unit test for nativewindow.x11.display.default system propertyMaik Riechert2013-06-131-0/+158
* Bug 733: Refine Test case: warp-random at display, and warp-center at mouse-l...Sven Gothel2013-06-121-9/+64
* Adds a unit test for GLWindow.warpPointer(int,int)Julien Gouesse2013-06-121-0/+116
* Fix Bug 748 - PMVMatrix gluProject and gluUnProject broken w/ backingArray (d...Sven Gothel2013-06-091-0/+125
* Adapt to Gluegen's IOUtil change commit b98825eb7cfb61aead4a7dff57471cd2d2c26823Sven Gothel2013-06-091-2/+2
* ScreenMode Unit Tests: Add wait for screen destroy (off-thread)Sven Gothel2013-06-094-1/+12
* Unit Tests: Group *math* tests in own test packageSven Gothel2013-06-095-7/+7
* GLVersionNumber.createVendorVersion(): Only test match result and potentially...Sven Gothel2013-05-311-5/+11
* Complete/Fix GLVersionNumber (81afec4e963ac4372dc2b604d6f91237b81ee6f2): Set ...Sven Gothel2013-05-311-2/+27
* GLVersionNumber: Fix vendor version parser; Adapt to GlueGen commit 959d6d83e...Sven Gothel2013-05-311-0/+170
* Unit Test: Remove unused importSven Gothel2013-05-181-1/+0
* Fix Unit Tests Exclusion " if( !GLProfile.isAvailable(GLProfile.GL*) ) { .. }...Sven Gothel2013-05-187-0/+10
* Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver...Sven Gothel2013-05-171-2/+17
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-1711-36/+162
* NEWT: MouseEvent Ctor: Use proper float[] rotationXYZ and float rotationScale...Sven Gothel2013-05-161-1/+2
* Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...Sven Gothel2013-05-091-8/+7
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-089-36/+143
* Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ...Sven Gothel2013-05-0811-31/+388
* GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...Sven Gothel2013-05-081-0/+266
* MonitorMode: Fix API doc / comments / names.Sven Gothel2013-05-071-6/+6
* MonitorMode Unit Tests: Perform 'filterByRate(..)' _after_ 'filterByResolutio...Sven Gothel2013-05-065-12/+11
* Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL...Sven Gothel2013-05-069-10/+10
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-0619-299/+916
* GLReadBufferUtil: Utilizing PixelBufferProvider; Adding AWTGLReadBufferUtil a...Sven Gothel2013-04-274-20/+263
* TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J...Sven Gothel2013-04-273-8/+4
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-235-44/+229
* Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...Sven Gothel2013-04-181-0/+182
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-182-17/+71