| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bug fix from user GKW on the JOGL forums for problems reported by
| Kenneth Russel | 2004-08-03 | 4 | -2/+143 |
* | 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 |
* | Fixed Issue 85: Weekly builds / source | Kenneth Russel | 2004-07-16 | 1 | -0/+7 |
* | add VOB for Mac OS X | Gerard Ziemski | 2004-06-20 | 1 | -0/+32 |
* | Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2D | Kenneth Russel | 2004-04-29 | 2 | -6/+6 |
* | Fixed breakage of vertex_array_range extension during last update of
| Kenneth Russel | 2004-04-29 | 3 | -4/+10 |
* | Applied patches from Yuri Vl. Gushchin on JOGL forums:
| Kenneth Russel | 2004-04-26 | 2 | -1/+29 |
* | Fixed build problems on Linux after addition of OpenGL 1.5 support. | Kenneth Russel | 2004-04-22 | 3 | -3/+9 |
* | Added OpenGL 1.5 support. Updated glext.h, wglext.h, and glxext.h from
| Kenneth Russel | 2004-04-22 | 10 | -1417/+1991 |
* | Updated context creation code to unpack GLCapabilities object in Java | Kenneth Russel | 2004-04-21 | 2 | -3/+26 |
* | Fixed Issue 28: All functions that take arrays as parameters should also take... | Kenneth Russel | 2004-04-21 | 1 | -1/+8 |
* | Fixed Issue 73: build.xml needs "-L/usr/X11R6/lib" for Linux. | Kenneth Russel | 2004-04-19 | 1 | -1/+1 |
* | Initial support for multisample / full-scene antialiasing (FSAA);
| Kenneth Russel | 2004-04-13 | 1 | -2/+1 |
* | Fixed Javadoc problems | Kenneth Russel | 2004-04-12 | 1 | -2/+2 |
* | Fixed Javadoc problems | Kenneth Russel | 2004-04-12 | 1 | -2/+2 |
* | Removed debugging code from declare.macosx rule | Kenneth Russel | 2004-04-12 | 1 | -6/+0 |
* | Fixed Issue 70: JOGL build broken with Ant 1.6 | Kenneth Russel | 2004-04-07 | 2 | -33/+49 |
* | Fixed Issue 68: Window system-specific JAWT classes must implement JAWT_Platf... | Kenneth Russel | 2004-03-15 | 3 | -0/+6 |
* | Minor cleanups to build.xml | Kenneth Russel | 2004-03-15 | 1 | -4/+1 |