summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/runtime/NativeLibrary.java
Commit message (Expand)AuthorAgeFilesLines
* renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-271-425/+0
* Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SEsg2158892009-07-281-1/+1
* Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+425
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-404/+0
* 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
* 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-271-11/+50
* Added NativeLibrary helper class to com.sun.gluegen.runtime package, Kenneth Russel2006-08-011-0/+305