aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob...Sven Gothel2014-10-081-0/+7
* GLContextImpl: Unify common TRACE_SWITCH and DEBUG_TRACE_SWITCH base info-str...Sven Gothel2014-10-081-32/+25
* Bug 1078: Fix commit 99f91f8b28d42cdf341533736e878056bcae4708 (GLRendererQuir...Sven Gothel2014-10-081-4/+14
* Fix of the bug 1078Julien Gouesse2014-10-081-0/+7
* Fix GLContextImpl.setRendererQuirks(..) CTX_IMPL_ACCEL_SOFT profile stateSven Gothel2014-09-221-4/+4
* New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ...Sven Gothel2014-09-201-2/+20
* GLContextImpl.setRendererQuirks(..): Use GLRendererQuirks.addQuirk(int), drop...Sven Gothel2014-09-201-61/+58
* Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot...Sven Gothel2014-08-301-33/+33
* Bug 1055 - Access and query shared master GLContext in a deterministic fashio...Sven Gothel2014-08-301-16/+23
* Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;...Sven Gothel2014-08-301-97/+103
* Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock'Sven Gothel2014-08-291-33/+33
* Bug 1054: Cleanup GLContext 'lock' and 'drawable' usage, perform drawable nul...Sven Gothel2014-08-291-65/+84
* Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...Sven Gothel2014-07-301-2/+21
* Revert "GLContext: Don't map compatibility profiles to core profile if the la...Sven Gothel2014-07-301-0/+12
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...Sven Gothel2014-07-301-0/+3
* GLContext: Don't map compatibility profiles to core profile if the latter are...Sven Gothel2014-07-301-12/+0
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p...Sven Gothel2014-07-291-17/+19
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-0/+2
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-7/+0
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-1/+1
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-8/+9
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-74/+74
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-1/+1
* X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...Sven Gothel2014-04-011-1/+1
* GLRendererQuirks.NoMultiSamplingBuffers: Prelim detection of this quirk due t...Sven Gothel2014-03-191-1/+14
* GLContextImpl/GLDrawableImpl.getDefaultReadBuffer(..): Pass hint whether dedi...Sven Gothel2014-02-181-1/+1
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-121-7/+5
* Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnlySven Gothel2014-01-241-16/+0
* Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...Sven Gothel2014-01-241-12/+42
* Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull...Sven Gothel2014-01-241-1/+1
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-211-9/+9
* Bug 942: Bug 942 - Review GLBuffer[State|Size]Tracker and NIO mapped buffersSven Gothel2014-01-141-15/+10
* Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and...Sven Gothel2014-01-141-8/+20
* Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...Sven Gothel2014-01-141-20/+8
* Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...Sven Gothel2013-12-231-4/+8
* Bug 925 - Refine GLContextImpl.setGLFunctionAvailability(..)'s ES version val...Sven Gothel2013-12-211-4/+16
* Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP...Sven Gothel2013-12-211-6/+36
* Bug 925: Use proper common profile and test compatibility for GLContextImpl's...Sven Gothel2013-12-211-8/+11
* Bug 890 - GLContextImpl's Version Validation: Only validate Integer based Ver...Sven Gothel2013-11-181-7/+17
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-15/+19
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-021-7/+10
* GLRendererQuirks: Add GLSharedContextBuggy ('Mesa Intel 9.2.1' and 'Hisilicon...v2.1.2Sven Gothel2013-11-011-5/+23
* Fix Bug 875 - Cleanup branch using VersionNumber (fix 'Int' check strictMatch...Sven Gothel2013-10-301-54/+74
* Merge pull request #72 from masterzen/tickets/875Sven Gothel2013-10-291-9/+17
|\
| * Fix #875 - ES version should be strictly validatedBrice Figureau2013-10-291-9/+17
* | Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...Sven Gothel2013-10-291-0/+4
* | Bug 876: BuildComposablePipeline: getGL*() shall not return downstream.getGL*...Sven Gothel2013-10-291-7/+7
|/
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-271-2/+2
* Fix regression of commit 34b35c5a0a379a6b4c0b23b9d347a0b1338f0239 - GLContext...Sven Gothel2013-10-251-3/+11