Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple ↵ | Sven Gothel | 2010-11-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | device. AbstractGraphicsDevice's 'connection' and 'type' attribute is used as a unique key to map GLProfiles and GLContext's major/profile -> major/minor/profile mapping. Eager initialiaztion as well as lazy is supported to maintain a simple API. This is currently tested on X11, where one app display NEWT/GL window and content on the local and remote device. See TestRemoteWindow01NEWT.java and TestRemoteGLWindows01NEWT.java | ||||
* | Use GlueGen VersionUtil to dump full Manifest version | Sven Gothel | 2010-11-10 | 1 | -0/+1 |
| | |||||
* | Adding simple static main test entry to provide standalone autobuild ↵ | Sven Gothel | 2010-11-09 | 1 | -0/+44 |
verification |