| Commit message (Expand) | Author | Age | Files | Lines |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 1 | -35/+299 |
* | GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati... | Sven Gothel | 2013-09-04 | 1 | -6/+7 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -3/+9 |
* | GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API ... | Sven Gothel | 2013-07-03 | 1 | -4/+61 |
* | GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl... | Sven Gothel | 2013-05-17 | 1 | -10/+3 |
* | 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 |
* | 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 | 1 | -26/+14 |
* | GLJPanel.toString(): Avoid NPE | Sven Gothel | 2013-04-17 | 1 | -1/+4 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -3/+1 |
* | 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 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -5/+2 |
* | 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 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 1 | -3/+2 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 1 | -14/+18 |
* | Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t... | Sven Gothel | 2013-02-12 | 1 | -7/+7 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -0/+10 |
* | GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD... | Sven Gothel | 2012-12-16 | 1 | -420/+253 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -6/+14 |
* | Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l... | Sven Gothel | 2012-11-08 | 1 | -12/+17 |
* | GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496... | Sven Gothel | 2012-11-05 | 1 | -2/+3 |
* | GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A... | Sven Gothel | 2012-11-04 | 1 | -6/+57 |
* | GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ... | Sven Gothel | 2012-09-29 | 1 | -1/+1 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -3/+10 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -1/+6 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -17/+22 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 1 | -10/+14 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 1 | -54/+136 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -3/+0 |
* | NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead... | Sven Gothel | 2012-05-02 | 1 | -2/+3 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 1 | -70/+52 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 1 | -1/+1 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 1 | -7/+3 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 1 | -1/+1 |
* | Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable()) | Sven Gothel | 2012-02-22 | 1 | -2/+2 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -2/+2 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -30/+22 |
* | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose).., | Sven Gothel | 2011-12-22 | 1 | -103/+92 |
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 1 | -0/+1 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 1 | -2/+2 |
* | OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,... | Sven Gothel | 2011-11-08 | 1 | -11/+3 |
* | Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due... | Sven Gothel | 2011-09-08 | 1 | -2/+0 |