Re: [clutter] Offscreen Clutter Stage

2010-01-18 Thread Murray Cumming
On Tue, 2010-01-05 at 15:49 +, Robert Bragg wrote: If you are interested in the work to migrate parts of the Clutter backends to Cogl so you can track the progress of this work I can look at publishing the crude stabs I've made at this work so far in a branch and perhaps you can provide

Re: [clutter] Offscreen Clutter Stage

2010-01-06 Thread Bob Murphy
Hi Robert, My boss asked whether we might be able to pay somebody to accelerate the new offscreen stage work. What are your thoughts on that? I know OpenedHand is now part of Intel, so I don't know if that's an option for anyone there. But if it isn't, do you know of anybody competent

Re: [clutter] Offscreen Clutter Stage

2010-01-05 Thread Robert Bragg
Hi Bob, You picked a time when everyone was on holiday so sorry you didn't get a reply sooner. A while back we did have some primitive offscreen stage support in the backends, which only the GLX backend tried to implement via PBuffers. This was removed though because it was a messy solution, and

[clutter] Offscreen Clutter Stage

2009-12-20 Thread Bob Murphy
Hi all, I'm on a team writing a windowless npapi (browser) plug-in. Such plug- ins don't let you have a window to draw into, just an offscreen pixbuf that the browser blits to the main browser window. We also need to use Clutter as an underlying technology, but we can't offer an on-screen