summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* GLProfile: Adding convenient query for highest programmable core only GL profileSven Gothel2013-02-211-1/+36
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-0/+3
* Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility stateSven Gothel2013-02-162-15/+21
* Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't...Sven Gothel2013-02-151-117/+134
* Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t...Sven Gothel2013-02-121-7/+7
* GLContext: *TRACE_SWITCH spacingSven Gothel2013-02-111-1/+1
* Fix misc API docs ..Sven Gothel2013-01-271-2/+2
* Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...Sven Gothel2013-01-271-17/+36
* Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ...Sven Gothel2013-01-262-6/+15
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-242-23/+32
* Fix Bug 669: Recursive GLContext makeCurrent()/release()Sven Gothel2013-01-181-0/+11
* Fix Bug 666: GLBase.java line 438 contained some invalid trailing characters ...Sven Gothel2013-01-121-1/+1
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-121-22/+35
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-115-9/+85
* AWT GLCanvas: More strict GLDrawable realization [on AWT-EDT], skip if creati...Sven Gothel2012-12-281-7/+7
* Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLCanvas.displayOn...Sven Gothel2012-12-221-2/+2
* Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...Sven Gothel2012-12-221-2/+4
* GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...Sven Gothel2012-12-162-421/+254
* GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-162-9/+68
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-154-8/+75
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+1
* Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...Sven Gothel2012-11-082-54/+65
* GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496...Sven Gothel2012-11-053-26/+16
* GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...Sven Gothel2012-11-043-43/+265
* GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -...Sven Gothel2012-10-291-0/+13
* GLContext: Produce and expose GLSL version as VersionNumber and version strin...Sven Gothel2012-10-241-0/+75
* FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameterSven Gothel2012-10-221-1/+5
* FFP-Emu: Adding simple POINTS shader ; Adding GLRunnable2 interface, allowing...Sven Gothel2012-10-201-0/+44
* Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76...Sven Gothel2012-10-132-49/+42
* GLCanvas: Avoid NPE in debug mode @ reshape (duh)Sven Gothel2012-10-121-1/+3
* Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,...Sven Gothel2012-10-121-1/+14
* GLUniformData.toString() matrix: Add matrix offset ..Sven Gothel2012-10-101-1/+1
* GLUniformData: add null format string to Buffers.toString()Sven Gothel2012-10-101-1/+1
* FloatUtil/PMVMatrix/GLUniformData: Move impl. of FloatBuffer matrix toString(...Sven Gothel2012-10-101-7/+29
* Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ...Sven Gothel2012-10-081-1/+3
* Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw...Sven Gothel2012-10-081-9/+2
* Refine a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389, fix deadlock (regression)Sven Gothel2012-10-051-19/+27
* Refine ed7d5f2e3fc696d47b10c8d62a071643bf385588, set and restore FBO caps @ s...Sven Gothel2012-10-051-1/+3
* Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin...Sven Gothel2012-10-051-1/+1
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-051-29/+31
* Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M...Sven Gothel2012-10-041-61/+114
* GLContext.makeCurrent(): Clean API docSven Gothel2012-09-291-13/+17
* GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...Sven Gothel2012-09-292-2/+2
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-281-11/+14
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-203-31/+103
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-1510-249/+570
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-081-0/+29
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-072-46/+19
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-073-76/+138
* GLContext: Remove integer-key based attach/detach object - use String based (...Sven Gothel2012-08-231-27/+5