| Commit message (Expand) | Author | Age | Files | Lines |
* | Added error checking for "dist" builds to validate that all expected
| Kenneth Russel | 2005-11-09 | 1 | -2/+85 |
* | Changed Javadoc footer to bottom | Kenneth Russel | 2005-11-02 | 1 | -5/+5 |
* | Added Javadoc footer with copyright and license information | Kenneth Russel | 2005-11-02 | 1 | -5/+9 |
* | Merged JSR-231 branch on to the main JOGL trunk. The main trunk now
| Kenneth Russel | 2005-10-24 | 55 | -4370/+3030 |
* | show macosxfat as one of the available targets | Gerard Ziemski | 2005-10-07 | 1 | -1/+1 |
* | add support for Mac OS X fat library (ppc and i386) | Gerard Ziemski | 2005-10-06 | 2 | -1/+14 |
* | Updated vc7.root property declaration and documentation | Kenneth Russel | 2005-06-13 | 1 | -4/+7 |
* | Made pbuffer code and in particular floating-point pbuffer code more | Kenneth Russel | 2005-06-02 | 2 | -0/+4 |
* | Cleaned up Mac OS X context handling. Removed incorrect retain call on | Kenneth Russel | 2005-06-01 | 2 | -0/+2 |
* | Upgraded webstart binaries to 1.1 b12; updated HTML and JavaDoc; added
| Kenneth Russel | 2005-05-27 | 1 | -1/+1 |
* | Javadoc fixes | Kenneth Russel | 2005-05-27 | 1 | -9/+19 |
* | Added first-cut support for floating-point pbuffers on Mac OS X | Kenneth Russel | 2005-05-20 | 2 | -2/+2 |
* | Added more extension definitions from Apple's glext.h (including, and
| Kenneth Russel | 2005-05-19 | 2 | -1/+87 |
* | Updated to current glext.h, glxext.h and wglext.h
| Kenneth Russel | 2005-05-19 | 4 | -141/+501 |
* | Added CgGL.cgCreateProgramFromStream and updated JOGL Cg demos to use
| Kenneth Russel | 2005-05-13 | 3 | -19/+47 |
* | Added Solaris/x86 support to build.xml | Kenneth Russel | 2005-05-10 | 1 | -4/+2 |
* | Fixed race conditions in Mac OS X onscreen context creation that | Kenneth Russel | 2005-05-10 | 2 | -2/+4 |
* | Fixed Issue 156: Patch to add linux.ia64 target
| Kenneth Russel | 2005-04-24 | 1 | -1/+25 |
* | Fixed Issue 92: Platform Independent VSync functionality
| Kenneth Russel | 2005-04-24 | 6 | -0/+30 |
* | Fixed Issue 141: No NIO support in CgGL
| Kenneth Russel | 2005-02-23 | 1 | -0/+5 |
* | Fixed bug in gluScaleImage pointed out by user benjunmun on javagaming
| Kenneth Russel | 2005-02-22 | 1 | -0/+4 |
* | Fixed problem with glu-impl-macosx.cfg after enabling of GKW's pure | Kenneth Russel | 2005-02-07 | 1 | -3/+3 |
* | Fixed problem in glu-impl-x11.cfg after switch over to use GKW's pure | Kenneth Russel | 2005-02-07 | 2 | -8/+10 |
* | Hooked in GKW's Java port of the GLU library's mipmap and image
| Kenneth Russel | 2005-02-07 | 6 | -18/+1852 |
* | Added double-buffer argument to Mac OS X OpenGL context creation | Kenneth Russel | 2005-02-04 | 2 | -0/+2 |
* | Fixed build problems after integration of GKW's Java port of GLU
| Kenneth Russel | 2005-02-03 | 2 | -1/+199 |
* | Added mipmap code | gkw | 2005-02-03 | 1 | -0/+157 |
* | Fixed Issue 102: Fail to find cgShader environment with webstart
| Kenneth Russel | 2005-01-31 | 1 | -1/+16 |
* | Fixed Issue 126: Patch to allow building native driver on BSD
| Kenneth Russel | 2005-01-28 | 1 | -0/+27 |
* | Fixed build breakage on Windows and other non-X11 platforms after
| Kenneth Russel | 2005-01-28 | 2 | -0/+5 |
* | Partial fix for Issue 88: Add Linux amd64 support to JOGL | Kenneth Russel | 2005-01-27 | 4 | -4/+38 |
* | Fixed incorrect typedef of jint to long; is now int | Kenneth Russel | 2005-01-27 | 3 | -3/+3 |
* | Added definitions for GL_EXT_framebuffer_object to glext.h | Kenneth Russel | 2005-01-20 | 1 | -0/+128 |
* | better header for intptr_t on Mac OS X | Gerard Ziemski | 2004-12-27 | 4 | -4/+4 |
* | make sure we include header defining intptr_t, so that we build on Mac OS X | Gerard Ziemski | 2004-12-27 | 4 | -0/+9 |
* | Fixed bug pointed out by fazekaim on the JOGL forums where the
| Kenneth Russel | 2004-11-21 | 1 | -0/+43 |
* | Partial fix for Issue 42: Problems invoking GLU functions
| Kenneth Russel | 2004-11-18 | 3 | -6/+151 |
* | Fixed MinGW build option after conversion to cpptasks | Kenneth Russel | 2004-11-08 | 1 | -4/+12 |
* | libjogl_cg.jnilib was missing in jogl-natives-macosx.jar in dist target | Kenneth Russel | 2004-11-06 | 1 | -1/+1 |
* | Fixed Issue 117: Adding glGetUniformLocationARB to gl-common.cfg
| Kenneth Russel | 2004-10-29 | 1 | -2/+5 |
* | Fixed build problem on Linux after upgrade to Cg 1.3 beta 2 headers | Kenneth Russel | 2004-10-29 | 1 | -1/+1 |
* | Added build support for Cg library on Mac OS X | Kenneth Russel | 2004-10-26 | 2 | -2/+11 |
* | Removed hacks from cg.h and cgGL.h that are no longer necessary now
| Kenneth Russel | 2004-10-22 | 2 | -179/+175 |
* | Updated Cg definitions to Cg 1.3 beta 2 headers | Kenneth Russel | 2004-10-22 | 8 | -333/+625 |
* | Fixed missing linker type of suncc in Solaris build | Kenneth Russel | 2004-10-04 | 1 | -1/+1 |
* | Fixed Issue 71: glMultiDrawElements() is missing
| Kenneth Russel | 2004-10-04 | 1 | -18/+1 |
* | Removed debug info from native libraries after CPPTask cutover | Kenneth Russel | 2004-08-05 | 1 | -1/+1 |
* | Added acknowledgment of Alex Radeski to build.xml | Kenneth Russel | 2004-08-04 | 1 | -1/+2 |
* | Fixed Solaris portion of cpptasks port; needed to add a new suncc | Kenneth Russel | 2004-08-04 | 2 | -2/+3 |
* | Incorporated changes by Alex Radeski <aradeski@iinet.net.au> from the
| Kenneth Russel | 2004-08-04 | 2 | -338/+259 |