summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Workaround for flaky MessageFormat implementation in order to supportJOGL_2_SANDBOXKenneth Russel2009-06-131-2/+8
* Fixed build problems with VC9 where manifests were not installedKenneth Russel2009-06-133-2/+31
* MinGW assume Windows >= Windows 2000Sven Gothel2009-06-121-0/+2
* Better debug/verbose outputSven Gothel2009-06-053-6/+7
* Adding debug flag to native dynamic linkerSven Gothel2009-06-055-12/+18
* Fix MinGW - wrong character capitalizationSven Gothel2009-06-041-4/+2
* Adding MSVC VC9Sven Gothel2009-06-042-2/+29
* Clarifying lib loading global/local, global per defaultSven Gothel2009-06-035-12/+13
* Add local loading of libraries for multiple ES libsSven Gothel2009-06-035-2/+50
* Add BuildComposablePipeline::getGLProfile()Sven Gothel2009-06-031-0/+3
* Adding GL3 stubs, and removing renamed function redundanciesSven Gothel2009-05-293-1/+10
* Recently code (UnifiedName, GLUnifiedName) was added to GlueGen toKenneth Russel2009-05-2015-720/+487
* Make isGL* methods consistend with the getGL* onesSven Gothel2009-03-201-3/+32
* Minor changes to debugging outputKenneth Russel2009-03-192-17/+17
* Removed reflective queries from GLProfile and their use inKenneth Russel2009-03-192-37/+27
* Fix Custom PipelineSven Gothel2009-03-161-27/+43
* BuildComposablePipeline DebugGL: Add the error code in messageSven Gothel2009-03-141-1/+2
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2009-03-058-117/+564
* Preliminary changes to support the SoyLatte JRE.Kenneth Russel2009-01-051-0/+3
* Fixed typo in ByteBuffer -> *-Buffer return type conversion pointedKenneth Russel2008-12-211-1/+1
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-203-4/+33
* Fixed code generation bug when a non-ByteBuffer type (e.g.,Kenneth Russel2008-12-142-7/+22
* Turned off error checking for synthetic calls like "getGL2ES2" inKenneth Russel2008-12-071-8/+22
* Adding more OS definesSven Gothel2008-11-221-1/+16
* - Adding KHR extension suffixSven Gothel2008-11-132-5/+13
* Fixed detection of Mac OS X Universal (which is the only flavor now supported)Kenneth Russel2008-08-291-9/+2
* Fixed bug in printing of floating point constants that already end with "f"Kenneth Russel2008-08-291-1/+4
* Formatting changes onlyKenneth Russel2008-08-181-108/+108
* Incorporated fix from A. Sundararajan to properly handle Kenneth Russel2008-08-181-211/+202
* Formatting changes onlyKenneth Russel2008-08-181-795/+795
* Fixed Issue 7: Please add the version to the jar manifest Kenneth Russel2008-08-182-1/+15
* Fixed Issue 7: #define of negative numeric literals are ignored Kenneth Russel2008-08-175-8/+33
* Fixed bug in handling of ignores of ARB extensions caused by Kenneth Russel2008-08-084-30/+46
* Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1Kenneth Russel2008-07-311-6/+14
* cleanupd GLXHyperpipeConfig debugging code .. oopsSven Gothel2008-07-211-9/+0
* - Renamed config: IgnoreExtendedInterfaceSymbols -> ExtendedInterfaceSymbols,Sven Gothel2008-07-219-201/+459
* Added Config: 'NioDirectOnly [__ALL__|<FuncName>]'Sven Gothel2008-07-181-2/+5
* Adden Config: 'NioOnly [__ALL__|<FuncName>]', fixed other __ALL__ logicSven Gothel2008-07-185-22/+36
* - New config feature: 'IgnoreExtendedInterfaceSymbols <java class source file>'Sven Gothel2008-07-1817-237/+1945
* Added ability to override macosx64 with a "false" value in aKenneth Russel2008-07-081-4/+8
* Add cfg option 'DropUniqVendorExtensions',Sven Gothel2008-07-063-18/+58
* Simplifying ForceProcAddressGen and LocalProcAddressCallingConvention,Sven Gothel2008-07-061-0/+2
* Simplifying ForceProcAddressGen and LocalProcAddressCallingConvention,Sven Gothel2008-07-064-3/+50
* Fixed Windows-specific problem with locally generated function pointer Kenneth Russel2008-07-069-19/+72
* Fixed fine javadoc entries for aliased/unified GL functionsSven Gothel2008-07-052-15/+13
* Added fine javadoc entries for aliased/unified GL functionsSven Gothel2008-07-054-13/+71
* GL Unification 2nd round.Sven Gothel2008-07-0411-151/+558
* Fixed build breakage on Solaris due to recent gluegen-cpptasksKenneth Russel2008-07-031-1/+1
* Fixed broken java.includes.dir.platform for win32Kenneth Russel2008-07-031-1/+1
* GL Unification 1st round.Sven Gothel2008-07-032-59/+384