| Commit message (Expand) | Author | Age | Files | Lines |
* | Partial fix for Issue 42: Problems invoking GLU functions
| Kenneth Russel | 2004-11-18 | 6 | -17/+187 |
* | Fixed Issue 22: GLException hides user exception
| Kenneth Russel | 2004-11-18 | 1 | -7/+33 |
* | Fixed Issue 119: Dual-head problems on Windows XP
| Kenneth Russel | 2004-11-15 | 2 | -4/+5 |
* | Fixed MinGW build option after conversion to cpptasks | Kenneth Russel | 2004-11-08 | 1 | -4/+12 |
* | Updated Mac OS X binaries with missing libjogl_cg.jnilib | Kenneth Russel | 2004-11-06 | 1 | -0/+0 |
* | libjogl_cg.jnilib was missing in jogl-natives-macosx.jar in dist target | Kenneth Russel | 2004-11-06 | 1 | -1/+1 |
* | Incremented version number to 1.1 b07 | Kenneth Russel | 2004-11-01 | 1 | -1/+1 |
* | Updated JOGL and JOGL demo webstart files to 1.1 b06 | Kenneth Russel | 2004-11-01 | 5 | -0/+0 |
* | Fixed Issue 117: Adding glGetUniformLocationARB to gl-common.cfg
| Kenneth Russel | 2004-10-29 | 1 | -2/+5 |
* | Removed redundant code. | gkw | 2004-10-29 | 1 | -7/+1 |
* | Fixed build problem on Linux after upgrade to Cg 1.3 beta 2 headers | Kenneth Russel | 2004-10-29 | 1 | -1/+1 |
* | recomputeSingleThreadedWorkaround() erroneously disabled context | gkw | 2004-10-27 | 1 | -1/+3 |
* | Added link to JavaOne 2004 JOGL talk slides | Kenneth Russel | 2004-10-27 | 1 | -0/+4 |
* | 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 | 3 | -180/+177 |
* | Updated Cg definitions to Cg 1.3 beta 2 headers | Kenneth Russel | 2004-10-22 | 8 | -333/+625 |
* | Fixed Issue 34: glutWireCube / glutSolidCube generate wrong cubes | Kenneth Russel | 2004-10-05 | 1 | -11/+15 |
* | 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 | 8 | -143/+231 |
* | addShutdownHook needed to be wrapped in a call to AccessController.doPrivileg... | gkw | 2004-08-17 | 1 | -2/+8 |
* | Incremented version number to 1.1 b06 | Kenneth Russel | 2004-08-06 | 1 | -1/+1 |
* | Removed debug info from native libraries after CPPTask cutover | Kenneth Russel | 2004-08-05 | 3 | -0/+0 |
* | Fixed compiler warning in updateContextRegister | Kenneth Russel | 2004-08-05 | 1 | -0/+1 |
* | Removed debug info from native libraries after CPPTask cutover | Kenneth Russel | 2004-08-05 | 2 | -1/+1 |
* | Updated Java Web Start jars to 1.1 b05 | Kenneth Russel | 2004-08-04 | 5 | -0/+0 |
* | 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 | 3 | -339/+260 |
* | Bug fix from user GKW on the JOGL forums for problems reported by
| Kenneth Russel | 2004-08-03 | 10 | -88/+389 |
* | Upgraded to current glext.h / wglext.h / glxext.h | Kenneth Russel | 2004-08-02 | 4 | -42/+221 |
* | Fixed cygwin / mingw compilation issues pointed out by user cylab on
| Kenneth Russel | 2004-07-28 | 1 | -1/+1 |
* | Updated Java Web Start binaries for JOGL 1.1 beta 04 | Kenneth Russel | 2004-07-16 | 5 | -0/+0 |
* | Fixed Issue 85: Weekly builds / source | Kenneth Russel | 2004-07-16 | 1 | -0/+7 |
* | Fixed Issue 86: code generation problem | Kenneth Russel | 2004-07-15 | 1 | -20/+25 |
* | Fixed Issue 96: Off-by-one error in pixel format selection on Windows | Kenneth Russel | 2004-07-15 | 1 | -2/+4 |
* | Fixed build problems on Linux after bug fixes to context destruction | Kenneth Russel | 2004-07-15 | 2 | -12/+13 |
* | Bug fix to new context destruction / recreation code associated with
| Kenneth Russel | 2004-07-09 | 1 | -14/+14 |
* | fix build breakage | Gerard Ziemski | 2004-06-21 | 2 | -2/+2 |
* | add VOB for Mac OS X | Gerard Ziemski | 2004-06-20 | 1 | -0/+32 |
* | pbuffers have been implemented in Mac OS X jogl port for some time now, regsi... | Gerard Ziemski | 2004-06-20 | 1 | -3/+11 |
* | This putback attempts to address the following issues:
| Kenneth Russel | 2004-06-19 | 12 | -32/+323 |
* | Fixed (?) Issue 78: Re-assigning rendering thread causes subsequent display()... | Kenneth Russel | 2004-04-30 | 1 | -30/+85 |
* | Incremented version number to 1.1b04 | Kenneth Russel | 2004-04-30 | 1 | -1/+1 |
* | Updated binaries for 1.1b03 | Kenneth Russel | 2004-04-29 | 5 | -0/+0 |
* | Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2D | Kenneth Russel | 2004-04-29 | 5 | -139/+98 |
* | Fixed breakage of vertex_array_range extension during last update of
| Kenneth Russel | 2004-04-29 | 3 | -4/+10 |
* | Fixed problem identified by William Denniss on JOGL forums where
| Kenneth Russel | 2004-04-26 | 1 | -5/+9 |
* | Fixed Issue 77: Creation of dummy GL context fails in some configurations | Kenneth Russel | 2004-04-26 | 1 | -0/+2 |
* | Applied patches from Yuri Vl. Gushchin on JOGL forums:
| Kenneth Russel | 2004-04-26 | 3 | -2/+31 |
* | Fixed Issue 76: Multisampling (FSAA) does not work on ATI | Kenneth Russel | 2004-04-26 | 2 | -21/+28 |