| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2D | Kenneth Russel | 2004-04-29 | 2 | -41/+77 |
* | Fixed problem identified by William Denniss on JOGL forums where
| Kenneth Russel | 2004-04-26 | 1 | -5/+9 |
* | Fixed Issue 77: Creation of dummy GL context fails in some configurations | Kenneth Russel | 2004-04-26 | 1 | -0/+2 |
* | Applied patches from Yuri Vl. Gushchin on JOGL forums:
| Kenneth Russel | 2004-04-26 | 1 | -1/+2 |
* | Fixed Issue 76: Multisampling (FSAA) does not work on ATI | Kenneth Russel | 2004-04-26 | 2 | -21/+28 |
* | Fixed lurking bug in native array copying code generation if more than | Kenneth Russel | 2004-04-23 | 1 | -0/+7 |
* | Worked around incidence of 4796548 on Mac OS X | Kenneth Russel | 2004-04-23 | 1 | -1/+17 |
* | Updated webstart jogl.jar to 1.1b02 and bumped version number to 1.1b03 | Kenneth Russel | 2004-04-23 | 1 | -1/+1 |
* | Bumped version number to 1.1b02 | Kenneth Russel | 2004-04-22 | 1 | -1/+1 |
* | Fixed (?) Issue 75: Dummy window confuses users and maximizing it can cause t... | Kenneth Russel | 2004-04-22 | 1 | -1/+7 |
* | Added OpenGL 1.5 support. Updated glext.h, wglext.h, and glxext.h from
| Kenneth Russel | 2004-04-22 | 3 | -100/+160 |
* | Fixed problems in WindowsGLContext and TraceGL pointed out by jonmeyer
| Kenneth Russel | 2004-04-22 | 2 | -1/+9 |
* | Updated context creation code to unpack GLCapabilities object in Java | Kenneth Russel | 2004-04-21 | 1 | -1/+14 |
* | Fixed Issue 28: All functions that take arrays as parameters should also take... | Kenneth Russel | 2004-04-21 | 4 | -65/+357 |
* | Added full-scene antialiasing (FSAA) support | Kenneth Russel | 2004-04-20 | 3 | -43/+61 |
* | Added test to not try to use WGL_ARB_multisample unless it's supported | Kenneth Russel | 2004-04-14 | 1 | -7/+15 |
* | Initial support for multisample / full-scene antialiasing (FSAA);
| Kenneth Russel | 2004-04-13 | 5 | -50/+381 |
* | Fixed Javadoc problems | Kenneth Russel | 2004-04-12 | 13 | -179/+360 |
* | Fixed Javadoc problems | Kenneth Russel | 2004-04-12 | 2 | -2/+2 |
* | Fixed build problems in X11SunJDKReflection.java | Kenneth Russel | 2004-04-09 | 1 | -14/+25 |
* | Intermediate checkin of improved visual selection mechanism. Intended
| Kenneth Russel | 2004-04-09 | 1 | -0/+90 |
* | Fixed build problem with fix for Issue 25: Expose swapBuffers(), please | Kenneth Russel | 2004-04-09 | 2 | -0/+38 |
* | Fixed Issue 25: Expose swapBuffers(), please
| Kenneth Russel | 2004-04-08 | 17 | -33/+84 |
* | Fixed Issue 68: Window system-specific JAWT classes must implement JAWT_Platf... | Kenneth Russel | 2004-03-15 | 2 | -6/+57 |
* | Multiple pixel format change | gregorypierce | 2004-02-28 | 1 | -1/+1 |
* | Initial version 1.0.0-b01 | djp | 2004-02-18 | 1 | -0/+104 |
* | Undid previous change which turned out to be incorrect. | Kenneth Russel | 2004-01-30 | 1 | -1/+1 |
* | Applied bug fix to GLU tesselator from pdjensen@dev.java.net. | Kenneth Russel | 2004-01-29 | 1 | -1/+1 |
* | implemented GLJPanel for Mac OS X | Gerard Ziemski | 2003-11-19 | 10 | -77/+146 |
* | Implemented a per-thread GLContext stack, which gives a thread
| Kenneth Russel | 2003-11-04 | 4 | -22/+297 |
* | Disabling the context updater for now - not thread safe yet. | Gerard Ziemski | 2003-10-12 | 2 | -2/+21 |
* | Implemented PBuffers (available in >= Panther). Reimplemented window resizing... | Gerard Ziemski | 2003-10-12 | 4 | -85/+200 |
* | Added contribution from user GKW on community.java.net forums to fix | Kenneth Russel | 2003-09-05 | 2 | -31/+38 |
* | Added Gerard Ziemski's new sources for faster dynamic symbol lookup on | Kenneth Russel | 2003-09-05 | 1 | -17/+3 |
* | Applied bug fix to GLU tesselator supplied by Pepijn Van Eeckhoudt. | Kenneth Russel | 2003-08-27 | 1 | -25/+25 |
* | Fixed Mac OS X build after recent JAWT changes in 10.3 (which are | Kenneth Russel | 2003-08-24 | 1 | -0/+1 |
* | GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg. | Kenneth Russel | 2003-08-21 | 22 | -0/+5679 |
* | GKW on the community.java.net forums pointed out that the | Kenneth Russel | 2003-08-17 | 1 | -30/+38 |
* | Applied suggestion from GKW on community.java.net forums to use | Kenneth Russel | 2003-08-17 | 1 | -1/+1 |
* | Added SGI .rgb image reader. Fixed typos in javadoc. | Kenneth Russel | 2003-08-15 | 2 | -3/+3 |
* | Issue number:
| albanc | 2003-08-13 | 2 | -0/+12 |
* | Fixed bug in offscreen contexts' pending resize logic pointed out by | Kenneth Russel | 2003-08-13 | 2 | -2/+2 |
* | Fixed bug abies pointed out in ARBVBOKey where it was necessary to | Kenneth Russel | 2003-08-07 | 1 | -1/+14 |
* | Changed glMapBufferARB's implementation to return the same ByteBuffer | Kenneth Russel | 2003-08-07 | 6 | -17/+92 |
* | Changed behavior of ManuallyImplement to not emit GLEmitter's dispatch | Kenneth Russel | 2003-08-06 | 3 | -28/+41 |
* | Fixed bug pointed out by Nathan.Burg@sun.com where impl classes | Kenneth Russel | 2003-07-31 | 1 | -1/+1 |
* | Added workaround for 4845371 to NativeLibLoader. | Kenneth Russel | 2003-07-16 | 1 | -0/+7 |
* | Fixed bug in Animator where it would hang upon stopping if exception | Kenneth Russel | 2003-07-15 | 1 | -23/+27 |
* | Added ContextVariableName configuration option to GLEmitter because of | Kenneth Russel | 2003-07-15 | 1 | -2/+14 |
* | Fixed issue 13: Readable names for function arguments | Kenneth Russel | 2003-07-15 | 3 | -3/+20 |