aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/runtime
Commit message (Expand)AuthorAgeFilesLines
* renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-2719-2876/+0
* Drop PointerBuffer.wrapNative2Java(..)Sven Gothel2010-03-192-63/+39
* added support for arrays in generated StructAccessors.Michael Bien2010-02-122-0/+104
* PointerBuffer supports now 32bit architectures.Michael Bien2010-01-192-18/+39
* is32Bit field is now immutable to help hotspot with inlining.Michael Bien2010-01-181-41/+27
* fixed off-by-one bug in put and get.Michael Bien2010-01-122-6/+24
* fixed emitted code for buffer-array mixing.Michael Bien2010-01-122-2/+2
* temporary workaround in BufferFactory.isDirect(). Changed behavior to return ...Michael Bien2009-11-302-4/+4
* Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SEsg2158892009-07-282-15/+12
* Fix: Add sun.arch.data.model to determine 32bit archsg2158892009-07-281-29/+61
* Build CDC named JARs for CVM in default build, no more specialized build nece...sg2158892009-07-152-2/+2
* Add missing changes ..sg2158892009-07-135-122/+397
* Add: Extended support for CVM:sg2158892009-07-132-0/+141
* Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-1517-0/+2326
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-1514-1905/+0
* 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