| Commit message (Expand) | Author | Age | Files | Lines |
* | X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ... | Sven Gothel | 2011-11-23 | 1 | -8/+14 |
* | Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p... | Sven Gothel | 2011-11-21 | 1 | -0/+16 |
* | WindowsWGLDrawableFactory createOffscreenDrawable() - Don't spin off creation... | Sven Gothel | 2011-11-18 | 2 | -27/+17 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 5 | -116/+64 |
* | OSX: Fix context update call | Sven Gothel | 2011-11-12 | 1 | -4/+14 |
* | Nativewindow: Introduce API private MutableGraphicsConfiguration | Sven Gothel | 2011-11-12 | 4 | -15/+24 |
* | Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces | Sven Gothel | 2011-11-11 | 1 | -6/+0 |
* | Minor edits: Remove dead code / fix dbg printf | Sven Gothel | 2011-11-11 | 1 | -52/+0 |
* | OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach... | Sven Gothel | 2011-11-10 | 1 | -3/+3 |
* | MacOSXPbufferCGLDrawable: verbose debug messages | Sven Gothel | 2011-11-10 | 1 | -1/+2 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 9 | -9/+9 |
* | Cleanup offscreen/pbuffer drawables - minor edits | Sven Gothel | 2011-11-09 | 6 | -46/+28 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 3 | -9/+6 |
* | Minor edits: remove redundancies | Sven Gothel | 2011-11-09 | 1 | -2/+2 |
* | OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContext | Sven Gothel | 2011-11-09 | 2 | -41/+40 |
* | Minor edits: Remove unused code and warnings | Sven Gothel | 2011-11-08 | 2 | -14/+3 |
* | FPSCounter: Use Java 1.5 TimeUnit | Sven Gothel | 2011-11-08 | 1 | -2/+4 |
* | OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,... | Sven Gothel | 2011-11-08 | 2 | -87/+116 |
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 5 | -52/+115 |
* | JOGL *Drawable swapBufferImpl() cleanup: Don't force swap-buffer off for offs... | Sven Gothel | 2011-11-06 | 13 | -95/+27 |
* | JOGL/Offscreen-Drawable: Use setRealized(boolean) protocol for offscreen/pbuffer | Sven Gothel | 2011-11-06 | 7 | -42/+74 |
* | Impl layeredSurface (java/native): | Sven Gothel | 2011-11-05 | 6 | -22/+182 |
* | Cleanup ; JAWT* version flag setting based whether | Sven Gothel | 2011-11-05 | 3 | -2/+18 |
* | Win32: Reuse Platform's OS VersionNumber | Sven Gothel | 2011-10-29 | 1 | -1/+1 |
* | GLProfile: Add GLProfile getImpl(); Use getImpl() for getGL2ES[12](..), dropp... | Sven Gothel | 2011-10-26 | 1 | -1/+1 |
* | OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7 | Sven Gothel | 2011-10-26 | 4 | -152/+357 |
* | Minor edits / cleanup of GLContext* | Sven Gothel | 2011-10-26 | 5 | -22/+11 |
* | MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ... | Sven Gothel | 2011-10-25 | 10 | -590/+498 |
* | Test: NEWT Remote GLWindow w/ GL2ES1 (GLSL n/a on remote GLX, eg. NV) | Sven Gothel | 2011-10-21 | 1 | -1/+1 |
* | MacOSX: Always release ctx on main thread (offscreen was frozen as well); Cle... | Sven Gothel | 2011-10-13 | 8 | -39/+15 |
* | MacOSX: Fix shared ctx release [onMainThread]; Make GLContextShareSet lifecyc... | Sven Gothel | 2011-10-13 | 5 | -169/+155 |
* | GLCanvas / GLWindow: Change 'manual' resize/repaint animation filter | Sven Gothel | 2011-10-13 | 1 | -0/+8 |
* | JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which... | Sven Gothel | 2011-10-13 | 2 | -14/+50 |
* | Generalize sample extension in GLCapabilities*, currently NV_coverage_sample ... | Sven Gothel | 2011-10-08 | 3 | -24/+21 |
* | EGL: Fall back to NV_coverage_sample if EGL MSAA/FSAA is n/a | Sven Gothel | 2011-10-08 | 2 | -0/+16 |
* | minor editing | Sven Gothel | 2011-10-08 | 1 | -3/+0 |
* | GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ... | Sven Gothel | 2011-10-08 | 1 | -16/+62 |
* | GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved sub... | Sven Gothel | 2011-10-07 | 9 | -30/+231 |
* | PMVMatrix: Defaults from direct NIO -> array-backed non-direct NIO: Reduced c... | Sven Gothel | 2011-10-07 | 1 | -13/+23 |
* | EGL: In case a nativeVisualID is given to match, but none visual IDs are avai... | Sven Gothel | 2011-10-06 | 1 | -2/+8 |
* | Android/EGL: dump all caps, write-back format | Sven Gothel | 2011-10-01 | 1 | -0/+3 |
* | GLContext/GLDebugMessageHandler: Fix/clarify init and usage of dbg handler | Sven Gothel | 2011-09-30 | 2 | -4/+22 |
* | EGL: eglSwapBuffers() show failure in DEBUG mode | Sven Gothel | 2011-09-30 | 1 | -1/+6 |
* | ES Library lookup order - Favor spec lib name | Sven Gothel | 2011-09-30 | 2 | -11/+17 |
* | EGL: chooseGraphicsConfigurationStatic() public and w/ optional visualID | Sven Gothel | 2011-09-30 | 2 | -14/+35 |
* | GLContextImpl: Fix bug: Surface was not unlocked in case new context creation... | Sven Gothel | 2011-09-27 | 1 | -7/+9 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 1 | -5/+2 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 3 | -1/+3 |
* | Fix X11/Translucency (NV): Don't enable GLX.GLX_TRANSPARENT_TYPE; Always choo... | Sven Gothel | 2011-09-14 | 3 | -31/+36 |
* | Relocated VersionApplet | Sven Gothel | 2011-09-14 | 1 | -0/+168 |