| Commit message (Expand) | Author | Age | Files | Lines |
* | Mitigate Bug 728: Java Web Start Shutdown: Exception "java.lang.IllegalStateE... | Sven Gothel | 2013-06-13 | 1 | -1/+9 |
* | Fix my sloppy commit f50caa5241b5eef286e8c10b74b5297e5821da2b: Didn't intend ... | Sven Gothel | 2013-06-12 | 1 | -2/+2 |
* | GLContext: Make 'deviceVersion' fields final. Reviewed by Harvey. | Sven Gothel | 2013-06-12 | 1 | -2/+2 |
* | Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn... | Sven Gothel | 2013-06-09 | 1 | -12/+16 |
* | GLVersionNumber.createVendorVersion(): Only test match result and potentially... | Sven Gothel | 2013-05-31 | 1 | -9/+9 |
* | GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl... | Sven Gothel | 2013-05-17 | 1 | -10/+3 |
* | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ... | Sven Gothel | 2013-05-17 | 1 | -12/+22 |
* | Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer... | Sven Gothel | 2013-05-09 | 1 | -17/+40 |
* | Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/... | Sven Gothel | 2013-05-08 | 1 | -64/+126 |
* | Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ... | Sven Gothel | 2013-05-08 | 1 | -0/+1 |
* | GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi... | Sven Gothel | 2013-05-08 | 1 | -27/+35 |
* | Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL... | Sven Gothel | 2013-05-06 | 1 | -2/+2 |
* | Complete commit e7064ece049705e013d80985eae698ce0ee3c4e3: Add getDefaultPixel... | Sven Gothel | 2013-04-27 | 1 | -0/+3 |
* | GLContext*'s ctxGLSLVersion: Use zeroVersion to denominate uninitialized Vers... | Sven Gothel | 2013-04-26 | 1 | -9/+11 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 2 | -6/+18 |
* | Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 - Test for... | Sven Gothel | 2013-04-23 | 1 | -30/+36 |
* | Test for null against a temp variable to narrow races | Harvey Harrison | 2013-04-19 | 1 | -7/+13 |
* | GLJPanel: Avoid NPE of 'backend' in getChosenGLCapabilities() and DisposeGLEv... | Sven Gothel | 2013-04-18 | 1 | -3/+8 |
* | GLJPanel: setFocusable(true) at ctor to allow keyboard input | Sven Gothel | 2013-04-18 | 1 | -0/+2 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 8 | -158/+37 |
* | GLJPanel.toString(): Avoid NPE | Sven Gothel | 2013-04-17 | 1 | -1/+4 |
* | *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc... | Sven Gothel | 2013-04-17 | 1 | -4/+4 |
* | Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6... | Sven Gothel | 2013-04-16 | 2 | -33/+10 |
* | Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon... | Martin Hegedus | 2013-04-15 | 1 | -0/+25 |
* | GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan... | Sven Gothel | 2013-04-10 | 1 | -27/+43 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 4 | -10/+6 |
* | Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp... | Sven Gothel | 2013-04-05 | 1 | -4/+2 |
* | GLJPanel: Refine API doc | Sven Gothel | 2013-03-26 | 1 | -8/+15 |
* | GLJPanel: No need to utilize AWT Component's default ImageObserver code - pix... | Sven Gothel | 2013-03-19 | 1 | -1/+1 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 1 | -0/+1 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -5/+3 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 1 | -2/+2 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 3 | -65/+53 |
* | GLJPanel: Updating GLJPanel documention w/ current mode of operation | Sven Gothel | 2013-03-08 | 1 | -12/+14 |
* | GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU... | Sven Gothel | 2013-03-08 | 1 | -25/+42 |
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 2 | -6/+5 |
* | GLProfile: Adding convenient query for highest programmable core only GL profile | Sven Gothel | 2013-02-21 | 1 | -1/+36 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -0/+3 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 2 | -15/+21 |
* | Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't... | Sven Gothel | 2013-02-15 | 1 | -117/+134 |
* | Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t... | Sven Gothel | 2013-02-12 | 1 | -7/+7 |
* | GLContext: *TRACE_SWITCH spacing | Sven Gothel | 2013-02-11 | 1 | -1/+1 |
* | Fix misc API docs .. | Sven Gothel | 2013-01-27 | 1 | -2/+2 |
* | Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP... | Sven Gothel | 2013-01-27 | 1 | -17/+36 |
* | Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ... | Sven Gothel | 2013-01-26 | 2 | -6/+15 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 2 | -23/+32 |
* | Fix Bug 669: Recursive GLContext makeCurrent()/release() | Sven Gothel | 2013-01-18 | 1 | -0/+11 |
* | Fix Bug 666: GLBase.java line 438 contained some invalid trailing characters ... | Sven Gothel | 2013-01-12 | 1 | -1/+1 |
* | Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER... | Sven Gothel | 2013-01-12 | 1 | -22/+35 |