| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2) | Sven Gothel | 2015-02-02 | 1 | -2038/+0 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -8/+8 |
* | Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR... | Sven Gothel | 2015-01-23 | 1 | -5/+3 |
* | Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..) | Sven Gothel | 2015-01-23 | 1 | -3/+1 |
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff... | Sven Gothel | 2014-12-07 | 1 | -8/+13 |
* | GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter... | Sven Gothel | 2014-10-25 | 1 | -27/+27 |
* | Fix GLContext.Version* regression: Use Version1_1 and Version1_2 for 1.1 and ... | Sven Gothel | 2014-10-12 | 1 | -0/+12 |
* | New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ... | Sven Gothel | 2014-09-19 | 1 | -0/+1 |
* | Adding missing '@since 2.2.1' tags to ShaderCode and GLContext | Sven Gothel | 2014-09-03 | 1 | -0/+1 |
* | Bug 1058 - Fix GLContext.getGLSLVersionString(): Add 'profile' after version ... | Sven Gothel | 2014-09-02 | 1 | -5/+16 |
* | Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot... | Sven Gothel | 2014-08-30 | 1 | -1/+1 |
* | Bug 1055 - Access and query shared master GLContext in a deterministic fashio... | Sven Gothel | 2014-08-30 | 1 | -0/+10 |
* | Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;... | Sven Gothel | 2014-08-30 | 1 | -2/+30 |
* | Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock' | Sven Gothel | 2014-08-29 | 1 | -1/+1 |
* | Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre... | Sven Gothel | 2014-07-30 | 1 | -14/+7 |
* | GLContext.hasNoDefaultVAO(): Remove ES 3.x, fixing issues w/ ES 3.x client si... | Sven Gothel | 2014-07-29 | 1 | -5/+14 |
* | Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi... | Sven Gothel | 2014-07-27 | 1 | -4/+14 |
* | Findbugs: Remove dead-code / unused [temp] storage and it's assignment | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -74/+74 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ... | Sven Gothel | 2014-02-18 | 1 | -1/+12 |
* | Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull... | Sven Gothel | 2014-01-24 | 1 | -12/+12 |
* | Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron... | Sven Gothel | 2014-01-21 | 1 | -4/+4 |
* | Bug 929 - Reflect ES3 Compatibility with ES2 | Sven Gothel | 2013-12-21 | 1 | -3/+7 |
* | Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field... | Sven Gothel | 2013-10-29 | 1 | -1/+1 |
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 1 | -2/+19 |
* | Fix Bug 872: ES3 and ES3-GLSL Version not properly Handled | Sven Gothel | 2013-10-25 | 1 | -11/+15 |
* | Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device... | Sven Gothel | 2013-10-25 | 1 | -3/+16 |
* | GLContext CTX_IMPL_* bits: Use 10 cached bits (+1), and 6 uncached (-1) ; CTX... | Sven Gothel | 2013-10-24 | 1 | -9/+9 |
* | Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ... | Sven Gothel | 2013-10-19 | 1 | -31/+80 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -160/+160 |
* | Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0 | Sven Gothel | 2013-10-10 | 1 | -2/+2 |
* | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core... | Sven Gothel | 2013-10-10 | 1 | -2/+12 |
* | Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn... | Sven Gothel | 2013-09-21 | 1 | -3/+6 |
* | Fix some JavaDoc and API doc (reference) bugs .. | Sven Gothel | 2013-09-08 | 1 | -23/+26 |
* | Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ... | Sven Gothel | 2013-09-07 | 1 | -2/+1 |
* | GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience. | Sven Gothel | 2013-09-03 | 1 | -0/+9 |
* | GLContext: Add missing 'isGLESProfile()' and fix 'isGLcore()', i.e. GL2ES2 ->... | Sven Gothel | 2013-08-31 | 1 | -1/+2 |
* | GLContext: Refine API doc (CONTEXT_NOT_CURRENT.. values) / Exception message | Sven Gothel | 2013-08-10 | 1 | -3/+3 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -4/+4 |
* | Fix GLContext.isGLES3CompatAvailable(..) API doc and reorder query (from comm... | Sven Gothel | 2013-07-16 | 1 | -4/+4 |
* | Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case... | Sven Gothel | 2013-07-16 | 1 | -7/+38 |
* | GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries. | Sven Gothel | 2013-07-16 | 1 | -10/+34 |
* | Fix value range of CTX_* options bits, regression of commit 3a0d7703da32e9a5d... | Sven Gothel | 2013-07-15 | 1 | -7/+10 |
* | Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo... | Sven Gothel | 2013-07-15 | 1 | -16/+105 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -46/+137 |
* | Workaround NVidia driver 325.8 returning 4.3-compat for any compat request, i... | Sven Gothel | 2013-07-05 | 1 | -3/+10 |
* | Remove deprecated methods. | Sven Gothel | 2013-07-04 | 1 | -4/+0 |
* | GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names... | Sven Gothel | 2013-07-03 | 1 | -10/+10 |
* | ES3.0 GLContext: Handle ES3.0 GLSL Version Number - Static detection and 'es'... | Sven Gothel | 2013-06-16 | 1 | -9/+22 |