aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Gerard Ziemski's changes to the build process on OS X to lookKenneth Russel2003-09-103-12/+31
* Updated binaries with ARB_vertex_buffer_object support, latest Mac OSKenneth Russel2003-09-065-0/+0
* Added contribution from user GKW on community.java.net forums to fixKenneth Russel2003-09-053-33/+40
* Ported JOGL's Cg support to Linux; fixed capitalization and otherKenneth Russel2003-09-056-13/+13
* Added Gerard Ziemski's new sources for faster dynamic symbol lookup onKenneth Russel2003-09-052-35/+42
* Applied bug fix to GLU tesselator supplied by Pepijn Van Eeckhoudt.Kenneth Russel2003-08-271-25/+25
* Fixed Mac OS X build after recent JAWT changes in 10.3 (which areKenneth Russel2003-08-248-17/+23
* GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg.Kenneth Russel2003-08-2127-15/+6530
* GKW on the community.java.net forums pointed out that theKenneth Russel2003-08-171-30/+38
* Applied suggestion from GKW on community.java.net forums to useKenneth Russel2003-08-171-1/+1
* Added SGI .rgb image reader. Fixed typos in javadoc.Kenneth Russel2003-08-152-3/+3
* Issue number: albanc2003-08-132-0/+12
* Fixed bug in offscreen contexts' pending resize logic pointed out byKenneth Russel2003-08-132-2/+2
* Added link to user's guide to main pageKenneth Russel2003-08-121-0/+2
* Added hardware acceleration TODO for GLJPanelKenneth Russel2003-08-101-0/+2
* Made glBufferDataARB and glBufferSubDataARB non-NIOOnly. Added support Kenneth Russel2003-08-081-2/+0
* Fixed bug abies pointed out in ARBVBOKey where it was necessary toKenneth Russel2003-08-073-2/+28
* Changed glMapBufferARB's implementation to return the same ByteBufferKenneth Russel2003-08-0711-27/+182
* Fixed (?) build problem on X11 and Mac OS XKenneth Russel2003-08-063-12/+14
* Changed behavior of ManuallyImplement to not emit GLEmitter's dispatchKenneth Russel2003-08-0611-32/+143
* Attempted fix to jogl and Gears JNLP files after java.net transition to httpsKenneth Russel2003-08-041-1/+1
* Updated TODO and fixed bug in default build.xml ruleKenneth Russel2003-08-042-11/+17
* Fixed bug pointed out by [email protected] where impl classesKenneth Russel2003-07-312-2/+4
* Added ANTLR and Ant links to JOGL web pageKenneth Russel2003-07-181-205/+238
* Added JNLP files for demos to jogl-demos home page. Added more linksKenneth Russel2003-07-181-92/+282
* Undid change to host.propertiesKenneth Russel2003-07-161-2/+2
* Trying to fix issue with gears.jnlpKenneth Russel2003-07-161-2/+2
* Added Java Web Start binaries for JOGL and the JOGL demos.Kenneth Russel2003-07-166-0/+34
* Added workaround for 4845371 to NativeLibLoader.Kenneth Russel2003-07-161-0/+7
* Fixed bug in Animator where it would hang upon stopping if exceptionKenneth Russel2003-07-154-29/+33
* Undid changes to host.propertiesKenneth Russel2003-07-151-2/+2
* Added ContextVariableName configuration option to GLEmitter because ofKenneth Russel2003-07-153-8/+21
* Fixed issue 13: Readable names for function argumentsKenneth Russel2003-07-153-3/+20
* Fixed issue 12: Better tracing outputKenneth Russel2003-07-152-2/+60
* Fixed issue 1: GLCanvas flickers when using repaintKenneth Russel2003-07-151-0/+6
* Fixed issue 16: Accessibility breaks joglKenneth Russel2003-07-151-1/+9
* Fixed problem where loadLibrary calls needed to be done insideKenneth Russel2003-07-151-5/+12
* Fixed default antlr.jar propertyKenneth Russel2003-07-141-3/+2
* Fixed bugs in Solaris build.Kenneth Russel2003-07-143-7/+16
* Added "dist" target to assemble one jogl.jar out of platform-specificKenneth Russel2003-07-141-0/+51
* Fixed dangling references to platform-dependent stub_includes versionsKenneth Russel2003-07-141-3/+3
* Switched jogl-demos to use Ant instead of GNU make.Kenneth Russel2003-07-141-2/+2
* Updated jogl build documentation for Ant build. Deleted now-obsoleteKenneth Russel2003-07-1417-1189/+11
* Fixed bugs in Mac OS X Ant build.Kenneth Russel2003-07-141-6/+12
* Fixed bugs in Linux build: GLEmitter needs to be used forKenneth Russel2003-07-142-3/+8
* Added Ant build support, contributed by Rob Grzywinski and ArturKenneth Russel2003-07-1421-17/+2285
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-0830-97/+463
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-0344-468/+1245
* added navbarathomas2003-06-261-0/+8
* Checked in experimental Cg support and a couple of small demos. ByKenneth Russel2003-06-2611-8/+1778