summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
...
* Added OpenGL 1.5 support. Updated glext.h, wglext.h, and glxext.h from Kenneth Russel2004-04-2210-1417/+1991
* Updated context creation code to unpack GLCapabilities object in JavaKenneth Russel2004-04-212-3/+26
* Fixed Issue 28: All functions that take arrays as parameters should also take...Kenneth Russel2004-04-211-1/+8
* Fixed Issue 73: build.xml needs "-L/usr/X11R6/lib" for Linux.Kenneth Russel2004-04-191-1/+1
* Initial support for multisample / full-scene antialiasing (FSAA); Kenneth Russel2004-04-131-2/+1
* Fixed Javadoc problemsKenneth Russel2004-04-121-2/+2
* Fixed Javadoc problemsKenneth Russel2004-04-121-2/+2
* Removed debugging code from declare.macosx ruleKenneth Russel2004-04-121-6/+0
* Fixed Issue 70: JOGL build broken with Ant 1.6Kenneth Russel2004-04-072-33/+49
* Fixed Issue 68: Window system-specific JAWT classes must implement JAWT_Platf...Kenneth Russel2004-03-153-0/+6
* Minor cleanups to build.xmlKenneth Russel2004-03-151-4/+1
* Update for custom pixel formats in OSXgregorypierce2004-02-283-8/+9
* Updated for OSX to handle custom pixel formatsgregorypierce2004-02-281-1/+2
* Updated to include GL_EXT_texture_rectanglegregorypierce2004-02-281-0/+10
* Modified the OSX jogl.properties location to something that actually exists o...gregorypierce2004-01-181-1/+1
* added Mac OS X specific compiler and linker options - prebinding. jogl.jnilib...Gerard Ziemski2003-11-041-3/+3
* Disabling the context updater for now - not thread safe yet.Gerard Ziemski2003-10-122-0/+2
* Implemented PBuffers (available in >= Panther). Reimplemented window resizing...Gerard Ziemski2003-10-122-11/+28
* Added missing implementation of dispatch_glMapBufferARB on Linux afterKenneth Russel2003-10-031-0/+15
* Added Gerard Ziemski's changes to the build process on OS X to lookKenneth Russel2003-09-102-10/+25
* Added contribution from user GKW on community.java.net forums to fixKenneth Russel2003-09-051-2/+2
* Ported JOGL's Cg support to Linux; fixed capitalization and otherKenneth Russel2003-09-056-13/+13
* Fixed Mac OS X build after recent JAWT changes in 10.3 (which areKenneth Russel2003-08-246-16/+21
* GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg.Kenneth Russel2003-08-215-15/+851
* 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-071-0/+13
* Changed glMapBufferARB's implementation to return the same ByteBufferKenneth Russel2003-08-073-10/+33
* 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-067-4/+48
* Updated TODO and fixed bug in default build.xml ruleKenneth Russel2003-08-041-2/+2
* Fixed bug pointed out by [email protected] where impl classesKenneth Russel2003-07-311-1/+3
* Undid change to host.propertiesKenneth Russel2003-07-161-2/+2
* Trying to fix issue with gears.jnlpKenneth Russel2003-07-161-2/+2
* Fixed bug in Animator where it would hang upon stopping if exceptionKenneth Russel2003-07-153-6/+6
* Undid changes to host.propertiesKenneth Russel2003-07-151-2/+2
* Added ContextVariableName configuration option to GLEmitter because ofKenneth Russel2003-07-152-6/+7
* Fixed issue 12: Better tracing outputKenneth Russel2003-07-151-0/+1
* Fixed default antlr.jar propertyKenneth Russel2003-07-141-3/+2
* Fixed bugs in Solaris build.Kenneth Russel2003-07-142-6/+15
* 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-1416-1173/+0
* 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-1412-7/+1479
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-086-22/+16
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-0320-169/+275
* Checked in experimental Cg support and a couple of small demos. ByKenneth Russel2003-06-2610-8/+1711
* Fixed inheritance problem with GL on Mac OS X. Updated documentation.Kenneth Russel2003-06-263-3/+7