[clutter] [ANNOUNCE] Clutter 0.8.8 (core) - Stable release

2009-02-21 Thread Emmanuele Bassi
hi everyone; Clutter 0.8.8 is now available for download at: http://www.clutter-project.org/sources/clutter/0.8/ MD5 Checksums: 4a77d29cc9584577c9c732f3b8c30543 clutter-0.8.8.tar.gz 20f9ab406a9fa261a0a3379eb6f43625 clutter-0.8.8.tar.bz2 Clutter is an open source software library for

[clutter] [report] clutter weekly report - w6 to w8

2009-02-21 Thread Emmanuele Bassi
hi everyone; skipped two weeks, but now we're back in business. :-) most of the effort in the past weeks has been directed to bug fixing, documentation and small API additions, while we amp up the process of releasing 1.0.0. this mostly meant that the original release plan is now completely out

[clutter] PyClutter Install Help

2009-02-21 Thread Paul Ferrill
I'm trying to install PyClutter 0.8.2 on the Moblin 2.0 VM image and not having much luck. Everything seems to go OK w/ the ./configure then make then make install. The test -z lines in the install don't return any errors. However, when I try to run the examples or from the command line do an

[clutter] the problem about clutter/gtk-clutter directfb backed port

2009-02-21 Thread JiangWei Zhou
hi, currently , we are porting clutter to directfb backed end ,and also make a directfb backed for gtk-clutter. the former is okay, but the latter , we met problems. the problem is about this: in the gtk-clutter X, windows backend, the clutter stage object will first unrelaize self, then

[clutter] client-side matrix

2009-02-21 Thread Havoc Pennington
Hi, When using indirect rendering (I know, it's insane, but currently needed for compositing managers), shoveling the matrix over the X socket and occasionally pulling it back is turning out to be a pretty bad problem. Every glPushMatrix(), PopMatrix, Translate, etc. is another X request. In an

[clutter] setup offscreen fbo viewport

2009-02-21 Thread Havoc Pennington
Hi, For this ClutterFlattener hack I'm messing with, http://bugzilla.o-hand.com/show_bug.cgi?id=1469 there's a need to set the matrix and viewport to the default ones that are set by cogl_draw_buffer(OFFSCREEN). cogl doesn't export a way to push/pop viewport or load identity matrix, so I end up

[clutter] Re: client-side matrix

2009-02-21 Thread Havoc Pennington
Another question is how the matrix stack would be done; client-side matrix handling would be an opportunity to remove the limit on stack depth by keeping an infinite (or much larger) stack in cogl. Desirable? Havoc -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com