summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl
Commit message (Expand)AuthorAgeFilesLines
* Security: Apply security changes from GlueGenSven Gothel2013-06-216-18/+17
* GLDynamicLibraryBundleInfo.shallLinkGlobal(): Defaults to 'true' now, allowin...Sven Gothel2013-06-182-20/+4
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-262-54/+32
* Refine some API docs ..Sven Gothel2013-04-232-0/+14
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-186-109/+3
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-0/+12
* GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan...Sven Gothel2013-04-101-2/+2
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-4/+2
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-051-2/+1
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-16/+60
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-13/+40
* *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...Sven Gothel2013-03-131-24/+1
* ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do...Sven Gothel2013-01-261-0/+1
* [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-261-8/+13
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-202-4/+19
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-121-1/+1
* *Drawable impl. DEBUG: Add getThreadName() to debug out.Sven Gothel2012-12-221-1/+0
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-212-2/+2
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-10/+0
* EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-304-90/+67
* Fix commit 48bcceaf611a17bb3795aa9fe25a0e0c726879f7, EGLDrawableFactory's ES1...Sven Gothel2012-10-191-1/+0
* EGLDrawableFactory: Detect ES1 implementation within ES2 library, if not foun...Sven Gothel2012-10-191-2/+16
* Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76...Sven Gothel2012-10-131-10/+21
* EGL/X11 DummySurfaceHook: Lock display device at creation/destructionSven Gothel2012-10-051-11/+21
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-4/+4
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-271-2/+1
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-203-141/+216
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-1513-267/+315
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-082-15/+46
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-072-16/+44
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-074-59/+72
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-213-49/+144
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-182-2/+2
* Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p...Sven Gothel2012-08-171-1/+1
* Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev...Sven Gothel2012-08-171-1/+8
* EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle.Sven Gothel2012-08-161-5/+12
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-164-59/+119
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-242-10/+12
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-202-22/+23
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-199-280/+505
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-094-93/+133
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-052-10/+2
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-5/+0
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-281-48/+81
* Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie...Sven Gothel2012-06-271-11/+14
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-274-43/+64
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-273-27/+39
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-212-8/+9
* GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...Sven Gothel2012-05-011-16/+42
* EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...Sven Gothel2012-05-011-1/+16