| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed Import of java.nio.* and adjusted custom Java code after
| Kenneth Russel | 2008-04-19 | 1 | -4/+4 |
* | Fixed another performance problem related to buffer objects pointed
| Kenneth Russel | 2006-11-26 | 1 | -95/+24 |
* | Optimized buffer binding checks for glVertexPointer and similar calls
| Kenneth Russel | 2006-11-24 | 1 | -4/+90 |
* | Added position(0) call to returned Buffers from glMapBuffer and
| Kenneth Russel | 2006-03-14 | 1 | -0/+2 |
* | Optimized VBO/PBO checking routines in GLImpl. Now cache availability
| Kenneth Russel | 2006-02-24 | 1 | -20/+43 |
* | Added checking of whether the correct GLContext is current to the
| Kenneth Russel | 2006-02-12 | 1 | -0/+6 |
* | Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to
| Kenneth Russel | 2006-02-05 | 1 | -0/+9 |
* | Added checks on number of remaining elements and bytes for Buffers and
| Kenneth Russel | 2006-01-03 | 1 | -0/+96 |
* | Fixed Issue 180: Improve garbage generation | Kenneth Russel | 2005-11-10 | 1 | -4/+4 |
* | Merged JSR-231 branch on to the main JOGL trunk. The main trunk now
| Kenneth Russel | 2005-10-24 | 1 | -2/+134 |
* | Added OpenGL 1.5 support. Updated glext.h, wglext.h, and glxext.h from
| Kenneth Russel | 2004-04-22 | 1 | -0/+26 |
* | Fixed bug abies pointed out in ARBVBOKey where it was necessary to | Kenneth Russel | 2003-08-07 | 1 | -0/+13 |
* | Changed glMapBufferARB's implementation to return the same ByteBuffer | Kenneth Russel | 2003-08-07 | 1 | -5/+28 |
* | Fixed (?) build problem on X11 and Mac OS X | Kenneth Russel | 2003-08-06 | 1 | -1/+1 |
* | Changed behavior of ManuallyImplement to not emit GLEmitter's dispatch | Kenneth Russel | 2003-08-06 | 1 | -0/+16 |