| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]() | Sven Gothel | 2012-02-24 | 1 | -0/+32 |
* | MemoryObject: Use proper generics style | Sven Gothel | 2012-02-23 | 1 | -2/+2 |
* | Enhance GLProfile's profile tests - compare the final String references, inst... | Sven Gothel | 2012-02-23 | 1 | -19/+19 |
* | Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()" | Sven Gothel | 2012-02-23 | 1 | -14/+14 |
* | 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 | 22 | -108/+115 |
* | 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 |
* | TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne... | Sven Gothel | 2012-02-22 | 4 | -61/+76 |
* | Fix GLReadBufferUtil for ES platforms: RGB read format may not be supported. ... | Sven Gothel | 2012-02-22 | 1 | -13/+44 |
* | FBObject: Meaningfull error message if TexImage2D fails. | Sven Gothel | 2012-02-22 | 1 | -10/+17 |
* | FontSet (graph): get*(..) throws IOException - Proper passing and handling of... | Sven Gothel | 2012-02-22 | 5 | -19/+26 |
* | 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 | 5 | -11/+22 |
* | 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 | 7 | -112/+268 |
* | Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta... | Sven Gothel | 2012-02-20 | 4 | -35/+15 |
* | Cleanup ShaderCode/Program/State | Sven Gothel | 2012-02-19 | 4 | -34/+63 |
* | GLGLuegen: Enhance debug/analysis code and API comments | Sven Gothel | 2012-02-15 | 4 | -41/+94 |
* | Fix ExtensionAvailabilityCache ; Enhance caching. | Sven Gothel | 2012-02-14 | 12 | -123/+129 |
* | Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and... | Sven Gothel | 2012-02-13 | 8 | -106/+150 |
* | OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations) | Sven Gothel | 2012-02-13 | 1 | -5/+15 |
* | 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 | 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 |