aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated for OSX to handle custom pixel formatsgregorypierce2004-02-281-1/+2
* Multiple pixel format changegregorypierce2004-02-281-1/+1
* Updated for OSX custom pixel format.gregorypierce2004-02-281-8/+48
* Updated to include GL_EXT_texture_rectanglegregorypierce2004-02-281-0/+10
* Initial version 1.0.0-b01djp2004-02-181-0/+104
* Undid previous change which turned out to be incorrect.Kenneth Russel2004-01-301-1/+1
* Applied bug fix to GLU tesselator from [email protected].Kenneth Russel2004-01-291-1/+1
* Modified the OSX jogl.properties location to something that actually exists o...gregorypierce2004-01-181-1/+1
* updated navbarathomas2003-11-221-6/+6
* updated navbarathomas2003-11-221-8/+10
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-1911-83/+157
* new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ...athomas2003-11-151-33/+27
* use USE_GL_TEXTURE_RECTANGLE_EXT for PBuffers - needed for GLJPanelGerard Ziemski2003-11-081-17/+36
* added Mac OS X specific compiler and linker options - prebinding. jogl.jnilib...Gerard Ziemski2003-11-041-3/+3
* Print error messages when nsview is not a valid drawable and return NULL from...Gerard Ziemski2003-11-041-5/+23
* Implemented a per-thread GLContext stack, which gives a thread Kenneth Russel2003-11-045-45/+306
* Disabling the context updater for now - not thread safe yet.Gerard Ziemski2003-10-125-2/+31
* Implemented PBuffers (available in >= Panther). Reimplemented window resizing...Gerard Ziemski2003-10-129-183/+570
* fixed link to forums to eliminate IE bugathomas2003-10-111-2/+1
* Added missing implementation of dispatch_glMapBufferARB on Linux afterKenneth Russel2003-10-031-0/+15
* Added Gerard Ziemski's changes to the build process on OS X to lookKenneth Russel2003-09-103-12/+31
* Updated binaries with ARB_vertex_buffer_object support, latest Mac OSKenneth Russel2003-09-065-0/+0
* Added contribution from user GKW on community.java.net forums to fixKenneth Russel2003-09-053-33/+40
* Ported JOGL's Cg support to Linux; fixed capitalization and otherKenneth Russel2003-09-056-13/+13
* Added Gerard Ziemski's new sources for faster dynamic symbol lookup onKenneth Russel2003-09-052-35/+42
* Applied bug fix to GLU tesselator supplied by Pepijn Van Eeckhoudt.Kenneth Russel2003-08-271-25/+25
* Fixed Mac OS X build after recent JAWT changes in 10.3 (which areKenneth Russel2003-08-248-17/+23
* GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg.Kenneth Russel2003-08-2127-15/+6530
* GKW on the community.java.net forums pointed out that theKenneth Russel2003-08-171-30/+38
* Applied suggestion from GKW on community.java.net forums to useKenneth Russel2003-08-171-1/+1
* Added SGI .rgb image reader. Fixed typos in javadoc.Kenneth Russel2003-08-152-3/+3
* Issue number: albanc2003-08-132-0/+12
* Fixed bug in offscreen contexts' pending resize logic pointed out byKenneth Russel2003-08-132-2/+2
* Added link to user's guide to main pageKenneth Russel2003-08-121-0/+2
* Added hardware acceleration TODO for GLJPanelKenneth Russel2003-08-101-0/+2
* Made glBufferDataARB and glBufferSubDataARB non-NIOOnly. Added support Kenneth Russel2003-08-081-2/+0
* Fixed bug abies pointed out in ARBVBOKey where it was necessary toKenneth Russel2003-08-073-2/+28
* Changed glMapBufferARB's implementation to return the same ByteBufferKenneth Russel2003-08-0711-27/+182
* Fixed (?) build problem on X11 and Mac OS XKenneth Russel2003-08-063-12/+14
* Changed behavior of ManuallyImplement to not emit GLEmitter's dispatchKenneth Russel2003-08-0611-32/+143
* Attempted fix to jogl and Gears JNLP files after java.net transition to httpsKenneth Russel2003-08-041-1/+1
* Updated TODO and fixed bug in default build.xml ruleKenneth Russel2003-08-042-11/+17
* Fixed bug pointed out by [email protected] where impl classesKenneth Russel2003-07-312-2/+4
* Added ANTLR and Ant links to JOGL web pageKenneth Russel2003-07-181-205/+238
* Added JNLP files for demos to jogl-demos home page. Added more linksKenneth Russel2003-07-181-92/+282
* Undid change to host.propertiesKenneth Russel2003-07-161-2/+2
* Trying to fix issue with gears.jnlpKenneth Russel2003-07-161-2/+2
* Added Java Web Start binaries for JOGL and the JOGL demos.Kenneth Russel2003-07-166-0/+34
* Added workaround for 4845371 to NativeLibLoader.Kenneth Russel2003-07-161-0/+7
* Fixed bug in Animator where it would hang upon stopping if exceptionKenneth Russel2003-07-154-29/+33