Re: [E-devel] [PROPOSAL] [Evas] Enabling openmp optimisations in evas

2015-01-29 Thread Krishnaraj Raghavendra Bhat
On Thu, 22 Jan 2015 04:58 AM, Carsten Haitzler said: > could you send the patch needed for this change? i like the theoretical number improvement. > what i want to know is how invasive is it to the code. --- a/configure.ac +++ b/configure.ac @@ -1666,6 +1666,12 @@ if test "x${have_pixman}" = "xy

[E-devel] [PROPOSAL] [Evas] Enabling openmp optimisations in evas

2015-01-21 Thread Krishnaraj Raghavendra Bhat
Hi, We would like to propose openmp optimizations in some parts of evas software backend OpenMP provides a scalable model for shared memory parallel applications. One of the construct enables parallelization of simple for-loops using 'pragma omp for'. We applied this pragma in one part of s

Re: [E-devel] [PROPOSAL] [Evas] Optimizing smooth scaling of Evas in software backend

2014-12-18 Thread Krishnaraj Raghavendra Bhat
> Hi, > On 16/12/14 19:13, Tom Hacohen wrote: > > On 16/12/14 13:26, Cedric BAIL wrote: > > > Hello, > >> > >> On Tue, Dec 16, 2014 at 1:56 PM, Rajeev Ranjan wrote: > >>> There is an open source library called libyuv (Reference: > >>> http://code.google.com/p/