aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ...Sven Gothel2014-02-181-1/+12
* Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull...Sven Gothel2014-01-241-12/+12
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-211-4/+4
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-3/+7
* Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...Sven Gothel2013-10-291-1/+1
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-271-2/+19
* Fix Bug 872: ES3 and ES3-GLSL Version not properly HandledSven Gothel2013-10-251-11/+15
* Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device...Sven Gothel2013-10-251-3/+16
* GLContext CTX_IMPL_* bits: Use 10 cached bits (+1), and 6 uncached (-1) ; CTX...Sven Gothel2013-10-241-9/+9
* Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ...Sven Gothel2013-10-191-31/+80
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-160/+160
* Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-101-2/+2
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-101-2/+12
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-211-3/+6
* Fix some JavaDoc and API doc (reference) bugs ..Sven Gothel2013-09-081-23/+26
* Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ...Sven Gothel2013-09-071-2/+1
* GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience.Sven Gothel2013-09-031-0/+9
* GLContext: Add missing 'isGLESProfile()' and fix 'isGLcore()', i.e. GL2ES2 ->...Sven Gothel2013-08-311-1/+2
* GLContext: Refine API doc (CONTEXT_NOT_CURRENT.. values) / Exception messageSven Gothel2013-08-101-3/+3
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-4/+4
* Fix GLContext.isGLES3CompatAvailable(..) API doc and reorder query (from comm...Sven Gothel2013-07-161-4/+4
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-161-7/+38
* GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries.Sven Gothel2013-07-161-10/+34
* Fix value range of CTX_* options bits, regression of commit 3a0d7703da32e9a5d...Sven Gothel2013-07-151-7/+10
* Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-151-16/+105
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-46/+137
* Workaround NVidia driver 325.8 returning 4.3-compat for any compat request, i...Sven Gothel2013-07-051-3/+10
* Remove deprecated methods.Sven Gothel2013-07-041-4/+0
* GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...Sven Gothel2013-07-031-10/+10
* ES3.0 GLContext: Handle ES3.0 GLSL Version Number - Static detection and 'es'...Sven Gothel2013-06-161-9/+22
* Fix my sloppy commit f50caa5241b5eef286e8c10b74b5297e5821da2b: Didn't intend ...Sven Gothel2013-06-121-2/+2
* GLContext: Make 'deviceVersion' fields final. Reviewed by Harvey.Sven Gothel2013-06-121-2/+2
* Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn...Sven Gothel2013-06-091-12/+16
* GLVersionNumber.createVendorVersion(): Only test match result and potentially...Sven Gothel2013-05-311-9/+9
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-12/+22
* Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL...Sven Gothel2013-05-061-2/+2
* Complete commit e7064ece049705e013d80985eae698ce0ee3c4e3: Add getDefaultPixel...Sven Gothel2013-04-271-0/+3
* GLContext*'s ctxGLSLVersion: Use zeroVersion to denominate uninitialized Vers...Sven Gothel2013-04-261-9/+11
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-3/+12
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-10/+0
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-8/+10
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-3/+1
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-2/+2
* GLContext: *TRACE_SWITCH spacingSven Gothel2013-02-111-1/+1
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-241-6/+17
* Fix Bug 669: Recursive GLContext makeCurrent()/release()Sven Gothel2013-01-181-0/+11
* 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-111-1/+7
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-0/+26
* GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -...Sven Gothel2012-10-291-0/+13