| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimized buffer binding checks for glVertexPointer and similar calls
| Kenneth Russel | 2006-11-24 | 2 | -4/+94 |
* | Removed native code for DRIHack and replaced it with code using the | Kenneth Russel | 2006-11-24 | 2 | -41/+71 |
* | Clean up jogl.dist.dir/tmp before building zip archives | Kenneth Russel | 2006-11-22 | 1 | -0/+1 |
* | Updated glext.h to include new NVidia GeForce 8 series extensions.
| Kenneth Russel | 2006-11-20 | 5 | -26/+826 |
* | Updated glext.h to current one from khronos.org subversion repository
| Kenneth Russel | 2006-11-20 | 1 | -10/+231 |
* | Fixed Issue 213: Expose GLCaps from GLDrawable
| Kenneth Russel | 2006-11-19 | 2 | -17/+53 |
* | Fixed Issue 249: Adding generated sources like GL.java to source distribution
| Kenneth Russel | 2006-11-15 | 2 | -3/+152 |
* | Removed now-obsolete platform-specific Ant targets; the correct way to
| Kenneth Russel | 2006-10-23 | 1 | -119/+7 |
* | Added documentation on ability to do
| Kenneth Russel | 2006-10-22 | 1 | -1/+3 |
* | Bumped version number of nightly builds to 1.0.1-pre | Kenneth Russel | 2006-10-05 | 1 | -1/+1 |
* | Added linker support for Cg on Solaris | Kenneth Russel | 2006-09-01 | 1 | -0/+1 |
* | Refactored initialization of C compilers via cpptasks into
| Kenneth Russel | 2006-08-12 | 1 | -164/+40 |
* | Fixed Cg-related build breakage on all platforms after introduction of | Kenneth Russel | 2006-08-03 | 1 | -1/+1 |
* | Changed isSolaris property detected by gluegen-cpptasks.xml to mean
| Kenneth Russel | 2006-08-01 | 1 | -2/+2 |
* | Bumped RI implementation version to 1.0.0 in anticipation of final | Kenneth Russel | 2006-07-28 | 1 | -1/+1 |
* | Applied trick from user Kickaha on JOGL forum to potentially allow Mac | Kenneth Russel | 2006-07-28 | 1 | -0/+15 |
* | Issue number: | gfxadmin | 2006-07-21 | 4 | -0/+40 |
* | Added support for sharing of textures, etc. between GLPbuffers and | Kenneth Russel | 2006-07-21 | 4 | -1/+115 |
* | Issue number: | gfxadmin | 2006-07-21 | 1 | -1/+22 |
* | Fixed build problem on FreeBSD; fix confirmed by user cybasheep on JOGL forum | Kenneth Russel | 2006-07-19 | 1 | -0/+2 |
* | Issue number: | gfxadmin | 2006-06-13 | 1 | -1/+45 |
* | Bumped RI version number to 1.0.0 beta 5 | Kenneth Russel | 2006-05-31 | 1 | -1/+1 |
* | jogl/make/build.xml | gfxadmin | 2006-05-31 | 1 | -1/+25 |
* | Fixed error message in Solaris/SPARCv9 part of dist target | Kenneth Russel | 2006-05-29 | 1 | -2/+2 |
* | Preliminary fix for | Kenneth Russel | 2006-05-28 | 2 | -0/+7 |
* | Issue number: | gfxadmin | 2006-04-29 | 1 | -1/+21 |
* | Issue number: | gfxadmin | 2006-04-28 | 1 | -1/+21 |
* | Fixed problem in Java gluScaleImage implementation raised by user
| Kenneth Russel | 2006-04-27 | 1 | -8/+10 |
* | Incorporated NativeTaglet sources from cylab into gluegen source tree
| Kenneth Russel | 2006-04-27 | 1 | -6/+6 |
* | Issue number: | gfxadmin | 2006-04-25 | 1 | -3/+56 |
* | Made cgGLSetParameterPointer NIODirectOnly because of its semantics | Kenneth Russel | 2006-04-20 | 1 | -0/+5 |
* | Updated JOGLAppletLauncher with new native library names. Made pack200 | Kenneth Russel | 2006-04-19 | 1 | -1/+1 |
* | Added "redist" target to build.xml to be able to use the nightly build | Kenneth Russel | 2006-04-19 | 2 | -1/+30 |
* | Fixed Issue 212: Incorporate patch to add URL links to GL javadoc
| Kenneth Russel | 2006-04-17 | 6 | -6/+198 |
* | Issue number: | gfxadmin | 2006-04-17 | 1 | -1/+1 |
* | Fixed Issue 215: Enhancement for NativeLibLoader
| Kenneth Russel | 2006-04-17 | 2 | -18/+3 |
* | Issue number: | gfxadmin | 2006-04-14 | 1 | -27/+27 |
* | Added patch from user mabraham on javagaming.org forums for building
| Kenneth Russel | 2006-04-14 | 3 | -5/+14 |
* | Support for building on HP/UX from user metasim on JOGL forum | Kenneth Russel | 2006-04-13 | 2 | -4/+56 |
* | Deleted whitespace | Kenneth Russel | 2006-03-25 | 1 | -3/+0 |
* | Fixed problem with dist target destroying version string in manifest
| Kenneth Russel | 2006-03-25 | 1 | -2/+9 |
* | Fixed initialization problem in dev javadoc pointed out by Justin
| Kenneth Russel | 2006-03-25 | 1 | -5/+5 |
* | Added position(0) call to returned Buffers from glMapBuffer and
| Kenneth Russel | 2006-03-14 | 1 | -0/+2 |
* | Added NativeSignatureEmitter | Kenneth Russel | 2006-03-06 | 5 | -9/+66 |
* | Optimized VBO/PBO checking routines in GLImpl. Now cache availability
| Kenneth Russel | 2006-02-24 | 1 | -20/+43 |
* | Changed locking protocol for on-screen surfaces to only use the JAWT's
| Kenneth Russel | 2006-02-20 | 1 | -5/+5 |
* | Added libjogl_drihack.so to dist native library jars | Kenneth Russel | 2006-02-16 | 1 | -3/+3 |
* | Issue number: | gfxadmin | 2006-02-16 | 1 | -1/+1 |
* | Fixed problems with lack of hardware acceleration on Linux | Kenneth Russel | 2006-02-16 | 1 | -11/+35 |
* | Issue number: | gfxadmin | 2006-02-16 | 3 | -5/+19 |