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
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
>>
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
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
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
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
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