Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add custom.libdir property to sneak in eg a alt. GL lib | Sven Gothel | 2010-04-28 | 1 | -1/+14 |
| | |||||
* | NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPED | Sven Gothel | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | Migrating gl2/gl3/gl4 -> gldesktop. Use JOGL_GLDESKTOP_.. when using ↵ | Sven Gothel | 2010-04-22 | 1 | -2/+2 |
| | | | | profile.jogl script | ||||
* | JOGL GL4 preperation (cont): | Sven Gothel | 2010-04-17 | 1 | -1/+6 |
| | | | | | | | | | - Cont. on Context creation refactoring (bb028021be2714e66d9b1062298a3e308c649c56) - Added Windows/WGL implementation - Added efficienct sharedContext usage if ARB is available, ie no more temp context has to be created. - Added more GLProfile GL4* code .. | ||||
* | JOGL (Windows): | Sven Gothel | 2010-04-15 | 1 | -0/+23 |
- WindowsWGLDrawableFactory is using [singleton] shared dummy resources for - Drawable and Context which are utilized in case they are needed .. They are removed at shutdown call - GLCapabilities - Set pbuffer as the HW capabilities show, hence onscreen && pbuffer is valid - DefaultGLCapabilitiesChooser: Respect PBuffer selection (fixed) Only skip a config, if request is !onscreen && pbuffer, but pbuffer n/a Tests: - JUnit Passed (Windows32: Chromium - Except PBuffer (n/a) |