aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/JavaMethodBindingEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-301-3/+9
* Resolved conflictsSven Gothel2010-03-291-18/+18
|\
| * renamed BufferFactory into Buffers.Michael Bien2010-03-291-18/+18
* | New Int64Buffer type, which is being used for gluegen 'long *'Sven Gothel2010-03-291-1/+1
|/
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-281-96/+62
* Drop PointerBuffer.wrapNative2Java(..)Sven Gothel2010-03-191-1/+1
* fixed emitted code for buffer-array mixing.Michael Bien2010-01-121-3/+17
* Code cleanup. Ported package com.sun.gluegen to java 5 language level.Michael Bien2009-12-011-31/+26
* Cleanup for a better OpenGL 3.2 integration,Sven Gothel2009-08-051-3/+3
* Add missing changessg2158892009-07-131-2/+4
* Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+873
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-828/+0
* Added support for passing outgoing arrays of compound types, including Kenneth Russel2008-05-261-7/+73
* Fixed Issue 6: unqualified class names in generated java code Kenneth Russel2008-04-191-9/+9
* More robust code for direct / indirect buffer checkingKenneth Russel2007-06-031-1/+1
* Fixed problem with glue code generation for outgoing void** arguments Kenneth Russel2006-07-081-0/+4
* Fixed and improved handling of Opaque directives for multiple pointer Kenneth Russel2006-05-281-1/+1
* Fixed Issue 212: Incorporate patch to add URL links to GL javadoc Kenneth Russel2006-04-171-1/+5
* Did refactoring and made private fields protected in order to allow Kenneth Russel2006-03-061-3/+19
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-53/+7
* Moved GlueGen out of the JOGL workspace and into its own project. Kenneth Russel2006-01-151-0/+784