aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-impl-CustomJavaCode.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed another performance problem related to buffer objects pointed Kenneth Russel2006-11-261-95/+24
* Optimized buffer binding checks for glVertexPointer and similar calls Kenneth Russel2006-11-241-4/+90
* Added position(0) call to returned Buffers from glMapBuffer and Kenneth Russel2006-03-141-0/+2
* Optimized VBO/PBO checking routines in GLImpl. Now cache availability Kenneth Russel2006-02-241-20/+43
* Added checking of whether the correct GLContext is current to the Kenneth Russel2006-02-121-0/+6
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-0/+9
* Added checks on number of remaining elements and bytes for Buffers and Kenneth Russel2006-01-031-0/+96
* Fixed Issue 180: Improve garbage generationKenneth Russel2005-11-101-4/+4
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-2/+134
* Added OpenGL 1.5 support. Updated glext.h, wglext.h, and glxext.h from Kenneth Russel2004-04-221-0/+26
* Fixed bug abies pointed out in ARBVBOKey where it was necessary toKenneth Russel2003-08-071-0/+13
* Changed glMapBufferARB's implementation to return the same ByteBufferKenneth Russel2003-08-071-5/+28
* Fixed (?) build problem on X11 and Mac OS XKenneth Russel2003-08-061-1/+1
* Changed behavior of ManuallyImplement to not emit GLEmitter's dispatchKenneth Russel2003-08-061-0/+16