aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-0721-455/+841
* Fix Android Power-suspend and Power-resumeSven Gothel2012-08-232-9/+14
* Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in closeNative...Sven Gothel2012-08-231-9/+27
* GLContext: Remove integer-key based attach/detach object - use String based (...Sven Gothel2012-08-231-27/+5
* Fix/Workaround: For BCM_VC_IV EGL (alpha) configurationSven Gothel2012-08-211-1/+8
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-218-53/+173
* NEWT Windows.closeNativeImpl(): Remove 'GDI.SetParent(windowHandleClose, 0)' ...Sven Gothel2012-08-191-1/+0
* Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7...Sven Gothel2012-08-181-1/+1
* Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_TSven Gothel2012-08-181-2/+0
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-1810-70/+76
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-1849-414/+393
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-1812-97/+57
* Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...Sven Gothel2012-08-182-36/+35
* Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p...Sven Gothel2012-08-171-1/+1
* GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ...Sven Gothel2012-08-173-185/+178
* Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...Sven Gothel2012-08-173-5/+10
* 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-165-66/+127
* NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ...Sven Gothel2012-08-1610-11/+925
* Resolve conflictSven Gothel2012-08-077-25/+24
|\
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-107-24/+24
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-103-0/+0
* | Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-0311-29/+61
* | 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-2525-448/+2038
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-2429-143/+419
* | Align TestSWTAccessor02GLn w/ TestSWTJOGLGLCanvas01GLn, dropping the canvas c...Sven Gothel2012-07-222-14/+2
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-2211-426/+649
* | Fix TestSWTAccessor02GLn regression .. forgot to: canvas.addControlListener(s...Sven Gothel2012-07-201-3/+7
* | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-205-15/+40
* | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...Sven Gothel2012-07-206-2/+38
* | Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...Sven Gothel2012-07-203-25/+10
* | Minor editsSven Gothel2012-07-202-12/+10
* | GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-2012-63/+82
* | Fix NEWT exception handling in event dispatching: Catch and fwd to callerSven Gothel2012-07-203-24/+47
* | Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-19140-2152/+6019
* | 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-0910-127/+182
|/
* Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87Sven Gothel2012-07-062-6/+0
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-067-126/+132
* C code: remove warningsSven Gothel2012-07-063-11/+11
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-0611-87/+220
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-0512-121/+678
* NEWT/KD Adapt to 'new' KD Window Creation API, use EGLConfigSven Gothel2012-07-052-21/+10
* NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc...Sven Gothel2012-07-0512-141/+276
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-0427-311/+582