aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLContext.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GLContext: Produce and expose GLSL version as VersionNumber and version strin...Sven Gothel2012-10-241-0/+75
* GLContext.makeCurrent(): Clean API docSven Gothel2012-09-291-13/+17
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-281-11/+14
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-10/+41
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-17/+80
* GLContext: Remove integer-key based attach/detach object - use String based (...Sven Gothel2012-08-231-27/+5
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-211-2/+4
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-23/+71
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-7/+64
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-051-61/+188
* Minor cleanupSven Gothel2012-06-291-5/+2
* GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking.Sven Gothel2012-06-281-1/+8
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-271-108/+109
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-10/+0
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-2/+2
* GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled.Sven Gothel2012-04-031-1/+1
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-2/+2
* Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...Sven Gothel2012-03-201-17/+11
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-12/+3
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-101-5/+44
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-041-3/+14
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-1/+1
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-221-1/+12
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-201-23/+37
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-141-34/+30
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-20/+52
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-69/+87
* OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...Sven Gothel2012-01-131-1/+6
* GLContext/NativeSurface Impl's toString(): Add lock.toString()Sven Gothel2012-01-081-1/+8
* GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-081-2/+5