summaryrefslogtreecommitdiffstats
path: root/src/net/java/games/gluegen/JavaEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* Refactoring and rewriting of portions of GlueGen for more flexibilityBLACKBIRDKenneth Russel2005-02-011-10/+14
* Removed hacks from cg.h and cgGL.h that are no longer necessary now Kenneth Russel2004-10-221-1/+2
* Fixed Issue 71: glMultiDrawElements() is missing Kenneth Russel2004-10-041-36/+38
* Fixed Issue 28: All functions that take arrays as parameters should also take...Kenneth Russel2004-04-211-43/+147
* Fixed Issue 68: Window system-specific JAWT classes must implement JAWT_Platf...Kenneth Russel2004-03-151-6/+31
* Changed behavior of ManuallyImplement to not emit GLEmitter's dispatchKenneth Russel2003-08-061-23/+28
* Fixed bug pointed out by [email protected] where impl classesKenneth Russel2003-07-311-1/+1
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-21/+48
* Initial revisiondjp2003-06-081-0/+1246