| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding build.xml property: 'javacdebug' and 'javacdebuglevel', | Sven Gothel | 2008-08-12 | 3 | -3/+22 |
* | GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu... | Sven Gothel | 2008-08-12 | 4 | -3/+43 |
* | Working: | Sven Gothel | 2008-08-12 | 39 | -167/+1961 |
* | FixedFunction shader as files, prepared for binary shader files | Sven Gothel | 2008-08-11 | 18 | -277/+436 |
* | Minor CVM/ES1 fixes | Sven Gothel | 2008-08-11 | 6 | -20/+68 |
* | Removed unnecessary use of reflection which was showing up hot on
| Kenneth Russel | 2008-08-11 | 5 | -59/+176 |
* | Fixed problem with Newt GLWindow where the EGL implementation we're
| Kenneth Russel | 2008-08-09 | 1 | -1/+14 |
* | Stopped squelching exception stack traces during GLU construction, and
| Kenneth Russel | 2008-08-09 | 1 | -4/+6 |
* | Removed unnecessary GL2 dependencies from desktop window system code.
| Kenneth Russel | 2008-08-08 | 6 | -20/+17 |
* | Fixed new glsl packaging | Sven Gothel | 2008-08-04 | 7 | -19/+20 |
* | ../jogl.log | Sven Gothel | 2008-08-04 | 40 | -1374/+4120 |
* | Don't consider window to be full-screen if window implementation
| Kenneth Russel | 2008-08-04 | 1 | -2/+7 |
* | 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 | 5 | -32/+62 |
* | Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1 | Kenneth Russel | 2008-07-31 | 2 | -3/+4 |
* | ES2 FixedFunction w. texture (demo.es1.cubefbo.Main) working | Sven Gothel | 2008-07-25 | 4 | -19/+39 |
* | ../jogl.log | Sven Gothel | 2008-07-25 | 43 | -565/+2163 |
* | GLUquadricImpl: now part of jogl.core; fixed GL2 immediate mode | Sven Gothel | 2008-07-21 | 2 | -5/+17 |
* | Add event handling method to modify the GL context switch due to performance ... | Sven Gothel | 2008-07-21 | 1 | -2/+0 |
* | Add event handling method to modify the GL context switch due to performance ... | Sven Gothel | 2008-07-21 | 1 | -6/+52 |
* | Fixed: Manual declarations of wrappers in proper common interfaces | Sven Gothel | 2008-07-21 | 5 | -55/+0 |
* | Proper: glShaderBinaryOrSource() for Profiles: ES2 + GL2* | Sven Gothel | 2008-07-21 | 4 | -0/+52 |
* | - New profile GL2ES12 (desktop) | Sven Gothel | 2008-07-21 | 20 | -146/+651 |
* | Cleanup and partitioning of GLU | Sven Gothel | 2008-07-18 | 8 | -70/+243 |
* | Preperation/Test: NioOnly __ALL__ - 20kB | Sven Gothel | 2008-07-18 | 2 | -3/+8 |
* | tessellator now part of jogl.core | Sven Gothel | 2008-07-18 | 2 | -8/+33 |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2008-07-18 | 44 | -1965/+1254 |
* | Formatting changes only | Kenneth Russel | 2008-07-16 | 9 | -3134/+3134 |
* | Reorganized TextureIO classes to enable code sharing between desktop | Kenneth Russel | 2008-07-16 | 12 | -2302/+2175 |
* | Moved rectangle packer out of AWT-specific sub-package to make it more | Kenneth Russel | 2008-07-16 | 8 | -7/+7 |
* | Added working javax.media.opengl.util.FBObject | Sven Gothel | 2008-07-11 | 1 | -0/+212 |
* | Fixed: | Sven Gothel | 2008-07-11 | 15 | -364/+366 |
* | Fix: GL Enums: FRAME/RENDER BUFFER, STENCIL_INDEX, FIXED | Sven Gothel | 2008-07-10 | 9 | -46/+14 |
* | Fixed: FRAMEBUFFER and RENDERBUFFER in GL interface | Sven Gothel | 2008-07-10 | 2 | -148/+0 |
* | Adding GL_FIXED to ES1 and ES2 | Sven Gothel | 2008-07-10 | 3 | -4/+0 |
* | Fixed: | Sven Gothel | 2008-07-10 | 14 | -23/+100 |
* | Fixed build breakage on Mac OS X | Kenneth Russel | 2008-07-08 | 2 | -5/+2 |
* | Add cfg option 'DropUniqVendorExtensions', | Sven Gothel | 2008-07-06 | 2 | -2/+16 |
* | Simplifying ForceProcAddressGen and LocalProcAddressCallingConvention, | Sven Gothel | 2008-07-06 | 3 | -608/+5 |
* | Fixed Windows-specific problem with locally generated function pointer
| Kenneth Russel | 2008-07-06 | 7 | -87/+346 |
* | Fixed problem with cdcfp bootclasspath breaking Windows builds | Kenneth Russel | 2008-07-05 | 1 | -1/+16 |
* | updating c.manifest target | Christopher Oliver | 2008-07-05 | 1 | -2/+7 |
* | re-activated _addressof_glMapBuffer | Sven Gothel | 2008-07-04 | 4 | -7/+4 |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 29 | -157/+104 |
* | Removed debugging println | Kenneth Russel | 2008-07-03 | 1 | -1/+0 |
* | Fixed references to output.lib.name in c.build macrodef | Kenneth Russel | 2008-07-03 | 1 | -5/+5 |
* | Further refactorings of C build to reduce dependencies on
| Kenneth Russel | 2008-07-03 | 1 | -307/+277 |
* | Further GL-Enum cleanup: FRAMEBUFFER, RENDERBUFFER, .. | Sven Gothel | 2008-07-03 | 3 | -83/+49 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 13 | -149/+138 |
* | Refactored more C compiler setup into gluegen-cpptasks.xml to make it | Kenneth Russel | 2008-06-30 | 18 | -289/+816 |