On Fri, 4 Jan 2013 10:42:13 -0200 Gustavo Sverzut Barbieri
<barbi...@profusion.mobi> said:

ooh also.. with software comp.. rememebr that the async renderer is still busy
rendering in the bg.. THEN sw comp in  the mainloop is grabbing pixels to
ximages WHILE sw evas is rendering async.. THEN it uses those ximages - their
pixel data is SET to be theimage pixel data, and then an sync sw render uses
that pixel data we grabbed async to the rendering of it (that used to be
sync) :) if its sw comp - but i've seen sync issues with gl comp and content
containing incorrect pixels. :)

> On Fri, Jan 4, 2013 at 6:06 AM, Daniel Juyung Seo <seojuyu...@gmail.com>wrote:
> 
> > Hello this is Daniel Juyung Seo.
> > I found a rendering issue today.
> > Window title is not rendered correctly when I resize the windows.
> > Please refer the screenshot:
> >   http://www.enlightenment.org/~seoz/render.jpg
> >
> > I have two screens and this happens only with one screen.
> > And I suspect evas async render.
> >
> 
> It's weird, do you or raster have any facts to backup it's the async render?
> 
> It could be the async render, but we need more info as it's unlikely:
>  - There is no async render for GL. Then if you're using GL compositor you
> should have no changes as it's not going to threads.
>  - The images are unlikely to go/deleted, as the border/decoration is
> reused widely. Moreover we should ref RGBA_Image and this shouldn't happen.
>  - We copy the Draw_Context fields that matter, giving the copy to the
> thread. If there are modifications to the original Evas_Object it shouldn't
> affect the image.
> 
> That said, please share more information about your system. Is it using
> MMX/SSE? Could you try those Evas environment variables to disable
> MMX/SSE/SSE3 and force pure-C composite (maybe it's missing some end_cpu()).
> 
> -- 
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to