| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround for flaky MessageFormat implementation in order to supportJOGL_2_SANDBOX | Kenneth Russel | 2009-06-13 | 1 | -2/+8 |
* | Fixed build problems with VC9 where manifests were not installed | Kenneth Russel | 2009-06-13 | 3 | -2/+31 |
* | MinGW assume Windows >= Windows 2000 | Sven Gothel | 2009-06-12 | 1 | -0/+2 |
* | Better debug/verbose output | Sven Gothel | 2009-06-05 | 3 | -6/+7 |
* | Adding debug flag to native dynamic linker | Sven Gothel | 2009-06-05 | 5 | -12/+18 |
* | Fix MinGW - wrong character capitalization | Sven Gothel | 2009-06-04 | 1 | -4/+2 |
* | Adding MSVC VC9 | Sven Gothel | 2009-06-04 | 2 | -2/+29 |
* | Clarifying lib loading global/local, global per default | Sven Gothel | 2009-06-03 | 5 | -12/+13 |
* | Add local loading of libraries for multiple ES libs | Sven Gothel | 2009-06-03 | 5 | -2/+50 |
* | Add BuildComposablePipeline::getGLProfile() | Sven Gothel | 2009-06-03 | 1 | -0/+3 |
* | Adding GL3 stubs, and removing renamed function redundancies | Sven Gothel | 2009-05-29 | 3 | -1/+10 |
* | Recently code (UnifiedName, GLUnifiedName) was added to GlueGen to | Kenneth Russel | 2009-05-20 | 15 | -720/+487 |
* | Make isGL* methods consistend with the getGL* ones | Sven Gothel | 2009-03-20 | 1 | -3/+32 |
* | Minor changes to debugging output | Kenneth Russel | 2009-03-19 | 2 | -17/+17 |
* | Removed reflective queries from GLProfile and their use in | Kenneth Russel | 2009-03-19 | 2 | -37/+27 |
* | Fix Custom Pipeline | Sven Gothel | 2009-03-16 | 1 | -27/+43 |
* | BuildComposablePipeline DebugGL: Add the error code in message | Sven Gothel | 2009-03-14 | 1 | -1/+2 |
* | - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ... | Sven Gothel | 2009-03-05 | 8 | -117/+564 |
* | Preliminary changes to support the SoyLatte JRE. | Kenneth Russel | 2009-01-05 | 1 | -0/+3 |
* | Fixed typo in ByteBuffer -> *-Buffer return type conversion pointed | Kenneth Russel | 2008-12-21 | 1 | -1/+1 |
* | Fixed more bugs in glue code generation related to using opaque long | Kenneth Russel | 2008-12-20 | 3 | -4/+33 |
* | Fixed code generation bug when a non-ByteBuffer type (e.g., | Kenneth Russel | 2008-12-14 | 2 | -7/+22 |
* | Turned off error checking for synthetic calls like "getGL2ES2" in | Kenneth Russel | 2008-12-07 | 1 | -8/+22 |
* | Adding more OS defines | Sven Gothel | 2008-11-22 | 1 | -1/+16 |
* | - Adding KHR extension suffix | Sven Gothel | 2008-11-13 | 2 | -5/+13 |
* | Fixed detection of Mac OS X Universal (which is the only flavor now supported) | Kenneth Russel | 2008-08-29 | 1 | -9/+2 |
* | Fixed bug in printing of floating point constants that already end with "f" | Kenneth Russel | 2008-08-29 | 1 | -1/+4 |
* | Formatting changes only | Kenneth Russel | 2008-08-18 | 1 | -108/+108 |
* | Incorporated fix from A. Sundararajan to properly handle
| Kenneth Russel | 2008-08-18 | 1 | -211/+202 |
* | Formatting changes only | Kenneth Russel | 2008-08-18 | 1 | -795/+795 |
* | Fixed Issue 7: Please add the version to the jar manifest
| Kenneth Russel | 2008-08-18 | 2 | -1/+15 |
* | Fixed Issue 7: #define of negative numeric literals are ignored
| Kenneth Russel | 2008-08-17 | 5 | -8/+33 |
* | Fixed bug in handling of ignores of ARB extensions caused by
| Kenneth Russel | 2008-08-08 | 4 | -30/+46 |
* | Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1 | Kenneth Russel | 2008-07-31 | 1 | -6/+14 |
* | cleanupd GLXHyperpipeConfig debugging code .. oops | Sven Gothel | 2008-07-21 | 1 | -9/+0 |
* | - Renamed config: IgnoreExtendedInterfaceSymbols -> ExtendedInterfaceSymbols, | Sven Gothel | 2008-07-21 | 9 | -201/+459 |
* | Added Config: 'NioDirectOnly [__ALL__|<FuncName>]' | Sven Gothel | 2008-07-18 | 1 | -2/+5 |
* | Adden Config: 'NioOnly [__ALL__|<FuncName>]', fixed other __ALL__ logic | Sven Gothel | 2008-07-18 | 5 | -22/+36 |
* | - New config feature: 'IgnoreExtendedInterfaceSymbols <java class source file>' | Sven Gothel | 2008-07-18 | 17 | -237/+1945 |
* | Added ability to override macosx64 with a "false" value in a | Kenneth Russel | 2008-07-08 | 1 | -4/+8 |
* | Add cfg option 'DropUniqVendorExtensions', | Sven Gothel | 2008-07-06 | 3 | -18/+58 |
* | Simplifying ForceProcAddressGen and LocalProcAddressCallingConvention, | Sven Gothel | 2008-07-06 | 1 | -0/+2 |
* | Simplifying ForceProcAddressGen and LocalProcAddressCallingConvention, | Sven Gothel | 2008-07-06 | 4 | -3/+50 |
* | Fixed Windows-specific problem with locally generated function pointer
| Kenneth Russel | 2008-07-06 | 9 | -19/+72 |
* | Fixed fine javadoc entries for aliased/unified GL functions | Sven Gothel | 2008-07-05 | 2 | -15/+13 |
* | Added fine javadoc entries for aliased/unified GL functions | Sven Gothel | 2008-07-05 | 4 | -13/+71 |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 11 | -151/+558 |
* | Fixed build breakage on Solaris due to recent gluegen-cpptasks | Kenneth Russel | 2008-07-03 | 1 | -1/+1 |
* | Fixed broken java.includes.dir.platform for win32 | Kenneth Russel | 2008-07-03 | 1 | -1/+1 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 2 | -59/+384 |