| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ... | Sven Gothel | 2013-05-17 | 1 | -12/+22 |
* | 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 | 1 | -3/+12 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -10/+0 |
* | Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6... | Sven Gothel | 2013-04-16 | 1 | -8/+10 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -3/+1 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 1 | -2/+2 |
* | GLContext: *TRACE_SWITCH spacing | Sven Gothel | 2013-02-11 | 1 | -1/+1 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 1 | -6/+17 |
* | Fix Bug 669: Recursive GLContext makeCurrent()/release() | Sven Gothel | 2013-01-18 | 1 | -0/+11 |
* | Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER... | Sven Gothel | 2013-01-12 | 1 | -22/+35 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -1/+7 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -0/+26 |
* | GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -... | Sven Gothel | 2012-10-29 | 1 | -0/+13 |
* | GLContext: Produce and expose GLSL version as VersionNumber and version strin... | Sven Gothel | 2012-10-24 | 1 | -0/+75 |
* | GLContext.makeCurrent(): Clean API doc | Sven Gothel | 2012-09-29 | 1 | -13/+17 |
* | Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval... | Sven Gothel | 2012-09-28 | 1 | -11/+14 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -10/+41 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -17/+80 |
* | GLContext: Remove integer-key based attach/detach object - use String based (... | Sven Gothel | 2012-08-23 | 1 | -27/+5 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 1 | -2/+4 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -23/+71 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 1 | -7/+64 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 1 | -61/+188 |
* | Minor cleanup | Sven Gothel | 2012-06-29 | 1 | -5/+2 |
* | GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking. | Sven Gothel | 2012-06-28 | 1 | -1/+8 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 1 | -108/+109 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -10/+0 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -2/+2 |
* | GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled. | Sven Gothel | 2012-04-03 | 1 | -1/+1 |