| Commit message (Expand) | Author | Age | Files | Lines |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 2 | -1/+8 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 1 | -1/+1 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-15 | 1 | -2/+2 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -2/+8 |
* | Security: Apply security changes from GlueGen | Sven Gothel | 2013-06-21 | 2 | -14/+21 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 5 | -123/+38 |
* | Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe... | Sven Gothel | 2013-04-25 | 2 | -24/+52 |
* | Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ... | Sven Gothel | 2013-04-18 | 3 | -38/+64 |
* | Bug 718: Exclude updateGraphicsConfigurationARB(..) usage for BITMAP (Windows... | Sven Gothel | 2013-04-18 | 1 | -3/+7 |
* | Bug 718: Further restriction of Windows BITMAP PFD's - RGB888 and !alpha only | Sven Gothel | 2013-04-18 | 2 | -2/+3 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 10 | -431/+14 |
* | Bug 718: Windows BITMAP Offscreen Fails w/ GLCaps other than simple RGB888 - ... | Sven Gothel | 2013-04-17 | 3 | -24/+58 |
* | *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc... | Sven Gothel | 2013-04-17 | 1 | -4/+43 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -3/+3 |
* | Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp... | Sven Gothel | 2013-04-05 | 1 | -2/+1 |
* | SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa... | Sven Gothel | 2013-03-27 | 1 | -0/+5 |
* | *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu... | Sven Gothel | 2013-03-13 | 1 | -21/+1 |
* | Fix Bug 695: WGLExt.wglChoosePixelFormatARB causes buffer underflow due to a ... | Sven Gothel | 2013-02-28 | 2 | -2/+2 |
* | X11/WGL: Better Exception Message for failed ARB context creation if profile ... | Sven Gothel | 2013-02-16 | 1 | -1/+1 |
* | WGLContext: Enhance DEBUG output for failed makeCurrentImpl(..) | Sven Gothel | 2013-01-26 | 1 | -1/+5 |
* | Bug632: Test NEWT Child Window Translucency (X11/Windows) .. | Sven Gothel | 2012-12-30 | 1 | -5/+8 |
* | *Drawable impl. DEBUG: Add getThreadName() to debug out. | Sven Gothel | 2012-12-22 | 3 | -6/+6 |
* | GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos... | Sven Gothel | 2012-12-21 | 2 | -2/+2 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 2 | -22/+2 |
* | Added a condition to skip updateGraphicsConfigurationARB when non-hardware-ac... | jthedering | 2012-11-11 | 1 | -1/+2 |
* | WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 5 | -170/+188 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -6/+7 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -4/+1 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 6 | -102/+64 |
* | Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i... | Sven Gothel | 2012-09-08 | 2 | -147/+223 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 1 | -6/+4 |
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a... | Sven Gothel | 2012-09-07 | 3 | -95/+94 |
* | Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang... | Sven Gothel | 2012-08-21 | 1 | -0/+6 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 2 | -6/+6 |
* | GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s... | Sven Gothel | 2012-07-20 | 1 | -2/+6 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 10 | -184/+141 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 5 | -26/+17 |
* | GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. | Sven Gothel | 2012-06-28 | 6 | -62/+97 |
* | Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie... | Sven Gothel | 2012-06-27 | 1 | -6/+9 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 4 | -54/+76 |
* | Misc cleanup: Add @Override, remove trailing whitespace | Sven Gothel | 2012-06-27 | 7 | -83/+106 |
* | JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '... | Sven Gothel | 2012-06-21 | 2 | -19/+19 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -1/+0 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -2/+2 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566 | Sven Gothel | 2012-03-26 | 1 | -0/+3 |
* | Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context) | Sven Gothel | 2012-03-18 | 1 | -4/+6 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 3 | -3/+3 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 2 | -6/+2 |
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 1 | -4/+3 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 1 | -41/+12 |