| Commit message (Expand) | Author | Age | Files | Lines |
* | Added GLCapabilities.setBackgroundOpaque() and isBackgroundOpaque() | Kenneth Russel | 2009-01-06 | 1 | -0/+28 |
* | Native (non-AWT) port of Newt to Mac OS X using Cocoa. Most | Kenneth Russel | 2009-01-05 | 1 | -1/+2 |
* | Moved javax.media.opengl.glsl.* and javax.media.opengl.sdk.* classes | Kenneth Russel | 2009-01-03 | 6 | -1361/+1 |
* | Moved FileUtil and StreamUtil classes back into com.sun.opengl.util | Kenneth Russel | 2008-12-30 | 1 | -1/+1 |
* | Refactored AWT dependencies in Animator class differently to allow | Kenneth Russel | 2008-12-30 | 3 | -543/+0 |
* | Removed JOGLAppletLauncher, superseded by JNLPAppletLauncher at | Kenneth Russel | 2008-12-30 | 1 | -1080/+0 |
* | After more thought, realized once again that because most Java window | Kenneth Russel | 2008-12-29 | 3 | -29/+41 |
* | Removed notion of wrapped windows from the NativeWindow interface, | Kenneth Russel | 2008-12-23 | 2 | -34/+14 |
* | Removed lockSurface(), unlockSurface(), and isSurfaceLocked() from | Kenneth Russel | 2008-12-21 | 3 | -25/+0 |
* | Factored out the remaining toolkit, and specifically AWT, dependencies | Kenneth Russel | 2008-12-20 | 7 | -291/+378 |
* | Removed setSize(), setPosition(), setVisible(), and setFullscreen() | Kenneth Russel | 2008-12-16 | 4 | -18/+12 |
* | Integrated work from several months ago to refactor GLJPanel | Kenneth Russel | 2008-12-16 | 1 | -735/+850 |
* | Moved javax.media.opengl.awt.gl2.GL2JPanel (back) to | Kenneth Russel | 2008-12-16 | 1 | -39/+39 |
* | Fixed nested toolkit locking problem with X11PbufferGLXDrawable. With | Kenneth Russel | 2008-12-14 | 1 | -19/+0 |
* | Fixed breakage of GLJPanel caused by confusion between requested and
| Kenneth Russel | 2008-12-12 | 3 | -23/+0 |
* | ../jogl.log | Sven Gothel | 2008-11-27 | 1 | -2/+2 |
* | Fixed build.xml to build correct version of TextureIO classes on the | Kenneth Russel | 2008-11-21 | 1 | -0/+7 |
* | Fixed typo pointed out by Jason Moore | Kenneth Russel | 2008-11-15 | 1 | -1/+1 |
* | - Removed StaticGLInfo usage. | Sven Gothel | 2008-11-13 | 2 | -3/+12 |
* | Fix: TextureIO/TGA for ES2 (GL formats/types) | Sven Gothel | 2008-09-02 | 2 | -0/+36 |
* | Relocated common io helper from com.*.util.io -> com.*.impl.io | Sven Gothel | 2008-09-02 | 2 | -3/+3 |
* | Refactoring common io code | Sven Gothel | 2008-08-30 | 2 | -97/+12 |
* | BufferUtil: | Sven Gothel | 2008-08-29 | 10 | -623/+1257 |
* | Added missing SystemUtils. Added proper GLSL ArrayData validation | Sven Gothel | 2008-08-21 | 3 | -33/+30 |
* | Cleanup GLArrayData*, misc stuff | Sven Gothel | 2008-08-21 | 4 | -80/+77 |
* | Removed obsolete copies of files | Kenneth Russel | 2008-08-16 | 3 | -1057/+0 |
* | ShaderState: | Sven Gothel | 2008-08-14 | 3 | -22/+90 |
* | GLArrayData* | Sven Gothel | 2008-08-13 | 5 | -154/+175 |
* | Adding build.xml property: 'javacdebug' and 'javacdebuglevel', | Sven Gothel | 2008-08-12 | 1 | -0/+11 |
* | GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu... | Sven Gothel | 2008-08-12 | 1 | -1/+1 |
* | Working: | Sven Gothel | 2008-08-12 | 10 | -20/+1448 |
* | 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 |