| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 2 | -3/+10 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 2 | -0/+24 |
* | TestSwingAWTRobotUsageBeforeJOGLInitBug411: Fix 'chicken egg' init problem w/... | Sven Gothel | 2013-01-19 | 1 | -2/+2 |
* | Adapt to change 5060b728b26a89a14367f8fca9f4eb7968f719ca: ShaderState.uniform... | Sven Gothel | 2013-01-19 | 1 | -2/+2 |
* | NEWT/Android: Full Lifecycle for WindowDriver; Using static ViewGroup; AWTRob... | Sven Gothel | 2013-01-19 | 3 | -37/+115 |
* | Fix Bug 669: Recursive GLContext makeCurrent()/release() | Sven Gothel | 2013-01-18 | 1 | -1/+4 |
* | ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att... | Sven Gothel | 2013-01-15 | 1 | -3/+3 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 6 | -22/+26 |
* | Move all Exclusive Context Thread (ECT) tests to it's own package to de-clutt... | Sven Gothel | 2013-01-12 | 2 | -13/+13 |
* | Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER... | Sven Gothel | 2013-01-12 | 1 | -1/+3 |
* | build/test: newt-headless shall exclude AWT/SWT | Sven Gothel | 2013-01-11 | 1 | -0/+2 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 2 | -22/+33 |
* | Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re... | Sven Gothel | 2012-12-31 | 1 | -2/+2 |
* | Enhance PMVMatrix: Use FloatStack to implement PushMatrix and PopMatrix (Bug ... | Sven Gothel | 2012-12-31 | 1 | -3/+3 |
* | Bug632: Test NEWT Child Window Translucency (X11/Windows) .. | Sven Gothel | 2012-12-30 | 4 | -28/+39 |
* | Cleanup / Simplify: setGLFunctionAvailability(..) / createContextARBVersions(... | Sven Gothel | 2012-12-30 | 1 | -1/+1 |
* | Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI... | Sven Gothel | 2012-12-29 | 1 | -2/+4 |
* | Adapt change of commit d93c5d23e304ea20e868595748f92a5bef4f5703 to unit test ... | Sven Gothel | 2012-12-29 | 1 | -2/+2 |
* | adb-launch-main.sh: ANDROID_SDK_HOME -> ANDROID_HOME | Sven Gothel | 2012-12-27 | 1 | -2/+2 |
* | Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME | Sven Gothel | 2012-12-27 | 2 | -20/+20 |
* | Test*NewtEventModifiers*: Clear 'clearing' events on thread - @Before/@After ... | Sven Gothel | 2012-12-25 | 1 | -2/+2 |
* | Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif... | Sven Gothel | 2012-12-25 | 1 | -1/+1 |
* | WT-NEWT Modifier mapping and test: part-4 (Fix unit tests): BaseNewtEventModi... | Sven Gothel | 2012-12-24 | 2 | -2/+3 |
* | AWT-NEWT Modifier mapping and test: part-3 (Fix unit tests) | Sven Gothel | 2012-12-24 | 1 | -0/+1 |
* | AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..) | Sven Gothel | 2012-12-24 | 2 | -12/+19 |
* | Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLCanvas.displayOn... | Sven Gothel | 2012-12-22 | 1 | -2/+2 |
* | Fix regression of commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4: Cache Shad... | Sven Gothel | 2012-12-22 | 3 | -5/+5 |
* | Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G... | Sven Gothel | 2012-12-22 | 3 | -6/+10 |
* | GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos... | Sven Gothel | 2012-12-21 | 3 | -6/+6 |
* | Bug 651: Mesa3D: GL_INVALID_ENUM in glGetIntegerv(pname=GL_MAX_TEXTURE_IMAGE_... | Sven Gothel | 2012-12-20 | 1 | -17/+25 |
* | Cleanup atomic JARs; Removed Debug/Trace pipelines of common profiles | Sven Gothel | 2012-12-16 | 2 | -50/+26 |
* | test script | Sven Gothel | 2012-12-16 | 1 | -4/+4 |
* | Fix/Complete commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4 - Adding missing... | Sven Gothel | 2012-12-16 | 2 | -3/+12 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 3 | -13/+29 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 6 | -8/+12 |
* | SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem... | Sven Gothel | 2012-12-02 | 1 | -0/+1 |
* | Bug628: Adding unit-test 'TestNewtCanvasSWTBug628ResizeDeadlock' exposing New... | Sven Gothel | 2012-11-29 | 2 | -2/+4 |
* | SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener... | Sven Gothel | 2012-11-29 | 2 | -4/+4 |
* | SWT Solaris x86 files: Use version 4.2, 4.3.0-M3 fails, see README.txt | Sven Gothel | 2012-11-28 | 2 | -0/+9 |
* | Complete commit 541bcc1eecc50656392e1fec1a27b08ab78eceff (SWT version bump 3.... | Sven Gothel | 2012-11-28 | 1 | -0/+1 |
* | Fix script lstjars.sh's pack200 list | Sven Gothel | 2012-11-27 | 1 | -3/+4 |
* | SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug... | Sven Gothel | 2012-11-27 | 5 | -3/+18 |
* | SWT: Bump to version 4.3.0 M3 201210312000 | Sven Gothel | 2012-11-26 | 21 | -375/+31 |
* | Add test-x64 script for running SWT junit test cases (only) - also documents ... | Sven Gothel | 2012-11-25 | 1 | -0/+7 |
* | Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to poss... | Sven Gothel | 2012-11-23 | 1 | -1/+2 |
* | OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi... | Sven Gothel | 2012-11-21 | 1 | -5/+6 |
* | PMVMatrix: Add 'Frustum glGetFrustum()' adding same dirty/request methodology... | Sven Gothel | 2012-11-11 | 1 | -2/+2 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
* | Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l... | Sven Gothel | 2012-11-08 | 2 | -11/+21 |
* | Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de... | Sven Gothel | 2012-11-06 | 4 | -6/+7 |