summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Added build support for Cg library on Mac OS XKenneth Russel2004-10-262-2/+11
* Removed hacks from cg.h and cgGL.h that are no longer necessary now Kenneth Russel2004-10-222-179/+175
* Updated Cg definitions to Cg 1.3 beta 2 headersKenneth Russel2004-10-228-333/+625
* Fixed missing linker type of suncc in Solaris buildKenneth Russel2004-10-041-1/+1
* Fixed Issue 71: glMultiDrawElements() is missing Kenneth Russel2004-10-041-18/+1
* Removed debug info from native libraries after CPPTask cutoverKenneth Russel2004-08-051-1/+1
* Added acknowledgment of Alex Radeski to build.xmlKenneth Russel2004-08-041-1/+2
* Fixed Solaris portion of cpptasks port; needed to add a new sunccKenneth Russel2004-08-042-2/+3
* Incorporated changes by Alex Radeski <[email protected]> from the Kenneth Russel2004-08-042-338/+259
* Bug fix from user GKW on the JOGL forums for problems reported by Kenneth Russel2004-08-034-2/+143
* Upgraded to current glext.h / wglext.h / glxext.hKenneth Russel2004-08-024-42/+221
* Fixed cygwin / mingw compilation issues pointed out by user cylab on Kenneth Russel2004-07-281-1/+1
* Fixed Issue 85: Weekly builds / sourceKenneth Russel2004-07-161-0/+7
* add VOB for Mac OS XGerard Ziemski2004-06-201-0/+32
* Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2DKenneth Russel2004-04-292-6/+6
* Fixed breakage of vertex_array_range extension during last update of Kenneth Russel2004-04-293-4/+10
* Applied patches from Yuri Vl. Gushchin on JOGL forums: Kenneth Russel2004-04-262-1/+29
* Fixed build problems on Linux after addition of OpenGL 1.5 support.Kenneth Russel2004-04-223-3/+9
* 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