aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes
Commit message (Expand)AuthorAgeFilesLines
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-1558-1722/+3161
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-0810-219/+372
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-077-84/+75
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-0716-375/+471
* 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-218-53/+173
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-185-12/+11
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-181-33/+21
* Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...Sven Gothel2012-08-181-5/+6
* Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p...Sven Gothel2012-08-171-1/+1
* GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ...Sven Gothel2012-08-171-2/+7
* Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...Sven Gothel2012-08-172-3/+5
* Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev...Sven Gothel2012-08-171-1/+8
* Robustness: FBObject or reset(..)Sven Gothel2012-08-171-37/+69
* Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODr...Sven Gothel2012-08-173-4/+39
* Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G...Sven Gothel2012-08-163-12/+34
* 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 X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-035-20/+52
* Add property: 'jogl.disable.opengles' to disable querying and using OpenGL ESSven Gothel2012-07-251-2/+9
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-253-62/+140
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-2413-64/+159
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-226-328/+500
* Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-202-8/+10
* Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...Sven Gothel2012-07-203-1/+26
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-208-53/+66
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-1975-1667/+4132
* GLCapabilities*: Add 'isFBO()' and 'setFBO(boolean)', allowing upcoming impl....Sven Gothel2012-07-092-9/+44
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-094-93/+133
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-061-77/+22
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-067-77/+205
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-056-103/+281
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-0423-213/+434
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-028-263/+586
* GLContextImpl/GLDrawableImpl: More fail-safe, cleanup, mark some methods finalSven Gothel2012-06-293-19/+25
* Minor cleanupSven Gothel2012-06-293-17/+16
* AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'...Sven Gothel2012-06-282-4/+4
* SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc...Sven Gothel2012-06-282-6/+30
* SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l...Sven Gothel2012-06-281-103/+113
* GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking.Sven Gothel2012-06-282-12/+21
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-2824-401/+716
* Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie...Sven Gothel2012-06-274-71/+111
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-2718-464/+603
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-2722-238/+329
* Misc cleanup: add @OverrideSven Gothel2012-06-271-1/+1
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-273-11/+3
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-262-9/+23
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-2110-43/+51
* TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan...Sven Gothel2012-06-184-35/+65
* Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test...Sven Gothel2012-06-181-1/+1