22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added missing implementation of dispatch_glMapBufferARB on Linux after David Yazel pointed out problems with glBufferDataARB on Linux on JOGL forums. More... about 21 years ago
Added missing implementation of dispatch_glMapBufferARB on Linux after David Yazel pointed out problems with glBufferDataARB on Linux on JOGL forums. More... about 21 years ago
Added Gerard Ziemski's changes to the build process on OS X to look for jogl.properties in the Library/Java subdirectory of the user's home directory. Updated the build documentation. More... over 21 years ago
Added Gerard Ziemski's changes to the build process on OS X to look for jogl.properties in the Library/Java subdirectory of the user's home directory. Updated the build documentation. More... over 21 years ago
Updated binaries with ARB_vertex_buffer_object support, latest Mac OS X support, GLU tesselator API, etc. Added VertexBufferObject demo. More... over 21 years ago
Updated binaries with ARB_vertex_buffer_object support, latest Mac OS X support, GLU tesselator API, etc. Added VertexBufferObject demo. More... over 21 years ago
Added contribution from user GKW on community.java.net forums to fix pixel format selection for GLJPanel on Win32 by using ChoosePixelFormat rather than DefaultGLCapabilitiesChooser. Modified dist targets to include Cg native libraries. More... over 21 years ago
Added contribution from user GKW on community.java.net forums to fix pixel format selection for GLJPanel on Win32 by using ChoosePixelFormat rather than DefaultGLCapabilitiesChooser. Modified dist targets to include Cg native libraries. More... over 21 years ago
Ported JOGL's Cg support to Linux; fixed capitalization and other problems that didn't show up on Windows. More... over 21 years ago
Ported JOGL's Cg support to Linux; fixed capitalization and other problems that didn't show up on Windows. More... over 21 years ago
Added Gerard Ziemski's new sources for faster dynamic symbol lookup on Mac OS X. Removed workarounds for earlier JAWT bugs on OS X. More... over 21 years ago
Added Gerard Ziemski's new sources for faster dynamic symbol lookup on Mac OS X. Removed workarounds for earlier JAWT bugs on OS X. More... over 21 years ago
Applied bug fix to GLU tesselator supplied by Pepijn Van Eeckhoudt. More... over 21 years ago
Applied bug fix to GLU tesselator supplied by Pepijn Van Eeckhoudt. More... over 21 years ago
Fixed Mac OS X build after recent JAWT changes in 10.3 (which are apparently going to be brought back to the 10.2 Java on OS X as well). Renamed host.properties to jogl.properties and changed build to look for this file in user's home directory to avoid needing to always change a file that is in the repository. Updated build documentation. More... over 21 years ago
Fixed Mac OS X build after recent JAWT changes in 10.3 (which are apparently going to be brought back to the 10.2 Java on OS X as well). Renamed host.properties to jogl.properties and changed build to look for this file in user's home directory to avoid needing to always change a file that is in the repository. Updated build documentation. More... over 21 years ago
GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg. More... over 21 years ago
GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg. More... over 21 years ago
GKW on the community.java.net forums pointed out that the render-to-texture support doesn't need to copy back the pixels if WGL_ARB_texture_rectangle is supported. Fixed logic to handle this case. More... over 21 years ago
GKW on the community.java.net forums pointed out that the render-to-texture support doesn't need to copy back the pixels if WGL_ARB_texture_rectangle is supported. Fixed logic to handle this case. More... over 21 years ago
Applied suggestion from GKW on community.java.net forums to use glCopyTexSubImage2D instead of glCopyTexImage2D to implement render-to-texture support on cards not supporting render-to-texture-rectangle. More... over 21 years ago
Applied suggestion from GKW on community.java.net forums to use glCopyTexSubImage2D instead of glCopyTexImage2D to implement render-to-texture support on cards not supporting render-to-texture-rectangle. More... over 21 years ago
Added SGI .rgb image reader. Fixed typos in javadoc. More... over 21 years ago
Added SGI .rgb image reader. Fixed typos in javadoc. More... over 21 years ago
Issue number: Obtained from: Submitted by: albanc Reviewed by: CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: added isInitialized() method for enabling querrying pBuffer initialization status CVS: Reviewed by: Posted a mail with diff() and explanations on the jogl CVS mailing list 2 days ago. Since I got no objections (nor replies) and since the addition can not affect compatibility nor stability, considering this as a yes. More... over 21 years ago
Issue number: Obtained from: Submitted by: albanc Reviewed by: CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: added isInitialized() method for enabling querrying pBuffer initialization status CVS: Reviewed by: Posted a mail with diff() and explanations on the jogl CVS mailing list 2 days ago. Since I got no objections (nor replies) and since the addition can not affect compatibility nor stability, considering this as a yes. More... over 21 years ago
Fixed bug in offscreen contexts' pending resize logic pointed out by GKW on community.java.net/games JOGL forum. More... over 21 years ago
Fixed bug in offscreen contexts' pending resize logic pointed out by GKW on community.java.net/games JOGL forum. More... over 21 years ago
Added link to user's guide to main page More... over 21 years ago
Added link to user's guide to main page More... over 21 years ago