aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs...Sven Gothel2013-02-011-18/+28
* Android GearsES2 Launcher: Revert debug flags ..Sven Gothel2013-01-311-2/+2
* Android: Adapt to cleanup of ClassLoaderUtil/LauncherUtil - GlueGen Commit b4...Sven Gothel2013-01-3117-91/+239
* Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ...Sven Gothel2013-01-301-0/+300
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-293-4/+4
* Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...Sven Gothel2013-01-272-22/+98
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-243-13/+450
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-203-1/+164
* TestSwingAWTRobotUsageBeforeJOGLInitBug411: Fix 'chicken egg' init problem w/...Sven Gothel2013-01-191-1/+12
* NEWT/Android: Full Lifecycle for WindowDriver; Using static ViewGroup; AWTRob...Sven Gothel2013-01-193-131/+115
* Fix Bug 669: Recursive GLContext makeCurrent()/release()Sven Gothel2013-01-182-0/+267
* Sync LauncherUtil w/ GlueGen commit 1b9f0739ecc25105384b557afa698c42e08d4cc6 ...Sven Gothel2013-01-181-13/+57
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-141-1/+28
* Move all Exclusive Context Thread (ECT) tests to it's own package to de-clutt...Sven Gothel2013-01-1212-12/+12
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-126-0/+522
* Add old Olympic demo from GL4Java - Make it use ES1 and suitable for FixedFun...Sven Gothel2013-01-112-0/+498
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-1118-55/+1685
* Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re...Sven Gothel2012-12-315-14/+52
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-302-10/+134
* Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI...Sven Gothel2012-12-292-2/+214
* Adapt change of commit d93c5d23e304ea20e868595748f92a5bef4f5703 to unit test ...Sven Gothel2012-12-291-26/+76
* Test*NewtEventModifiers*: Clear 'clearing' events on thread - @Before/@After ...Sven Gothel2012-12-251-42/+32
* Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif...Sven Gothel2012-12-253-82/+152
* WT-NEWT Modifier mapping and test: part-4 (Fix unit tests): BaseNewtEventModi...Sven Gothel2012-12-242-75/+117
* AWT-NEWT Modifier mapping and test: part-3 (Fix unit tests)Sven Gothel2012-12-245-167/+208
* AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..)Sven Gothel2012-12-245-117/+129
* Move pre-existing NEWT event test to new dedicated package package: com.jogam...Sven Gothel2012-12-236-12/+5
* Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532...Sven Gothel2012-12-235-94/+36
* Fix commit 811e3791b98fea0dfa3b7d301cb532c54df8dc82: Make AWT usage Java6 cle...Sven Gothel2012-12-231-8/+31
* Merge pull request #54 from rhatcher/masterSven Gothel2012-12-235-0/+1138
|\
| * Merge branch 'master' of https://github.com/sgothel/joglrhatcher2012-12-065-23/+400
| |\
| * | Fix for JOGL bug 629, and added new unit tests.rhatcher2012-11-295-0/+1138
* | | Fix regression of commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4: Cache Shad...Sven Gothel2012-12-221-4/+5
* | | Bug 642: Refine test case, adding Hw/Lw mix intermediate Container test to av...Sven Gothel2012-12-222-8/+24
* | | Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...Sven Gothel2012-12-223-2/+105
* | | Bug 651: Mesa3D: GL_INVALID_ENUM in glGetIntegerv(pname=GL_MAX_TEXTURE_IMAGE_...Sven Gothel2012-12-202-2/+212
* | | Bug642: Add test case for Swing JSplit Pane w/ GLCanvas and GLJPanelSven Gothel2012-12-161-0/+179
* | | MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-161-1/+1
* | | GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-1610-174/+662
| |/ |/|
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-044-18/+37
* | SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...Sven Gothel2012-12-022-50/+106
* | NEWT EDTUtil: Simplify running state (default is running @ setEDTUtil()); Sim...Sven Gothel2012-12-021-1/+3
* | Bug628: Adding unit-test 'TestNewtCanvasSWTBug628ResizeDeadlock' exposing New...Sven Gothel2012-11-292-7/+288
* | TestSWTJOGLGLCanvas01GLn: Use display.syncExec(..) where possible, add AnimatorSven Gothel2012-11-291-5/+24
|/
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug...Sven Gothel2012-11-272-57/+129
* Bug628: Adding unit test reproducing the deadlock realiable withing first rou...Sven Gothel2012-11-233-9/+370
* OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi...Sven Gothel2012-11-216-47/+280
* Fix Graph SceneUIController: Remove Listener by itself in dispose()Sven Gothel2012-11-112-3/+3
* PMVMatrix: Add 'Frustum glGetFrustum()' adding same dirty/request methodology...Sven Gothel2012-11-111-9/+33
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-117-7/+7