| Commit message (Expand) | Author | Age | Files | Lines |
* | NativeWindowFactory.getNativeWindowType(..): Return canonical string represen... | Sven Gothel | 2012-08-18 | 10 | -70/+76 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 51 | -434/+413 |
* | GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro... | Sven Gothel | 2012-08-18 | 12 | -97/+57 |
* | Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1... | Sven Gothel | 2012-08-18 | 4 | -40/+37 |
* | Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p... | Sven Gothel | 2012-08-17 | 1 | -1/+1 |
* | GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ... | Sven Gothel | 2012-08-17 | 6 | -190/+186 |
* | Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov... | Sven Gothel | 2012-08-17 | 4 | -5/+11 |
* | Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev... | Sven Gothel | 2012-08-17 | 3 | -6/+14 |
* | Robustness: FBObject or reset(..) | Sven Gothel | 2012-08-17 | 1 | -37/+69 |
* | Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODr... | Sven Gothel | 2012-08-17 | 3 | -4/+39 |
* | Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G... | Sven Gothel | 2012-08-16 | 3 | -12/+34 |
* | EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle. | Sven Gothel | 2012-08-16 | 1 | -5/+12 |
* | EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl... | Sven Gothel | 2012-08-16 | 5 | -66/+127 |
* | Include NEWT driver BCM_VC_IV to 'all' JAR (completes 0ca481381b51b4082ac2b3b... | Sven Gothel | 2012-08-16 | 1 | -5/+23 |
* | NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ... | Sven Gothel | 2012-08-16 | 11 | -12/+934 |
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 | Sven Gothel | 2012-08-16 | 24 | -94/+297 |
* | Resolve conflict | Sven Gothel | 2012-08-07 | 8 | -26/+25 |
|\ |
|
| * | Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing | Xerxes Rånby | 2012-07-10 | 8 | -25/+25 |
| * | Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing | Xerxes Rånby | 2012-07-10 | 3 | -0/+0 |
* | | Merge remote-tracking branch 'github-sgothel/master' into armv6hf | Xerxes Rånby | 2012-08-06 | 214 | -3352/+9707 |
|\ \ |
|
| * | | Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10 | Sven Gothel | 2012-08-03 | 12 | -32/+64 |
| * | | Add property: 'jogl.disable.opengles' to disable querying and using OpenGL ES | Sven Gothel | 2012-07-25 | 1 | -2/+9 |
| * | | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 33 | -503/+2158 |
| * | | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 30 | -144/+422 |
| * | | Adding TODO note: Optimize/Fix NIO caching of glMapBuffer/glUnmapBuffer | Sven Gothel | 2012-07-22 | 1 | -0/+4 |
| * | | Align TestSWTAccessor02GLn w/ TestSWTJOGLGLCanvas01GLn, dropping the canvas c... | Sven Gothel | 2012-07-22 | 2 | -14/+2 |
| * | | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 11 | -426/+649 |
| * | | Fix TestSWTAccessor02GLn regression .. forgot to: canvas.addControlListener(s... | Sven Gothel | 2012-07-20 | 2 | -5/+9 |
| * | | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based) | Sven Gothel | 2012-07-20 | 6 | -18/+42 |
| * | | tests.sh minor edit | Sven Gothel | 2012-07-20 | 1 | -7/+8 |
| * | | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl... | Sven Gothel | 2012-07-20 | 6 | -2/+38 |
| * | | Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t... | Sven Gothel | 2012-07-20 | 3 | -25/+10 |
| * | | Minor edits | Sven Gothel | 2012-07-20 | 2 | -12/+10 |
| * | | GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s... | Sven Gothel | 2012-07-20 | 12 | -63/+82 |
| * | | Fix NEWT exception handling in event dispatching: Catch and fwd to caller | Sven Gothel | 2012-07-20 | 3 | -24/+47 |
| * | | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 161 | -2299/+6287 |
| * | | GLCapabilities*: Add 'isFBO()' and 'setFBO(boolean)', allowing upcoming impl.... | Sven Gothel | 2012-07-09 | 2 | -9/+44 |
| * | | EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU... | Sven Gothel | 2012-07-09 | 10 | -127/+182 |
| |/ |
|
* / | Use armv6 optimization for armhf to stay compatible with the new Raspberry Pi... | Xerxes Rånby | 2012-08-06 | 2 | -1/+28 |
|/ |
|
* | Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87 | Sven Gothel | 2012-07-06 | 3 | -8/+3 |
* | Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid! | Sven Gothel | 2012-07-06 | 8 | -126/+143 |
* | C code: remove warnings | Sven Gothel | 2012-07-06 | 3 | -11/+11 |
* | test scripts windows: use new jogl-all.jar and jogl-test.jar | Sven Gothel | 2012-07-06 | 6 | -9/+10 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 16 | -109/+261 |
* | FIX JOGL's index.html - Reminder to myself: Always check web pages befor push... | Sven Gothel | 2012-07-05 | 1 | -6/+3 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 13 | -132/+695 |
* | NEWT/KD Adapt to 'new' KD Window Creation API, use EGLConfig | Sven Gothel | 2012-07-05 | 2 | -21/+10 |
* | NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc... | Sven Gothel | 2012-07-05 | 12 | -141/+276 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 27 | -311/+582 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 10 | -561/+736 |