[clutter] ClutterTexture, texture renders black

2009-07-11 Thread Jack Rutherford
Hi All,
I am calling clutter_texture_new_from_file like this

texture = clutter_texture_new_from_file (texture.png, NULL);
clutter_actor_set_position (texture, 50, 50);
clutter_container_add_actor (CLUTTER_CONTAINER (stage), texture);
clutter_actor_show (texture);

Nothing unusual there right?
For some reason though the image renders as black. The image I am trying to
show is a png with 100% opacity, the same occurs when I try and load a bmp.
If I load an image with translucent pixels it is loaded as expected. Adding
a line of pixels that are all transparent to the png works around the
problem but I just wondered if anyone knew what I might be doing wrong or if
this is a bug?
Incidentally I am currently working on OS X using the Quartz back end.

Cheers,
Jack


[clutter] Re: [patches] retry on previous clutter patches

2009-07-11 Thread Evan Martin
Since this was met with crickets, I instead attached these my patches
to bugs.  I don't expect they'll rot too quickly since they mostly
touched rotted code anyway.

http://bugzilla.o-hand.com/buglist.cgi?emailreporter1=1emailtype1=substringemail1=martine%40danga.com

On Sat, Jul 4, 2009 at 3:19 PM, Evan Martinmart...@danga.com wrote:
 Wow, those patch attachments seem not very convenient.  Let me try
 this another way.

 The following changes since commit c3cc553c4991100b456e96ea14fc17c85311d6e2:
  Emmanuele Bassi (1):
        Add more (allow-none) annotations

 are available in the git repository at:

  git://neugierig.org/clutter.git fixes

 Evan Martin (3):
      [docs] Fix a typo
      [docs] Drop reference to SVN
      [cogl] Fix a typo in a comment

  HACKING                  |    3 ++-
  clutter/cogl/cogl-path.h |    2 +-
  tests/README             |    2 +-
  3 files changed, 4 insertions(+), 3 deletions(-)

--
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] Re: [patches] retry on previous clutter patches

2009-07-11 Thread Emmanuele Bassi
On Sat, 2009-07-11 at 12:43 -0700, Evan Martin wrote:
 Since this was met with crickets, I instead attached these my patches
 to bugs.

sorry: the Clutter team was at the Gran Canaria Desktop Summit[0] last
week, and the Internet access was - let's say - spotty at best.

usually, sending patches to the mailing list is discouraged; we use
Bugzilla to track patches and bugs instead. so thanks for opening a
bug. :-)

I'll review the patches as soon as possible.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com
Intel Open Source Technology Center | http://oss.intel.com

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com