Re: [E-devel] How to display a custom animated bitmap in evas/edje?

2008-06-06 Thread Jose Gonzalez
Cedric wrote: > I did some test around this and I think it came from the fact that > o->dirty_pixels is not set to 1 after the second call to > evas_object_image_size_set. A quick fix for your example is to call > evas_object_image_pixels_dirty_set just after > evas_object_image_size_set. I cur

Re: [E-devel] [RFC] Evas_Rectangles for evas_object_render_pre_effect_updates

2008-06-06 Thread Cedric BAIL
On Fri, Jun 6, 2008 at 4:26 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Fri, Jun 6, 2008 at 6:05 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: >> With the last serie of patch I committed inside evas, evas_render >> should now be working again correctly. This fixed version only give >>

Re: [E-devel] [RFC] Evas_Rectangles for evas_object_render_pre_effect_updates

2008-06-06 Thread Gustavo Sverzut Barbieri
On Fri, Jun 6, 2008 at 6:05 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > With the last serie of patch I committed inside evas, evas_render > should now be working again correctly. This fixed version only give > around 7% of speedup to expedite test and some are a little bit slower > than the previo

[E-devel] Nightly build log for E17 on 2008-06-06 07:09:59 -0700

2008-06-06 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-06-06 07:09:59 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: edvi http://download.enlightenment.org/tests/logs/edvi.log enna http://download.enlightenment.org/tests/logs/enna.log epdf htt

Re: [E-devel] How to display a custom animated bitmap in evas/edje?

2008-06-06 Thread Cedric BAIL
On Fri, Jun 6, 2008 at 11:47 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Mats Ekberg wrote: >> I have attached a minimal test case that shows the same behaviour as >> our application code. The image size is set once, but the second time >> (if there has been a rendering in between) the assertio

Re: [E-devel] How to display a custom animated bitmap in evas/edje?

2008-06-06 Thread Jose Gonzalez
Mats Ekberg wrote: > Hi Cedric and all others. > > I have attached a minimal test case that shows the same behaviour as > our application code. The image size is set once, but the second time > (if there has been a rendering in between) the assertion error occurs > if the new size differs from

[E-devel] [RFC] Evas_Rectangles for evas_object_render_pre_effect_updates

2008-06-06 Thread Cedric BAIL
With the last serie of patch I committed inside evas, evas_render should now be working again correctly. This fixed version only give around 7% of speedup to expedite test and some are a little bit slower than the previous. So after diging a little bit more the slower tests case of expedite, I thi