Problem with CoreAnimation and OpenGL drawing from a safari plugin

2010-04-22 Thread varaha murthy
Hi All, I hope I am in the right mailing list. Please point me to the correct one if not. I have a Safari out of process plugin which draws some 3d content using CAOpenGLLayer provided by Sfari by overriding darwInCglContext(). Inside darwInCglContext(), I draw content using opengl and call 'glFl

Re: Problem with CoreAnimation and OpenGL drawing from a safari plugin

2010-04-22 Thread David Duncan
On Apr 22, 2010, at 4:46 AM, varaha murthy wrote: > I have a Safari out of process plugin which draws some 3d content using > CAOpenGLLayer provided by Sfari by overriding darwInCglContext(). > Inside darwInCglContext(), I draw content using opengl and call > 'glFlush'(tried CGLFlushDrawable too