22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added hardware acceleration TODO for GLJPanel More... over 21 years ago
Added hardware acceleration TODO for GLJPanel More... over 21 years ago
Made glBufferDataARB and glBufferSubDataARB non-NIOOnly. Added support to VertexBufferObject demo for storing element indices in element array buffer, though this didn't end up improving performance. More... over 21 years ago
Made glBufferDataARB and glBufferSubDataARB non-NIOOnly. Added support to VertexBufferObject demo for storing element indices in element array buffer, though this didn't end up improving performance. More... over 21 years ago
Fixed bug abies pointed out in ARBVBOKey where it was necessary to override hashCode() and therefore equals(). Added caching of BufferUtils.bufferOffset() buffers. More... over 21 years ago
Fixed bug abies pointed out in ARBVBOKey where it was necessary to override hashCode() and therefore equals(). Added caching of BufferUtils.bufferOffset() buffers. More... over 21 years ago
Changed glMapBufferARB's implementation to return the same ByteBuffer if the address and capacity of the underlying buffer object haven't changed. This saves applications the cost of re-slicing the returned buffer each frame and avoids allocation of one or more finalizable objects per frame. Moved GlueGen's checking of whether a passed buffer is direct up into Java from C to be able to handle buffers that wrap the NULL pointer (needed for the "buffer offsets" used by ARB_vertex_buffer_object). Ported the VertexArrayRange demo to VertexBufferObject. Currently slower than VertexArrayRange but needs to be updated to triangulate the geometry more efficiently (currently the triangle strips are only 48 vertices long) and to move the indices into fast RAM. More... over 21 years ago
Changed glMapBufferARB's implementation to return the same ByteBuffer if the address and capacity of the underlying buffer object haven't changed. This saves applications the cost of re-slicing the returned buffer each frame and avoids allocation of one or more finalizable objects per frame. Moved GlueGen's checking of whether a passed buffer is direct up into Java from C to be able to handle buffers that wrap the NULL pointer (needed for the "buffer offsets" used by ARB_vertex_buffer_object). Ported the VertexArrayRange demo to VertexBufferObject. Currently slower than VertexArrayRange but needs to be updated to triangulate the geometry more efficiently (currently the triangle strips are only 48 vertices long) and to move the indices into fast RAM. More... over 21 years ago
Fixed (?) build problem on X11 and Mac OS X More... over 21 years ago
Fixed (?) build problem on X11 and Mac OS X More... over 21 years ago
Changed behavior of ManuallyImplement to not emit GLEmitter's dispatch routine, but to still emit entry in proc address table. Added first implementation of glMapBufferARB; may need to reimplement due to creation of finalizable direct ByteBuffer objects each time this routine is called (which will be every frame). More... over 21 years ago
Changed behavior of ManuallyImplement to not emit GLEmitter's dispatch routine, but to still emit entry in proc address table. Added first implementation of glMapBufferARB; may need to reimplement due to creation of finalizable direct ByteBuffer objects each time this routine is called (which will be every frame). More... over 21 years ago
Attempted fix to jogl and Gears JNLP files after java.net transition to https More... over 21 years ago
Attempted fix to jogl and Gears JNLP files after java.net transition to https More... over 21 years ago
Updated TODO and fixed bug in default build.xml rule More... over 21 years ago
Updated TODO and fixed bug in default build.xml rule More... over 21 years ago
Fixed bug pointed out by [email protected] where impl classes weren't obeying the Imports .cfg file directive More... over 21 years ago
Fixed bug pointed out by [email protected] where impl classes weren't obeying the Imports .cfg file directive More... over 21 years ago
Added ANTLR and Ant links to JOGL web page More... over 21 years ago
Added ANTLR and Ant links to JOGL web page More... over 21 years ago
Added JNLP files for demos to jogl-demos home page. Added more links and information to JOGL home page. Revised demo documentation. More... over 21 years ago
Added JNLP files for demos to jogl-demos home page. Added more links and information to JOGL home page. Revised demo documentation. More... over 21 years ago
Undid change to host.properties More... over 21 years ago
Undid change to host.properties More... over 21 years ago
Trying to fix issue with gears.jnlp More... over 21 years ago
Trying to fix issue with gears.jnlp More... over 21 years ago
Added Java Web Start binaries for JOGL and the JOGL demos. More... over 21 years ago
Added Java Web Start binaries for JOGL and the JOGL demos. More... over 21 years ago
Added workaround for 4845371 to NativeLibLoader. More... over 21 years ago
Added workaround for 4845371 to NativeLibLoader. More... over 21 years ago