| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Relocation: GlueGen GL Parts to Jogl | Sven Gothel | 2010-11-06 | 7 | -0/+2563 |
|\ |
|
| * | Updated list of OpenGL extension vendor suffixes | Sven Gothel | 2010-11-04 | 1 | -0/+6 |
| * | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 1 | -25/+26 |
| * | Fix GLProcAddressResolver regression: Loop through all names until found or n... | Sven Gothel | 2010-04-27 | 1 | -8/+8 |
| * | Refactored ProcAddressTable generation. | Michael Bien | 2010-04-24 | 2 | -5/+66 |
| * | Add emitting is|get GL4|GL4bc | Sven Gothel | 2010-04-15 | 1 | -0/+4 |
| * | gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of using F... | Michael Bien | 2010-04-08 | 1 | -0/+2 |
| * | fixed generated imports rudimentary (not DRY).. cleanup in work. | Michael Bien | 2010-03-31 | 1 | -10/+8 |
| * | refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package. | Michael Bien | 2010-03-31 | 5 | -1874/+1808 |
| * | renamed BufferFactory into Buffers. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
| * | com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
| * | renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | Michael Bien | 2010-03-27 | 5 | -10/+10 |
| * | continued with code cleanup in com.sun.gluegen.cgram and com.sun.gluegen.open... | Michael Bien | 2009-12-02 | 4 | -109/+92 |
| * | Add GL3bc to OpenGL composable pipeline | Sven Gothel | 2009-10-18 | 1 | -0/+2 |
| * | Add <br> in comment | Sven Gothel | 2009-08-05 | 2 | -2/+2 |
| * | Fix: Remove PFD_ defines. Add GL Option: AllowNonGLExtensions <bool> to allow... | Sven Gothel | 2009-08-05 | 4 | -21/+41 |
| * | Fix: Allow all constanst defined by enums; Add PFD_ defines. | Sven Gothel | 2009-08-05 | 2 | -2/+11 |
| * | Fix: Add unsigned qualifier, CGL and GLU | Sven Gothel | 2009-08-05 | 1 | -4/+4 |
| * | Cleanup for a better OpenGL 3.2 integration, | Sven Gothel | 2009-08-05 | 4 | -52/+110 |
| * | OpenGL: Add comment: Part of <extension> | Sven Gothel | 2009-08-02 | 3 | -3/+41 |
| * | Retain interface order in Custom Pipeline | Sven Gothel | 2009-08-01 | 1 | -4/+18 |
| * | refine Trace/Debug output | Sven Gothel | 2009-08-01 | 1 | -7/+7 |
| * | Add GL2GL3 synthetic methods for OpenGL Composable Pipeline | sg215889 | 2009-07-29 | 1 | -0/+2 |
| * | Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 6 | -0/+2431 |
| * | Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX | Kenneth Russel | 2009-06-15 | 5 | -1419/+0 |
| * | Refactorings to support building JOGL and supporting libraries on
| Kenneth Russel | 2008-05-13 | 1 | -12/+35 |
| * | Fixed build problem with last checkin to make GlueGen runtime package | Kenneth Russel | 2007-06-07 | 1 | -0/+1 |
| * | Did refactoring and made private fields protected in order to allow
| Kenneth Russel | 2006-03-06 | 1 | -1/+5 |
| * | Fixed typos in javadoc | Kenneth Russel | 2006-02-16 | 1 | -2/+2 |
| * | Added checking of whether the correct GLContext is current to the
| Kenneth Russel | 2006-02-12 | 1 | -1/+17 |
| * | Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to
| Kenneth Russel | 2006-02-05 | 1 | -2/+18 |
| * | Moved GlueGen out of the JOGL workspace and into its own project.
| Kenneth Russel | 2006-01-15 | 5 | -0/+1359 |
* | Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa... | Sven Gothel | 2010-11-06 | 2 | -11/+158 |
* | Added missing JogAmp copyright | Sven Gothel | 2010-11-06 | 6 | -3/+85 |
* | Complete 1be7b5271ec1d08b6929a88dd811754d33d149de, EGL_KHR_fence_sync .. | Sven Gothel | 2010-11-06 | 1 | -3/+3 |
* | Added fast path to equals impl. | Sven Gothel | 2010-11-06 | 13 | -4/+44 |
* | Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a... | Sven Gothel | 2010-11-06 | 3 | -27/+51 |
* | Remove ancient DEC licensed file, use std X11 Xinerama extension instead. | Sven Gothel | 2010-11-04 | 5 | -652/+5 |
* | NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanup | Sven Gothel | 2010-11-04 | 2 | -27/+40 |
* | NEWT DefaultEDT: always catch and report Exceptions, don't disturb EDT | Sven Gothel | 2010-11-04 | 1 | -1/+2 |
* | increase time per test from 500ms to 1s | Sven Gothel | 2010-11-04 | 1 | -1/+1 |
* | AWT create/destroy shall run on EDT as well | Sven Gothel | 2010-11-04 | 1 | -11/+4 |
* | JOGL/X11: Decorate glxMakeContextCurrent calls from makeCurrentImpl/releaseIm... | Sven Gothel | 2010-11-04 | 1 | -10/+20 |
* | Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm... | Sven Gothel | 2010-11-04 | 26 | -129/+88 |
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 4 | -107/+117 |
* | NEWT: ScreenModeUtil fix, misc changes | Sven Gothel | 2010-11-03 | 3 | -55/+26 |
* | JOGL/X11: Fix context scanning, misc simplifications .. | Sven Gothel | 2010-11-03 | 6 | -93/+83 |
* | JOGL GLContextImpl: Trigger ProcAddressTable mapping via 'setGLFunctionAvaila... | Sven Gothel | 2010-11-03 | 1 | -8/+13 |
* | JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabled | Sven Gothel | 2010-11-03 | 3 | -25/+30 |
* | NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)' | Sven Gothel | 2010-11-03 | 2 | -12/+51 |