openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
jogl
Settings
|
Report Duplicate
22
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
almost 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 475 of 478
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added hardware acceleration TODO for GLJPanel
Kenneth Russel
More...
over 21 years ago
Added hardware acceleration TODO for GLJPanel
Kenneth Russel
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.
Kenneth Russel
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.
Kenneth Russel
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.
Kenneth Russel
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.
Kenneth Russel
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.
Kenneth Russel
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.
Kenneth Russel
More...
over 21 years ago
Fixed (?) build problem on X11 and Mac OS X
Kenneth Russel
More...
over 21 years ago
Fixed (?) build problem on X11 and Mac OS X
Kenneth Russel
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).
Kenneth Russel
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).
Kenneth Russel
More...
over 21 years ago
Attempted fix to jogl and Gears JNLP files after java.net transition to https
Kenneth Russel
More...
over 21 years ago
Attempted fix to jogl and Gears JNLP files after java.net transition to https
Kenneth Russel
More...
over 21 years ago
Updated TODO and fixed bug in default build.xml rule
Kenneth Russel
More...
over 21 years ago
Updated TODO and fixed bug in default build.xml rule
Kenneth Russel
More...
over 21 years ago
Fixed bug pointed out by
[email protected]
where impl classes weren't obeying the Imports .cfg file directive
Kenneth Russel
More...
over 21 years ago
Fixed bug pointed out by
[email protected]
where impl classes weren't obeying the Imports .cfg file directive
Kenneth Russel
More...
over 21 years ago
Added ANTLR and Ant links to JOGL web page
Kenneth Russel
More...
over 21 years ago
Added ANTLR and Ant links to JOGL web page
Kenneth Russel
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.
Kenneth Russel
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.
Kenneth Russel
More...
over 21 years ago
Undid change to host.properties
Kenneth Russel
More...
over 21 years ago
Undid change to host.properties
Kenneth Russel
More...
over 21 years ago
Trying to fix issue with gears.jnlp
Kenneth Russel
More...
over 21 years ago
Trying to fix issue with gears.jnlp
Kenneth Russel
More...
over 21 years ago
Added Java Web Start binaries for JOGL and the JOGL demos.
Kenneth Russel
More...
over 21 years ago
Added Java Web Start binaries for JOGL and the JOGL demos.
Kenneth Russel
More...
over 21 years ago
Added workaround for 4845371 to NativeLibLoader.
Kenneth Russel
More...
over 21 years ago
Added workaround for 4845371 to NativeLibLoader.
Kenneth Russel
More...
over 21 years ago
←
1
2
…
470
471
472
473
474
475
476
477
478
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree