Re: [clutter] How to compile clutter-mozembed

2009-05-11 Thread Yao
Hi, All: I have built mozilla-headless and clutter-mozembed successfully. and Tests under clutter-mozembed/tests works well. And now i have a question about clutter-mozembed, how can i use clutter-mozembed to load a partial html string not a web url just like webkit_web_view_load_string (int

[clutter] patches for clutter-helix-library

2009-05-11 Thread Bu, Long
Now the hxmediasinklib supports i420 color space which is commonly used among codecs in helix. This patche uses gl shader to do i420---rgba conversion. The code repo is http://svn.o-hand.com/repos/clutter/trunk/clutter-helix Please review. Thanks in advance. Cheers.

[clutter] Transparent stage on Win32

2009-05-11 Thread zon gtk
Hi All, I am developing an application in clutter and I want the main window to be shaped (rounded) and semi transparent. Is it possible to achieve that on Win32? On my research I found this 412http://bugzilla.openedhand.com/show_bug.cgi?id=412(Support for ARGB stage) referencing the problem on

Re: [clutter] how to solve ClutterFixed_REPLACED_BY_CoglFixed error?

2009-05-11 Thread Murray Cumming
On Fri, 2009-05-08 at 01:55 +0100, Emmanuele Bassi wrote: after I changed ClutterFixed to CoglFixed, and CLUTTER_INT_TO_FIXED to COGL_FIXED_FROM_INT, it output this error message: error: cannot

[clutter] ASM shaders with clutter

2009-05-11 Thread Jason Tackaberry
Hi, I know that ASM shaders are not directly supported with clutter, but does anyone have a sense if (and how) it's possible to apply ASM shaders to clutter textures? For example, multi-texturing isn't natively supported yet either, but with a decent knowledge of clutter's architecture, it's