| Commit message (Expand) | Author | Age | Files | Lines |
* | Folded typecast into jogl folder | Sven Gothel | 2011-04-01 | 105 | -0/+15838 |
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 61 | -0/+8844 |
* | ShaderCode: Remove redundant code (Use proper Locator variant) | Sven Gothel | 2011-03-30 | 2 | -16/+5 |
* | FPSAnimator: Poor attempt to wait for threads EOL after pause/stop | Sven Gothel | 2011-03-27 | 1 | -0/+6 |
* | Promote GLDrawableFactory.getOrCreateSharedContext(..) to public. | Sven Gothel | 2011-03-26 | 1 | -1/+1 |
* | Fix unnecessary NPE in case of unrealized GLCanvas (getRequestedCapabilities()) | Sven Gothel | 2011-03-26 | 1 | -1/+1 |
* | FPSAnimator: Avoid NPE | Sven Gothel | 2011-03-25 | 1 | -6/+15 |
* | Fix Bug #460 - GLCanvas NPE | Sven Gothel | 2011-03-21 | 1 | -1/+4 |
* | Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD querie... | Sven Gothel | 2011-03-21 | 5 | -57/+169 |
* | Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1 | Sven Gothel | 2011-03-20 | 4 | -7/+5 |
* | Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE: | Sven Gothel | 2011-03-20 | 4 | -19/+32 |
* | - LinkedList -> ArrayList (using tail) for O(1) operation | Sven Gothel | 2011-03-19 | 1 | -19/+23 |
* | Add @Override | Sven Gothel | 2011-03-19 | 1 | -0/+3 |
* | GLStateTracker code review: | Michael Bien | 2011-03-05 | 1 | -23/+25 |
* | Fix MemoryObject: Remove unnecessary and slow hash collision action | Sven Gothel | 2011-03-05 | 1 | -23/+3 |
* | Fix GLStateTracker PixelStore popAttrib(): Only write new state if correspond... | Sven Gothel | 2011-03-05 | 1 | -9/+19 |
* | JOGL OSX: Cleanup imports/override | Sven Gothel | 2011-03-01 | 2 | -5/+4 |
* | Animator: Cleanup and better DEBUG info | Sven Gothel | 2011-02-28 | 2 | -6/+9 |
* | JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for... | Sven Gothel | 2011-02-28 | 6 | -0/+64 |
* | Attempt to analyze failed AWT UI tests, where no paint is being issued to GLC... | Sven Gothel | 2011-02-26 | 1 | -3/+14 |
* | Code cleanup: override, imports, StringBuilder, .. | Sven Gothel | 2011-02-26 | 2 | -14/+22 |
* | Clean/Fix: Threading Code | Sven Gothel | 2011-02-26 | 4 | -18/+7 |
* | changes due to code cleanup in gluegen. | Michael Bien | 2011-02-26 | 3 | -9/+9 |
* | GLProfile: More Tolerant for missing features; MacOSX: Fix External Context /... | Sven Gothel | 2011-02-26 | 3 | -9/+19 |
* | WindowsExternalWGLContext: Tolerate invalid/released hdc (swt, winxp-32bit) | Sven Gothel | 2011-02-22 | 1 | -26/+21 |
* | JOGL/X11/AWT: No more need for seperate X11 Display instance if available | Sven Gothel | 2011-02-22 | 1 | -6/+5 |
* | NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup | Sven Gothel | 2011-02-22 | 11 | -118/+41 |
* | Win,ARB,GL-2.x: Fix pfd to caps conversion: !pbuffer / Cleanup | Sven Gothel | 2011-02-11 | 5 | -99/+107 |
* | Win,GDI,SWT: Fix pfd to caps conversion. Added thorough debug code. | Sven Gothel | 2011-02-11 | 3 | -11/+30 |
* | Fix Win/GDI: getAvailableGLCapabilitiesGDI() add offscreen GLCaps as well | Sven Gothel | 2011-02-10 | 1 | -13/+3 |
* | Fix: Java 1.5 warnings | Sven Gothel | 2011-02-09 | 2 | -7/+7 |
* | Fix code style | Sven Gothel | 2011-02-09 | 1 | -1/+2 |
* | Merge branch 'bug_468_ClassCast_exception_on_debug_logging_try_2' of https://... | Sven Gothel | 2011-02-09 | 1 | -1/+4 |
|\ |
|
| * | Fix ClassCastException when debug logging enabled | Wade Walker | 2011-02-08 | 1 | -1/+4 |
* | | Remove CDC | Sven Gothel | 2011-02-09 | 8 | -2572/+0 |
* | | GLProfile: Sorting imports | Sven Gothel | 2011-02-09 | 1 | -6/+10 |
* | | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 223 | -533/+533 |
* | | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 216 | -0/+0 |
* | | Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due... | Sven Gothel | 2011-02-06 | 3 | -6/+17 |
|/ |
|
* | Move GLCanvas' static initialization of default GLProfile into constructor to... | Dan Krisher | 2011-02-05 | 1 | -3/+1 |
* | Fix bug #459 NV/Win7 PDF/caps selection | Sven Gothel | 2011-02-05 | 2 | -8/+24 |
* | Fix bug #461 on NV/Win (caps selection) | Sven Gothel | 2011-02-05 | 5 | -25/+28 |
* | Fix for Bug #452 | Sven Gothel | 2011-02-03 | 4 | -103/+104 |
* | Fix: X11: Allowing FBConfig w/o XVisualInfo for non onscreen | Sven Gothel | 2011-02-03 | 1 | -7/+15 |
* | Merge remote branch 'wwalker/bug_463_gluScaleImage_memory' into pulled | Sven Gothel | 2011-02-02 | 1 | -1/+3 |
|\ |
|
| * | Fix bug 463 where gluScaleImage consumes all memory | Wade Walker | 2011-01-25 | 1 | -1/+3 |
* | | Fixed bug 450 (unrendered right side of GLJPanel in Gears) | wwalker | 2011-02-02 | 1 | -1/+1 |
* | | Bugfix (Bug 464 - TextRenderer useVertexArray was ignored) | Domokun | 2011-02-01 | 1 | -5/+5 |
* | | TextRenderer: Fix imports / Add jogamp license | Sven Gothel | 2011-02-01 | 2 | -5/+2 |
* | | Fixes the problem of high memory consumption in TextRenderer (single merged w... | Julien Gouesse | 2011-02-01 | 1 | -6/+39 |