aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* add support for Mac OS X fat library (ppc and i386)Gerard Ziemski2005-10-061-0/+13
* Checked in cpptasks patch for future referenceKenneth Russel2005-10-051-0/+0
* Upgraded cpptasks to current sources as of 10/5/2005. Incorporated Kenneth Russel2005-10-053-1/+5
* Changed javadoc window title to indicate JSR-231 Early Draft ReviewKenneth Russel2005-09-281-4/+5
* Added local package-list for 1.4.2 to be able to build javadoc without Kenneth Russel2005-09-272-4/+139
* Removed GLU entry points for mipmapping and scaling routines taking Kenneth Russel2005-09-262-376/+53
* Added comment to GLU class on the fact that NURBS are not exposed.Kenneth Russel2005-09-251-5/+6
* Cleaned up Javadoc in particular for GLU class. Fixed bug in GlueGen Kenneth Russel2005-09-252-3/+29
* Added GL.getExtension() (currently always returning null) based on Kenneth Russel2005-09-252-0/+26
* Changed GLU to be a single class rather than a separate interface and Kenneth Russel2005-09-2510-1673/+1343
* Cleaned up glue code generation for GLU interface and implementation. Kenneth Russel2005-09-234-983/+74
* Moved GLU-related classes into javax.media.opengl.glu package. Still Kenneth Russel2005-09-113-167/+170
* Fixed longstanding typo (even in C headers) in naming of GLUtesselator; Kenneth Russel2005-09-113-58/+58
* Fixed bug in checkElementVBOEnabled and checkElementVBODisabledKenneth Russel2005-09-091-3/+2
* Javadoc cleanupsKenneth Russel2005-09-071-19/+10
* Added Vertex Buffer Object and Pixel Buffer Object variants of Kenneth Russel2005-09-032-4/+241
* Fixed build breakage on X11 platforms with recent renamingKenneth Russel2005-08-311-3/+3
* Renamed all files to intended destination packages for JSR-231. The Kenneth Russel2005-08-3022-295/+296
* Restructured generation of MethodBindings and emitters to more closely Kenneth Russel2005-08-296-51/+16
* Cleaned up build process slightly; GL interface and implementing classKenneth Russel2005-07-2811-143/+100
* Upgraded Cg headers to 1.4 including initial CgFX extensions. Much new Kenneth Russel2005-07-276-150/+429
* Refactored platform extensions out of the GL interface and Kenneth Russel2005-07-2720-272/+256
* Added new IgnoreExtension directive to the GLEmitter which allows a Kenneth Russel2005-07-222-2/+7
* Documentation updates and minor cleanupsKenneth Russel2005-07-192-2/+2
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-173-71/+41
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-082-3/+410
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-079-179/+637
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-243-845/+55
* This commit was manufactured by cvs2svn to create branch 'JSR-231'.First Last2005-06-241-0/+44
* Modified Files:Travis Bryson2005-05-251-40/+40
* Merged with current JOGL trunk (by using -r HEAD)Kenneth Russel2005-04-247-1/+55
* Add PrimitiveArrayExpansion mode option to grammar, Implement PrimitiveArrayE...Travis Bryson2005-02-281-1/+12
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-2622-17/+2437
* Fixed bug pointed out by fazekaim on the JOGL forums where the Kenneth Russel2004-11-211-0/+43
* Partial fix for Issue 42: Problems invoking GLU functions Kenneth Russel2004-11-183-6/+151
* Fixed MinGW build option after conversion to cpptasksKenneth Russel2004-11-081-4/+12
* libjogl_cg.jnilib was missing in jogl-natives-macosx.jar in dist targetKenneth Russel2004-11-061-1/+1
* Fixed Issue 117: Adding glGetUniformLocationARB to gl-common.cfg Kenneth Russel2004-10-291-2/+5
* Fixed build problem on Linux after upgrade to Cg 1.3 beta 2 headersKenneth Russel2004-10-291-1/+1
* 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