aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
...
* Preliminary fix forKenneth Russel2006-05-282-0/+7
* Issue number:gfxadmin2006-04-291-1/+21
* Issue number:gfxadmin2006-04-281-1/+21
* Fixed problem in Java gluScaleImage implementation raised by user Kenneth Russel2006-04-271-8/+10
* Incorporated NativeTaglet sources from cylab into gluegen source tree Kenneth Russel2006-04-271-6/+6
* Issue number:gfxadmin2006-04-251-3/+56
* Made cgGLSetParameterPointer NIODirectOnly because of its semanticsKenneth Russel2006-04-201-0/+5
* Updated JOGLAppletLauncher with new native library names. Made pack200Kenneth Russel2006-04-191-1/+1
* Added "redist" target to build.xml to be able to use the nightly buildKenneth Russel2006-04-192-1/+30
* Fixed Issue 212: Incorporate patch to add URL links to GL javadoc Kenneth Russel2006-04-176-6/+198
* Issue number:gfxadmin2006-04-171-1/+1
* Fixed Issue 215: Enhancement for NativeLibLoader Kenneth Russel2006-04-172-18/+3
* Issue number:gfxadmin2006-04-141-27/+27
* Added patch from user mabraham on javagaming.org forums for building Kenneth Russel2006-04-143-5/+14
* Support for building on HP/UX from user metasim on JOGL forumKenneth Russel2006-04-132-4/+56
* Deleted whitespaceKenneth Russel2006-03-251-3/+0
* Fixed problem with dist target destroying version string in manifest Kenneth Russel2006-03-251-2/+9
* Fixed initialization problem in dev javadoc pointed out by Justin Kenneth Russel2006-03-251-5/+5
* Added position(0) call to returned Buffers from glMapBuffer and Kenneth Russel2006-03-141-0/+2
* Added NativeSignatureEmitterKenneth Russel2006-03-065-9/+66
* Optimized VBO/PBO checking routines in GLImpl. Now cache availability Kenneth Russel2006-02-241-20/+43
* Changed locking protocol for on-screen surfaces to only use the JAWT's Kenneth Russel2006-02-201-5/+5
* Added libjogl_drihack.so to dist native library jarsKenneth Russel2006-02-161-3/+3
* Issue number:gfxadmin2006-02-161-1/+1
* Fixed problems with lack of hardware acceleration on LinuxKenneth Russel2006-02-161-11/+35
* Issue number:gfxadmin2006-02-163-5/+19
* Added note on limitations of OpenGL context sharing to spec overviewKenneth Russel2006-02-151-0/+14
* Added GlueGen sources, LICENSEs and READMEs to JOGL dist's jogl-src.zipKenneth Russel2006-02-131-1/+1
* Added checking of whether the correct GLContext is current to the Kenneth Russel2006-02-122-13/+26
* Completion of initial work on FBO support in Java2D/JOGL bridge. Kenneth Russel2006-02-111-18/+17
* Issue number:gfxadmin2006-02-112-3/+3
* Made loading of GLU library lazier, partially in the hope that thisKenneth Russel2006-02-104-4/+27
* Issue number:gfxadmin2006-02-102-252/+272
* Changed syslibset for Xxf86vm to be non-static to work around apparentKenneth Russel2006-02-071-3/+3
* Fixed build breakage on X11 platforms after change to GlueGen'sKenneth Russel2006-02-071-8/+5
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-052-0/+78
* Issue number: Various issues are covered by this -- I will update themgfxadmin2006-01-313-6/+58
* Updated Cg headers to 1.4 rc1-4 including in particular Kenneth Russel2006-01-294-1/+11
* Fixed typos in glx-CustomCCode.c along Solaris #ifdef pathKenneth Russel2006-01-221-6/+6
* Fixed Issue 179: Add documentation on importance of byte ordering Kenneth Russel2006-01-221-0/+14
* Fixed Issue 173: Adjust gamma, brightness and contrast Kenneth Russel2006-01-226-26/+97
* Cleaned up how declarations for Mac OS X window system wrapperKenneth Russel2006-01-224-80/+50
* Moved GlueGen out of the JOGL workspace and into its own project. Kenneth Russel2006-01-156-215/+70
* Revised JOGL's build.xml to look more like JOAL's with autodetection Kenneth Russel2006-01-142-230/+289
* Renamed com.sun.opengl.utils to com.sun.opengl.util. Moved Kenneth Russel2006-01-133-13/+11
* Fixed build issue with MingW compiler pointed out by Justin CouchKenneth Russel2006-01-051-14/+3
* Added contribution from user mabraham on JOGL forum with Microsoft Kenneth Russel2006-01-032-35/+45
* Added checks on number of remaining elements and bytes for Buffers and Kenneth Russel2006-01-032-0/+141
* Fixed bugs in struct layout introduced during recent rewrite to Kenneth Russel2005-12-311-9/+9
* Fixed bug in render-to-texture support on WindowsKenneth Russel2005-12-231-1/+0