| Commit message (Expand) | Author | Age | Files | Lines |
* | FixedFunction shader as files, prepared for binary shader files | Sven Gothel | 2008-08-11 | 1 | -1/+152 |
* | Minor CVM/ES1 fixes | Sven Gothel | 2008-08-11 | 1 | -0/+3 |
* | Removed unnecessary GL2 dependencies from desktop window system code.
| Kenneth Russel | 2008-08-08 | 1 | -0/+7 |
* | ../jogl.log | Sven Gothel | 2008-08-04 | 12 | -555/+2917 |
* | Cleaned up error messages printed from GLProfile selection | Kenneth Russel | 2008-08-02 | 1 | -17/+8 |
* | Fixed loading of GLES and EGL libraries, and error reporting when none
| Kenneth Russel | 2008-07-31 | 1 | -2/+10 |
* | Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1 | Kenneth Russel | 2008-07-31 | 1 | -2/+4 |
* | ../jogl.log | Sven Gothel | 2008-07-25 | 8 | -90/+456 |
* | - New profile GL2ES12 (desktop) | Sven Gothel | 2008-07-21 | 2 | -9/+46 |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2008-07-18 | 1 | -0/+68 |
* | Added working javax.media.opengl.util.FBObject | Sven Gothel | 2008-07-11 | 1 | -0/+212 |
* | Fix: GL Enums: FRAME/RENDER BUFFER, STENCIL_INDEX, FIXED | Sven Gothel | 2008-07-10 | 1 | -1/+1 |
* | Fixed: | Sven Gothel | 2008-07-10 | 2 | -8/+30 |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 1 | -2/+3 |
* | Further GL-Enum cleanup: FRAMEBUFFER, RENDERBUFFER, .. | Sven Gothel | 2008-07-03 | 1 | -21/+21 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 1 | -1/+1 |
* | Refactored more C compiler setup into gluegen-cpptasks.xml to make it | Kenneth Russel | 2008-06-30 | 3 | -6/+5 |
* | 3rd round cdcfp - compile clean. | Sven Gothel | 2008-06-28 | 9 | -82/+154 |
* | Fixed typos in javadoc | Kenneth Russel | 2008-06-27 | 1 | -2/+2 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 2 | -10/+21 |
* | 2nd round cdcfp - compile clean. | Sven Gothel | 2008-06-26 | 1 | -8/+2 |
* | Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al... | Sven Gothel | 2008-06-26 | 1 | -10/+15 |
* | Added getSurfaceHandle() to NativeWindow abstraction in support of
| Kenneth Russel | 2008-06-26 | 1 | -1/+18 |
* | Bug fixes to compile and run on Windows. Added more debugging code.
| Kenneth Russel | 2008-06-26 | 1 | -1/+0 |
* | merging awt,j2d,swing to awt subpackages | Sven Gothel | 2008-06-26 | 3 | -4/+3 |
* | Auto GL profile selection; New GLReflection (refactoring of common relfection... | Sven Gothel | 2008-06-25 | 3 | -108/+74 |
* | JAWT package cleanup .. | Sven Gothel | 2008-06-24 | 1 | -3/+3 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 9 | -1340/+177 |
* | *** empty log message *** | Sven Gothel | 2008-06-21 | 12 | -0/+4503 |
* | Added Immediate Mode Sink (ImmModeSInk) | Sven Gothel | 2008-06-03 | 1 | -0/+11 |
* | refactoring .. wip .. | Sven Gothel | 2008-06-01 | 1 | -1/+1 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 12 | -27/+445 |
* | EGLDrawableFactory: Removed shutdown. | Sven Gothel | 2008-05-30 | 1 | -0/+7 |
* | Added GLDrawableFactory.shutdown() to enable clean and cooperative
| Kenneth Russel | 2008-05-30 | 1 | -0/+8 |
* | Various bug fixes. Incorporated minimal window abstraction to
| Kenneth Russel | 2008-05-29 | 1 | -0/+2 |
* | Filled out EGLContext, EGLDrawable, and EGLDrawableFactory
| Kenneth Russel | 2008-05-28 | 1 | -38/+77 |
* | Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2.
| Kenneth Russel | 2008-05-13 | 3 | -3/+25 |
* | Fixed Issue 316: Multi-Head issues, identical to issue 241
| Kenneth Russel | 2007-10-19 | 1 | -1/+112 |
* | Integration of Tomas Hrasky's port of basic GLU NURBS functionality
| Kenneth Russel | 2007-10-09 | 1 | -0/+8 |
* | Fixed Issue 317: GLJPanel handleReshape bug
| Kenneth Russel | 2007-10-02 | 1 | -1/+1 |
* | More changes to make GLCanvas work better in NetBeans GUI builder on
| Kenneth Russel | 2007-05-07 | 1 | -5/+14 |
* | More changes to make the GLCanvas work more reliably in the NetBeans
| Kenneth Russel | 2007-05-06 | 1 | -27/+41 |
* | Changes to make GLCanvas and GLJPanel work better in NetBeans GUI
| Kenneth Russel | 2007-05-05 | 2 | -0/+46 |
* | Fixed Issue 290: GLJPanel throws NullPointerExceptions with Java 2D/JOGL bridge
| Kenneth Russel | 2007-04-17 | 1 | -2/+10 |
* | Fixed Issue 274: GLException when GLJPanel (initially not visible) is made vi... | Kenneth Russel | 2007-03-21 | 1 | -0/+33 |
* | Fixed Issue 259: need a copy context
| Kenneth Russel | 2007-01-07 | 1 | -0/+30 |
* | Worked around breakage of JOGL with 5.0u10: see Sun bug IDs
| Kenneth Russel | 2006-12-22 | 1 | -1/+2 |
* | Fixed Issue 213: Expose GLCaps from GLDrawable
| Kenneth Russel | 2006-11-19 | 3 | -0/+34 |
* | Fixed Issue 248: GLJPanel crashes
| Kenneth Russel | 2006-11-15 | 1 | -4/+21 |
* | Revised Java2D/JOGL bridge to support new share context argument to | Kenneth Russel | 2006-08-01 | 1 | -1/+1 |