aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-165-66/+127
* Include NEWT driver BCM_VC_IV to 'all' JAR (completes 0ca481381b51b4082ac2b3b...Sven Gothel2012-08-161-5/+23
* NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ...Sven Gothel2012-08-1611-12/+934
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597Sven Gothel2012-08-1624-94/+297
* Resolve conflictSven Gothel2012-08-078-26/+25
|\
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-108-25/+25
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-103-0/+0
* | Merge remote-tracking branch 'github-sgothel/master' into armv6hfXerxes Rånby2012-08-06214-3352/+9707
|\ \
| * | Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-0312-32/+64
| * | 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-2533-503/+2158
| * | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-2430-144/+422
| * | Adding TODO note: Optimize/Fix NIO caching of glMapBuffer/glUnmapBufferSven Gothel2012-07-221-0/+4
| * | 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-202-5/+9
| * | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-206-18/+42
| * | tests.sh minor editSven Gothel2012-07-201-7/+8
| * | 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-19161-2299/+6287
| * | 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
| |/
* / Use armv6 optimization for armhf to stay compatible with the new Raspberry Pi...Xerxes Rånby2012-08-062-1/+28
|/
* Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87Sven Gothel2012-07-063-8/+3
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-068-126/+143
* C code: remove warningsSven Gothel2012-07-063-11/+11
* test scripts windows: use new jogl-all.jar and jogl-test.jarSven Gothel2012-07-066-9/+10
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-0616-109/+261
* FIX JOGL's index.html - Reminder to myself: Always check web pages befor push...Sven Gothel2012-07-051-6/+3
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-0513-132/+695
* 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
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-0210-561/+736
* Test case cleanupSven Gothel2012-07-0214-63/+122
* Fix Bug 597: XDisplayString(0) -> SIGSEGV; Handle n/a DISPLAYSven Gothel2012-06-301-4/+8
* Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...Sven Gothel2012-06-307-73/+112
* JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG infoSven Gothel2012-06-302-17/+24
* GLContextImpl/GLDrawableImpl: More fail-safe, cleanup, mark some methods finalSven Gothel2012-06-293-19/+25
* NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerantSven Gothel2012-06-298-21/+26
* Minor cleanupSven Gothel2012-06-293-17/+16
* Bug #589 - Enhance snapshot/textIO test: Add offscreen mode; Add AWT onscreen...Sven Gothel2012-06-285-87/+301
* AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'...Sven Gothel2012-06-282-4/+4
* NEWT GLWindow multithreading fix and annotations (see commit bc7503c77892a9e1...Sven Gothel2012-06-282-72/+242
* 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-284-114/+123