| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable... | Sven Gothel | 2012-03-04 | 2 | -4/+12 |
* | Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ... | Sven Gothel | 2012-02-29 | 2 | -9/+11 |
* | GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium... | Sven Gothel | 2012-02-26 | 1 | -3/+18 |
* | Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ... | Sven Gothel | 2012-02-25 | 1 | -1/+9 |
* | X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ... | Sven Gothel | 2012-02-25 | 3 | -18/+29 |
* | Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew... | Sven Gothel | 2012-02-25 | 4 | -7/+0 |
* | X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;... | Sven Gothel | 2012-02-25 | 3 | -14/+25 |
* | Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736a | Sven Gothel | 2012-02-25 | 1 | -1/+1 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 5 | -13/+16 |
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 5 | -18/+28 |
* | MemoryObject: Use proper generics style | Sven Gothel | 2012-02-23 | 1 | -2/+2 |
* | EGL Display Lifecycle Robustness Patch (impl. workaround) | Sven Gothel | 2012-02-22 | 4 | -7/+115 |
* | Fix commit 33249b6eca519947b02f3bfbf05b73d73c936094 | Sven Gothel | 2012-02-22 | 1 | -4/+0 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 19 | -99/+106 |
* | GraphicsConfigurationFactory: Add DEBUG dump @ chooser | Sven Gothel | 2012-02-22 | 1 | -0/+1 |
* | ExtensionAvailabilityCache: Remove 'XXX_NV_vertex_array_range' hack | Sven Gothel | 2012-02-22 | 1 | -11/+1 |
* | Fix VBORegion2PES2: Don't exceed MAQX_TEXTURE_SIZE | Sven Gothel | 2012-02-22 | 1 | -0/+8 |
* | FontSet (graph): get*(..) throws IOException - Proper passing and handling of... | Sven Gothel | 2012-02-22 | 4 | -17/+22 |
* | EGLDrawable: use the original requested Capabilities, ignore previously chose... | Sven Gothel | 2012-02-22 | 1 | -3/+2 |
* | Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable()) | Sven Gothel | 2012-02-22 | 1 | -4/+4 |
* | Remove unused class jogamp/opengl/gl2/Util | Sven Gothel | 2012-02-22 | 1 | -244/+0 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 4 | -15/+64 |
* | Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta... | Sven Gothel | 2012-02-20 | 3 | -6/+6 |
* | Cleanup ShaderCode/Program/State | Sven Gothel | 2012-02-19 | 1 | -2/+1 |
* | Fix ExtensionAvailabilityCache ; Enhance caching. | Sven Gothel | 2012-02-14 | 10 | -86/+96 |
* | Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and... | Sven Gothel | 2012-02-13 | 6 | -74/+86 |
* | MacOSXCGLDrawableFactory: Fix typo 'Applet' -> 'Apple' for APPLE_float_pixels | Sven Gothel | 2012-02-13 | 2 | -8/+15 |
* | Java2D OGLPipeline: Disabled for Max OSX | Sven Gothel | 2012-02-13 | 1 | -2/+12 |
* | Fix JOGL GLContextImpl ProcAddressTable and Extension Caching | Sven Gothel | 2012-02-13 | 6 | -39/+29 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 12 | -76/+269 |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 1 | -3/+3 |
* | 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 |
* | OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r... | Sven Gothel | 2012-01-13 | 3 | -11/+36 |
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 4 | -18/+20 |
* | SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license heade... | Sven Gothel | 2012-01-09 | 1 | -652/+0 |
* | 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 | 1 | -5/+0 |
* | | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 5 | -174/+318 |
* | | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose).., | Sven Gothel | 2011-12-22 | 3 | -34/+48 |
* | | Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share... | Sven Gothel | 2011-12-18 | 1 | -131/+140 |
* | | MacOSXCGLContext Offscreen Layer: Throw exception in case drawable is not rea... | Sven Gothel | 2011-12-17 | 1 | -2/+5 |
* | | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 10 | -41/+39 |
* | | 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 | 1 | -5/+14 |