| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 22 | -298/+585 |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 2 | -7/+7 |
* | GLDynamicLibraryBundleInfo: Remove 'nativewindow_x11' preload lib (implicitly... | Sven Gothel | 2012-01-23 | 3 | -12/+0 |
* | Minor edit: Suppress USE_WGLVersion_Of_5WGLGDIFuncSet message when default. | Sven Gothel | 2012-01-23 | 1 | -1/+3 |
* | Use glFlush() in favor of glFinish() for bug 548 and bug 533 fix - due to per... | Sven Gothel | 2012-01-23 | 1 | -4/+4 |
* | Merge pull request #43 from krisher/master | Sven Gothel | 2012-01-19 | 1 | -2/+15 |
|\ |
|
| * | Fix for use of SWT GLCanvas in headless mode (or with threading in worker mod... | Dan Krisher | 2012-01-11 | 1 | -2/+15 |
* | | NEWT/OSX CALayer Animation Fix: Use '[layer removeAllAnimations]', '[layer re... | Sven Gothel | 2012-01-16 | 1 | -6/+0 |
* | | Minor Edits: Add GL_RENDERER to JoglVersion dump; Fix typo in PMVMatrix. | Sven Gothel | 2012-01-14 | 2 | -4/+6 |
* | | OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r... | Sven Gothel | 2012-01-13 | 4 | -12/+42 |
* | | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 5 | -31/+36 |
|/ |
|
* | Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threa... | Sven Gothel | 2012-01-09 | 1 | -0/+4 |
* | minor edits / clarify SWT test descripion | Sven Gothel | 2012-01-09 | 1 | -1/+0 |
* | SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() ... | Sven Gothel | 2012-01-09 | 2 | -60/+63 |
* | minor edits | Sven Gothel | 2012-01-09 | 1 | -2/+0 |
* | SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license heade... | Sven Gothel | 2012-01-09 | 1 | -133/+30 |
* | Merge pull request #41 from krisher/master | Sven Gothel | 2012-01-09 | 1 | -0/+652 |
|\ |
|
| * | Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this was ... | Dan Krisher | 2011-11-14 | 1 | -24/+3 |
| * | [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ... | Dan Krisher | 2011-11-14 | 1 | -0/+673 |
* | | Fix bug 548 and bug 533 - OSX [10.6] NVidia driver may require glFinish() bef... | Sven Gothel | 2012-01-09 | 1 | -0/+2 |
* | | Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ... | Sven Gothel | 2012-01-09 | 7 | -21/+115 |
* | | GLContext/NativeSurface Impl's toString(): Add lock.toString() | Sven Gothel | 2012-01-08 | 2 | -6/+8 |
* | | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 8 | -254/+377 |
* | | Animator*: Clarify debug output | Sven Gothel | 2012-01-07 | 2 | -6/+8 |
* | | Fix bug 549 - Incorrect calculation of count value in GLUniformData due to ig... | Sven Gothel | 2012-01-05 | 1 | -3/+3 |
* | | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose).., | Sven Gothel | 2011-12-22 | 5 | -138/+142 |
* | | GLBuffer: Add NV_texture_shader HILO format and HILO16 typev2.0-rc5rc_five | Sven Gothel | 2011-12-19 | 1 | -8/+24 |
* | | CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ... | Sven Gothel | 2011-12-18 | 2 | -1/+20 |
* | | Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share... | Sven Gothel | 2011-12-18 | 1 | -131/+140 |
* | | MaxOSXWindowSystemInterface: deleteContext / releaseNSOpenGLLayer: | Sven Gothel | 2011-12-17 | 2 | -10/+25 |
* | | MacOSXCGLContext Offscreen Layer: Throw exception in case drawable is not rea... | Sven Gothel | 2011-12-17 | 1 | -2/+5 |
* | | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv... | Sven Gothel | 2011-12-17 | 1 | -31/+67 |
* | | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 11 | -41/+40 |
* | | GLDebugMessageHandler: Move Windows 32bit exclusion to init() block signaling... | Sven Gothel | 2011-12-13 | 1 | -13/+12 |
* | | GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL... | Sven Gothel | 2011-12-13 | 2 | -15/+34 |
* | | MacOSXCGLContext.isGLProfileSupported(): No GL3* on pre lion - early out | Sven Gothel | 2011-12-13 | 1 | -0/+5 |
* | | setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12... | Sven Gothel | 2011-12-13 | 9 | -43/+69 |
* | | Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ... | Sven Gothel | 2011-12-13 | 1 | -7/+3 |
* | | GLDrawableHelper.reshape(): check whether to call GLEventListener's init() ho... | Sven Gothel | 2011-12-11 | 1 | -3/+8 |
* | | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 10 | -187/+296 |
* | | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 7 | -92/+171 |
* | | GLContext fix shutdown(): Clear proc address tables and extension cache (GLCo... | Sven Gothel | 2011-12-01 | 2 | -5/+12 |
* | | Minor edits. | Sven Gothel | 2011-12-01 | 4 | -16/+1 |
* | | GLProfile: use dbl checked locking w/ volatile ; Proper shutdown sequence. | Sven Gothel | 2011-12-01 | 1 | -26/+36 |
* | | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr... | Sven Gothel | 2011-12-01 | 5 | -143/+211 |
* | | Move manual GDI utils to GDIUtil ; Minor cleanup. | Sven Gothel | 2011-12-01 | 2 | -2/+5 |
* | | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 8 | -25/+70 |
* | | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 15 | -49/+120 |
* | | Fix Bug 527: Creating a context w/ shared context, while the latter is in use... | Sven Gothel | 2011-11-28 | 9 | -55/+68 |
* | | MacOSX: Disable native verbosity | Sven Gothel | 2011-11-26 | 2 | -2/+2 |