Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added sharing of display lists and textures among OpenGL contexts | Kenneth Russel | 2003-07-08 | 1 | -0/+2 |
| | | | | | | | | | through new methods in GLDrawableFactory; GLContext has not been exposed in the public API. Tested with new simple TestContextSharing demonstration on Windows, Linux and Mac OS X. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@10 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 | ||||
* | Split up net.java.games.util; moved GLUT and BufferUtils into | Kenneth Russel | 2003-06-25 | 1 | -0/+152 |
net.java.games.jogl.util, and moved demo-specific utility classes into jogl-demos project under demos.util. Added nearly all JavaOne demos into jogl-demos project; rewrote where necessary to use ClassLoader.getResourceAsStream() instead of flat files, put into packages and added to Makefile. Added gleem to jogl-demos project. Added jogl.jar build rule. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@3 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 |