Re: JOGL Update: Jogl OS X Port is Nigh :)
Posted by Sven Gothel on Nov 09, 2011; 7:03am
URL: https://forum.jogamp.org/JOGL-Update-Jogl-OS-X-Port-is-Nigh-tp3420105p3492790.html
On Saturday, October 29, 2011 03:16:39 PM Sven Gothel wrote:
>
>
> It seems to be required to implement the CALayer
> support within our GLContext/GLDrawable OSX stack, ie add it next to
> NSOpenGL* and CGL* ..
>
> This OS X work is visible in the branch 'osx_jawt_calayers'.
Impl. based on pbuffer now, since I could get it working using
via a simple NSView .. guess it's not even possible.
OS X 'offscreen layer surface' works for
- GLCanvas
- TODO: resize
- NewtCanvasAWT
- TODO: resize
- TODO: currently only hacked with OffscreenWindow, minor issue though
Resize requires recreation of the offscreen pbuffer ofc.
and will be addressed later.
Due to the wide spread changes I need to validate regressions 1st
before I can close this task.
~Sven