summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/runtime
Commit message (Expand)AuthorAgeFilesLines
* Better debug/verbose outputSven Gothel2009-06-053-6/+7
* Adding debug flag to native dynamic linkerSven Gothel2009-06-055-12/+18
* 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
* Recently code (UnifiedName, GLUnifiedName) was added to GlueGen toKenneth Russel2009-05-201-0/+9
* Preliminary changes to support the SoyLatte JRE.Kenneth Russel2009-01-051-0/+3
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-201-0/+15
* - Adding KHR extension suffixSven Gothel2008-11-131-1/+1
* - Renamed config: IgnoreExtendedInterfaceSymbols -> ExtendedInterfaceSymbols,Sven Gothel2008-07-211-1/+6
* - New config feature: 'IgnoreExtendedInterfaceSymbols <java class source file>'Sven Gothel2008-07-183-264/+175
* Add cfg option 'DropUniqVendorExtensions',Sven Gothel2008-07-061-5/+34
* Fixed fine javadoc entries for aliased/unified GL functionsSven Gothel2008-07-051-9/+0
* Added fine javadoc entries for aliased/unified GL functionsSven Gothel2008-07-051-5/+25
* GL Unification 2nd round.Sven Gothel2008-07-043-12/+353
* OpenGL Composable Pipeline:Sven Gothel2008-06-211-0/+41
* Added debugging support via -Dgluegen.debug.ProcAddressHelper and Kenneth Russel2008-05-301-0/+44
* Added Windows (CE) / ARM to the list of known OS/CPU combinationsKenneth Russel2008-05-301-0/+1
* Changed implementation of ArgumentIsString to work with wide-character Kenneth Russel2008-05-271-7/+7
* Added support for passing outgoing arrays of compound types, including Kenneth Russel2008-05-262-0/+14
* Refactorings to support building JOGL and supporting libraries on Kenneth Russel2008-05-134-2/+360
* Changes for 64-bit Mac OS X from dhale; unclear why things worked earlierKenneth Russel2008-02-231-0/+1
* Changed structure layout for 32-bit Windows to more closely match what Kenneth Russel2007-09-301-0/+1
* Synced loadLibraryInternal implementation with JNLPAppletLauncher's Kenneth Russel2007-07-211-1/+12
* Updated NativeLibLoader to work with JNLPAppletLauncherKenneth Russel2007-07-041-1/+19
* Fixed Issue 262: DRIHack problems with ATI and possibly other driversKenneth Russel2007-01-211-0/+27
* Fixed latent problem with lookup of native libraries using ClassLoaderKenneth Russel2006-12-221-2/+16
* Fixed typo in commentKenneth Russel2006-12-041-1/+1
* Removed native code for DRIHack and replaced it with code using theKenneth Russel2006-11-241-0/+8
* Removed use of Class.getDeclaredFields() from ProcAddressHelper due to Kenneth Russel2006-09-031-2/+2
* Fixed run-time breakage due to NativeLibrary usage in JOAL. AddedKenneth Russel2006-09-031-8/+19
* Changed NativeLibrary.open() to accept boolean argument indicating Kenneth Russel2006-08-273-13/+52
* Added NativeLibrary helper class to com.sun.gluegen.runtime package, Kenneth Russel2006-08-016-0/+572
* Issue number:Travis Bryson2006-04-251-0/+1
* Added patch from user mabraham on javagaming.org forums for building Kenneth Russel2006-04-141-1/+2
* Clarified CPU javadocKenneth Russel2006-04-131-2/+2
* Support for building on HP/UX from user metasim on JOGL forumKenneth Russel2006-04-131-1/+2
* Added NativeSignatureEmitterKenneth Russel2006-03-061-0/+115
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-1/+38
* add i386 as a possible target for mac os platformGerard Ziemski2006-01-181-0/+1
* Moved GlueGen out of the JOGL workspace and into its own project. Kenneth Russel2006-01-155-0/+630