[E-devel] status of evas_pipe.c

2011-06-02 Thread Vincent Torri

Hey

in evas_pipe.c, it is said that the code is deprecated and will go 
eventually. What about removing it from the build (but letting it in svn) 
?

Vincent

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status of evas_pipe.c

2011-06-02 Thread Tom Hacohen
On Thu, Jun 2, 2011 at 10:36 PM, Vincent Torri  wrote:

>
> Hey
>
> in evas_pipe.c, it is said that the code is deprecated and will go
> eventually. What about removing it from the build (but letting it in svn)
> ?
>

i.e make it disabled by default (configure)? isn't it already?

-- 
Tom.
--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status of evas_pipe.c

2011-06-02 Thread The Rasterman
On Fri, 3 Jun 2011 02:53:20 +0300 Tom Hacohen  said:

> On Thu, Jun 2, 2011 at 10:36 PM, Vincent Torri  wrote:
> 
> >
> > Hey
> >
> > in evas_pipe.c, it is said that the code is deprecated and will go
> > eventually. What about removing it from the build (but letting it in svn)
> > ?
> >
> 
> i.e make it disabled by default (configure)? isn't it already?

it is already off by default. has been for a while

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


--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status of evas_pipe.c

2011-06-02 Thread Vincent Torri


On Fri, 3 Jun 2011, Tom Hacohen wrote:

> On Thu, Jun 2, 2011 at 10:36 PM, Vincent Torri  wrote:
>
>>
>> Hey
>>
>> in evas_pipe.c, it is said that the code is deprecated and will go
>> eventually. What about removing it from the build (but letting it in svn)
>> ?
>>
>
> i.e make it disabled by default (configure)? isn't it already?

afaics, no : evas_pipe.c is in the sources in Makefile.am, it is compiled 
if BUILD_PIPE_RENDER is defined, and that macro can be defined with 
--enable-pipe-render (and if pthread is available).

Vincent

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status of evas_pipe.c

2011-06-02 Thread Vincent Torri


On Fri, 3 Jun 2011, Carsten Haitzler (The Rasterman) wrote:

> On Fri, 3 Jun 2011 02:53:20 +0300 Tom Hacohen  said:
>
>> On Thu, Jun 2, 2011 at 10:36 PM, Vincent Torri  wrote:
>>
>>>
>>> Hey
>>>
>>> in evas_pipe.c, it is said that the code is deprecated and will go
>>> eventually. What about removing it from the build (but letting it in svn)
>>> ?
>>>
>>
>> i.e make it disabled by default (configure)? isn't it already?
>
> it is already off by default. has been for a while

but it can be enabled. My remark was more to remove it completely (by 
removing the configure option, for example)

Vincent

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status of evas_pipe.c

2011-06-02 Thread The Rasterman
On Fri, 3 Jun 2011 08:31:59 +0200 (CEST) Vincent Torri 
said:

the README:

--enable-pipe-render **DISABLED DUE TO BUGS**

this enables a multiple-thread renderer that divides the rendering
into N regions (1 per core) to speed up rendering in software when you
have multiple cpu cores.

as such its disabled by default but u can enable it.. but at your own risk
README documentation pretty much tells you not to unless you love bugs :)
eventually that code will go away, so worry about it then.

> 
> 
> On Fri, 3 Jun 2011, Carsten Haitzler (The Rasterman) wrote:
> 
> > On Fri, 3 Jun 2011 02:53:20 +0300 Tom Hacohen  said:
> >
> >> On Thu, Jun 2, 2011 at 10:36 PM, Vincent Torri  wrote:
> >>
> >>>
> >>> Hey
> >>>
> >>> in evas_pipe.c, it is said that the code is deprecated and will go
> >>> eventually. What about removing it from the build (but letting it in svn)
> >>> ?
> >>>
> >>
> >> i.e make it disabled by default (configure)? isn't it already?
> >
> > it is already off by default. has been for a while
> 
> but it can be enabled. My remark was more to remove it completely (by 
> removing the configure option, for example)
> 
> Vincent
> 


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


--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status of evas_pipe.c

2011-06-03 Thread Cedric BAIL
On Fri, Jun 3, 2011 at 8:57 AM, Carsten Haitzler  wrote:
> On Fri, 3 Jun 2011 08:31:59 +0200 (CEST) Vincent Torri 
> said:
>
> the README:
>
> --enable-pipe-render **DISABLED DUE TO BUGS**
>
> this enables a multiple-thread renderer that divides the rendering
> into N regions (1 per core) to speed up rendering in software when you
> have multiple cpu cores.
>
> as such its disabled by default but u can enable it.. but at your own risk
> README documentation pretty much tells you not to unless you love bugs :)
> eventually that code will go away, so worry about it then.

Hehe, I have been using it a lot on my desktop and never noticed any
things wrong with it. So right now, I prefer we keep it around as it
almost work for me and do improve some test case (Only font is an
issue as they don't have a specific step for loading them, we end up
with to many lock and all thread are waiting on the other to wake up).

>> On Fri, 3 Jun 2011, Carsten Haitzler (The Rasterman) wrote:
>>
>> > On Fri, 3 Jun 2011 02:53:20 +0300 Tom Hacohen  said:
>> >
>> >> On Thu, Jun 2, 2011 at 10:36 PM, Vincent Torri  
>> >> wrote:
>> >>
>> >>>
>> >>> Hey
>> >>>
>> >>> in evas_pipe.c, it is said that the code is deprecated and will go
>> >>> eventually. What about removing it from the build (but letting it in svn)
>> >>> ?
>> >>>
>> >>
>> >> i.e make it disabled by default (configure)? isn't it already?
>> >
>> > it is already off by default. has been for a while
>>
>> but it can be enabled. My remark was more to remove it completely (by
>> removing the configure option, for example)
>>
>> Vincent
>>
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>
> --
> Simplify data backup and recovery for your virtual environment with vRanger.
> Installation's a snap, and flexible recovery options mean your data is safe,
> secure and there when you need it. Discover what all the cheering's about.
> Get your free trial download today.
> http://p.sf.net/sfu/quest-dev2dev2
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>



-- 
Cedric BAIL

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel