On Wed, Mar 16, 2011 at 10:58 PM, Wido <wido...@gmail.com> wrote:
> Hi. I wanted to ask what are this options, for evas and ecore. I've just 
> recompile them for another post...and I got curious about this options. Am I 
> getting some impruve by using them? what are the pros and cons of them?
>
> EVAS:
>
> Font Rendering Helpers:
>  Harfbuzz................: no

if you read right-to-left languages, then yes.


> Engines:
>  Software X11...............: yes (Xlib: yes) (XCB: no)
>  XRender X11................: no (XCB: no)

fine.


> Features:
>  Threaded Pipe Rendering.: no
>  Async Pipe Rendering....: no
>  Word Cache..............: no
>  Metric Cache............: no

turn on word and metric caches, will boost text performance. Others
are actually not stable enough.


> ARGB Conversion Options:
>  Smaller Dither Mask.....: no
>  Line Dither Mask........: no

Only useful if you have non-24bits displays, such as some embedded or
old video cards.


> ECORE
>
>  Core:
>    Always integrate GLib......: no
>    Use g_main_loop............: no

only if you mix EFL with some Glib apps, by default no one needs that.
WebKit-EFL would require it if you use LibSoup backend instead of
CURL.


>    c-ares.....................: no

async dns queries, would improve things a bit making ecore-con not
block on dns requests.


>    Windows notification.......: no
>
>  Ecore Evas:
>    Software X11...............: yes (Xlib=yes) (XCB=no)
>    XRender XCB................: no
>    OpenGL SDL.................: no

fine


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to