aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/gluegen/CMethodBindingEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-081-2/+12
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-3/+3
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-241-7/+38
* * Use cleaner and more OOP method to refer to Buffer types in gluegen'sTravis Bryson2005-05-251-9/+2
* Modified Files:Travis Bryson2005-05-251-16/+123
* Merged with current JOGL trunk (by using -r HEAD)Kenneth Russel2005-04-241-3/+3
* Fixed Issue 71: glMultiDrawElements() is missing Kenneth Russel2004-10-041-54/+109
* Fixed Issue 86: code generation problemKenneth Russel2004-07-151-20/+25
* Fixed lurking bug in native array copying code generation if more thanKenneth Russel2004-04-231-0/+7
* Added OpenGL 1.5 support. Updated glext.h, wglext.h, and glxext.h from Kenneth Russel2004-04-221-70/+103
* Changed glMapBufferARB's implementation to return the same ByteBufferKenneth Russel2003-08-071-14/+0
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-47/+163
* Initial revisiondjp2003-06-081-0/+1141