[Cogl] [clutter-announce] Release Cogl 1.9.4 (snapshot)

Neil Roberts neil at linux.intel.com
Tue Jan 24 10:56:52 PST 2012


Hi,

Roland Peffer <gdevel at clixxun.com> wrote:

> I have also another question: In cogl_pop_framebuffer (void) I found the comment:
> ....
>     {
>       /* XXX: eventually we want to remove this implicit journal flush
>        * so we can log into the journal beyond framebuffer changes to
>        * support batching scenes that depend on the results of
>        * mid-scene renders to textures. */
>       _cogl_framebuffer_flush_journal (to_pop->draw_buffer);
>       _cogl_framebuffer_flush_journal (to_pop->read_buffer);
>       notify_buffers_changed (to_pop->draw_buffer,
>                               to_restore->draw_buffer,
>                               to_pop->read_buffer,
>                               to_restore->read_buffer);
>     }
> ......
> 
> Do you have any idea if and when this batching scenes support could be
> realized?

I just pushed a branch to Cogl to finally implement this called
wip/unref-virtual. I guess we might merge that quite soon pending a
review. If you get a chance to test it out, that would be great.

Regards,
- Neil


More information about the Cogl mailing list