| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |