aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
...
* | Minor Edits: Add GL_RENDERER to JoglVersion dump; Fix typo in PMVMatrix.Sven Gothel2012-01-142-4/+6
* | OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...Sven Gothel2012-01-134-12/+42
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no...Sven Gothel2012-01-135-31/+36
|/
* Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threa...Sven Gothel2012-01-091-0/+4
* minor edits / clarify SWT test descripionSven Gothel2012-01-091-1/+0
* SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() ...Sven Gothel2012-01-092-60/+63
* minor editsSven Gothel2012-01-091-2/+0
* SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license heade...Sven Gothel2012-01-091-133/+30
* Merge pull request #41 from krisher/masterSven Gothel2012-01-091-0/+652
|\
| * Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this was ...Dan Krisher2011-11-141-24/+3
| * [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ...Dan Krisher2011-11-141-0/+673
* | Fix bug 548 and bug 533 - OSX [10.6] NVidia driver may require glFinish() bef...Sven Gothel2012-01-091-0/+2
* | Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-097-21/+115
* | GLContext/NativeSurface Impl's toString(): Add lock.toString()Sven Gothel2012-01-082-6/+8
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-088-254/+377
* | Animator*: Clarify debug outputSven Gothel2012-01-072-6/+8
* | Fix bug 549 - Incorrect calculation of count value in GLUniformData due to ig...Sven Gothel2012-01-051-3/+3
* | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,Sven Gothel2011-12-225-138/+142
* | GLBuffer: Add NV_texture_shader HILO format and HILO16 typev2.0-rc5rc_fiveSven Gothel2011-12-191-8/+24
* | CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...Sven Gothel2011-12-182-1/+20
* | Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share...Sven Gothel2011-12-181-131/+140
* | MaxOSXWindowSystemInterface: deleteContext / releaseNSOpenGLLayer:Sven Gothel2011-12-172-10/+25
* | MacOSXCGLContext Offscreen Layer: Throw exception in case drawable is not rea...Sven Gothel2011-12-171-2/+5
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-171-31/+67
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...Sven Gothel2011-12-1711-41/+40
* | GLDebugMessageHandler: Move Windows 32bit exclusion to init() block signaling...Sven Gothel2011-12-131-13/+12
* | GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL...Sven Gothel2011-12-132-15/+34
* | MacOSXCGLContext.isGLProfileSupported(): No GL3* on pre lion - early outSven Gothel2011-12-131-0/+5
* | setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...Sven Gothel2011-12-139-43/+69
* | Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...Sven Gothel2011-12-131-7/+3
* | GLDrawableHelper.reshape(): check whether to call GLEventListener's init() ho...Sven Gothel2011-12-111-3/+8
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-1110-187/+296
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-017-92/+171
* | GLContext fix shutdown(): Clear proc address tables and extension cache (GLCo...Sven Gothel2011-12-012-5/+12
* | Minor edits.Sven Gothel2011-12-014-16/+1
* | GLProfile: use dbl checked locking w/ volatile ; Proper shutdown sequence.Sven Gothel2011-12-011-26/+36
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-015-143/+211
* | Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-012-2/+5
* | More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-308-25/+70
* | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostnessSven Gothel2011-11-2915-49/+120
* | Fix Bug 527: Creating a context w/ shared context, while the latter is in use...Sven Gothel2011-11-289-55/+68
* | MacOSX: Disable native verbositySven Gothel2011-11-262-2/+2
* | X11Util: Remove wrapped/locked X11Lib methodsSven Gothel2011-11-266-20/+20
* | OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix ...Sven Gothel2011-11-261-8/+7
* | SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shu...Sven Gothel2011-11-263-17/+17
* | NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection nameSven Gothel2011-11-261-1/+4
* | GLX Information usage cleanupSven Gothel2011-11-257-190/+249
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...Sven Gothel2011-11-252-2/+2
* | Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...Sven Gothel2011-11-253-3/+5
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...Sven Gothel2011-11-252-195/+11