| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and... | Sven Gothel | 2010-11-12 | 7 | -43/+180 |
* | AbstractGraphicsDevice ..: Add device/display connection attribute to support... | Sven Gothel | 2010-11-12 | 11 | -24/+42 |
* | Use GlueGen VersionUtil to dump full Manifest version | Sven Gothel | 2010-11-10 | 2 | -63/+12 |
* | The 'shared resource' thread must be a deamon, otherwise the application won'... | Sven Gothel | 2010-11-09 | 1 | -1/+3 |
* | Adding simple static main test entry to provide standalone autobuild verifica... | Sven Gothel | 2010-11-09 | 3 | -0/+89 |
* | Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori... | Sven Gothel | 2010-11-08 | 1 | -222/+0 |
* | Reformated license tag; Added Khronos license | Sven Gothel | 2010-11-08 | 1 | -29/+27 |
* | Fix imports .. | Sven Gothel | 2010-11-07 | 7 | -32/+82 |
* | Fix NativeSignatureJavaMethodBindingEmitter usage; Fix imports | Sven Gothel | 2010-11-07 | 1 | -11/+9 |
* | Gluegen parts in src/gluegen (clean) | Sven Gothel | 2010-11-07 | 10 | -9/+5 |
* | Gluegen parts in src/gluegen ; Renamed com.sun.gluegen -> com.jogamp.gluegen .. | Sven Gothel | 2010-11-06 | 8 | -6/+16 |
* | Relocation: GlueGen GL Parts to Jogl | Sven Gothel | 2010-11-06 | 3 | -0/+981 |
|\ |
|
| * | Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 3 | -17/+24 |
| * | refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package. | Michael Bien | 2010-03-31 | 2 | -129/+125 |
| * | renamed BufferFactory into Buffers. | Michael Bien | 2010-03-29 | 1 | -17/+17 |
| * | Cleanup for a better OpenGL 3.2 integration, | Sven Gothel | 2009-08-05 | 2 | -4/+4 |
| * | Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 3 | -0/+978 |
| * | Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX | Kenneth Russel | 2009-06-15 | 3 | -978/+0 |
| * | Fixed Issue 6: unqualified class names in generated java code
| Kenneth Russel | 2008-04-19 | 1 | -2/+2 |
| * | Applied fix from user GKW on javagaming.org forums for building from
| Kenneth Russel | 2006-05-03 | 1 | -0/+1 |
| * | Added NativeSignatureEmitter | Kenneth Russel | 2006-03-06 | 2 | -0/+674 |
| * | Moved GlueGen out of the JOGL workspace and into its own project.
| Kenneth Russel | 2006-01-15 | 1 | -0/+303 |
* | Gluegen parts in src/gluegen ; Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 7 | -14/+14 |
* | 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 |