aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device...Sven Gothel2013-10-251-1/+1
* Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-251-45/+101
* Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ...Sven Gothel2013-10-191-55/+28
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-148/+148
* Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...Sven Gothel2013-10-031-6/+16
* Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N...Sven Gothel2013-10-031-2/+2
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-211-20/+19
* Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P...Sven Gothel2013-09-201-5/+8
* Fix Bug 817 (2/2): GLContextImpl's getDefaultPixelDataType()/getDefaultPixelD...Sven Gothel2013-08-161-4/+8
* GLContext: Refine API doc (CONTEXT_NOT_CURRENT.. values) / Exception messageSven Gothel2013-08-101-2/+2
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-1/+1
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-161-1/+4
* Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-151-13/+20
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-29/+95
* Remove deprecated methods.Sven Gothel2013-07-041-18/+2
* Remove redundant check around Mesa quirk (that check has already occurred via...Mark Raynsford2013-07-031-9/+6
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogl into markMark Raynsford2013-07-031-2/+2
|\
| * GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...Sven Gothel2013-07-031-2/+2
* | Bug 759:Mark Raynsford2013-07-021-3/+3
|/
* Fix Bug 759: Add quirk GLNonCompliant for Mesa AMD GL >= 3.1 renderer.Juan Camilo Prada2013-06-211-2/+6
* GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i...Sven Gothel2013-06-211-16/+0
* Security: Apply security changes from GlueGenSven Gothel2013-06-211-17/+37
* GLVersionNumber.createVendorVersion(): Only test match result and potentially...Sven Gothel2013-05-311-26/+58
* GLVersionNumber: Fix vendor version parser; Adapt to GlueGen commit 959d6d83e...Sven Gothel2013-05-311-1/+1
* GLSL version determination: Use static GLSL version mapping in case of GLES -...Sven Gothel2013-05-171-1/+1
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-3/+1
* Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL...Sven Gothel2013-05-061-6/+6
* Complete commit e7064ece049705e013d80985eae698ce0ee3c4e3: Add getDefaultPixel...Sven Gothel2013-04-271-29/+37
* GLContext*'s ctxGLSLVersion: Use zeroVersion to denominate uninitialized Vers...Sven Gothel2013-04-261-3/+3
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-21/+61
* Quirk DontCloseX11Display: Only detect w/ X11 NativeWindow System.Sven Gothel2013-04-241-5/+5
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-5/+2
* Fix Bug 705 - Set Quirk DontCloseX11Display also if using X11 and X11Util has...Sven Gothel2013-04-161-14/+26
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-36/+26
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-151-0/+32
* Fix Bug 692: Add tracking of VERTEX_ARRAY_BINDING, and enable allowing a boun...Sven Gothel2013-04-141-0/+4
* GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A...Sven Gothel2013-04-121-10/+18
* GLContextImpl.destroy(): Fail fast in case of invalid dawable [null, !realize...Sven Gothel2013-04-101-14/+21