| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue number: | gfxadmin | 2005-12-07 | 1 | -3/+3 |
* | Issue number: | gfxadmin | 2005-12-07 | 1 | -1/+3 |
* | Added thrown exception information for GLDrawableFactory's | Kenneth Russel | 2005-12-05 | 1 | -6/+6 |
* | Deleted inefficient and unnecessary bindings for gluProject, | Kenneth Russel | 2005-12-05 | 1 | -79/+9 |
* | Submitted by: Travis | gfxadmin | 2005-12-03 | 1 | -87/+87 |
* | Added GLU projection-related entry points accepting Buffers as
| Kenneth Russel | 2005-12-03 | 1 | -0/+56 |
* | Issue number: | gfxadmin | 2005-11-19 | 1 | -1/+30 |
* | Issue number: | gfxadmin | 2005-11-18 | 1 | -184/+271 |
* | Submitted by: Travis | gfxadmin | 2005-11-11 | 2 | -1/+235 |
* | Issue number: | gfxadmin | 2005-11-10 | 1 | -1/+1 |
* | Fixed dist build problem pointed out by Travis | Kenneth Russel | 2005-11-10 | 1 | -5/+5 |
* | Fixed Issue 180: Improve garbage generation | Kenneth Russel | 2005-11-10 | 1 | -4/+4 |
* | Refactored JOGL's use of the JAWT to enable it to be more lazily
| Kenneth Russel | 2005-11-09 | 5 | -19/+88 |
* | 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 |