Re: [E-devel] To be killed

2011-03-20 Thread Dariusz Knociński
On Sun, 20 Mar 2011 20:54:56 +0100 Andreas Volz wrote: > Am Sun, 20 Mar 2011 12:17:52 +0100 schrieb Cedric BAIL: [ciach] > > - directfb > I am waiting fo it :) DKnoto. pgpNjkETmSAXX.pgp Description: PGP signature --

[E-devel] Ewl memory leak in ewl_image_rotate

2008-04-28 Thread Dariusz Knociński
Hi, I found memory leak in procedure ewl_image_rotate, procedures ewl_image_rotate_90 and ewl_image_rotate_180 have malloc for new image data but not have free for old image data. Regards -- Dariusz Knociński - This

Re: [E-devel] Imlib2 patch

2008-04-20 Thread Dariusz Knociński
On Wed, 16 Apr 2008 19:50:24 -0400 Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Dariusz Knociński wrote: [...] > > > > Strictly speaking, this is still incorrect. The reason being > that the map-range functions are doing an initial interpolation in > rgb colorsp

Re: [E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
5gAHGSeypoDgWh4iXbj1n6cwsVmtU1lwvUUdVUUckstayRqQVDZPooxyLq+/L/MAM03bMzNw+CiU pmJbDa1aof/Z END -- Dariusz Knociński - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There'

Re: [E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
s/TmHhkDhO/dNe79Rj49HtPc24S7ces/TmDcJduPWfpzDwyBwnfumvd+ox8ej2nubcJduPWfpzBu Eu3HrP05h4ZA4Tv3TXu/UY+PR7T3NuEu3HrP05g3CXbj1n6cw8MgcJ37pr3fqMfHo9p7m3CXbj1n 6cwbhLtx6z9OYeGQOE79017v1GPj0e09zbhLtx6z9OYYDZytU1l/4c8S0dVUUckstbSSNSCobJ9V JWour9cv9zxwCF4vV5vMVC0kqVTzaP3Dt40aS7T/2Q== END -- Dariusz

Re: [E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
pmap[i++] = (a << 24) | (r << 16) | (g << 8) | b; } } - inc = ((ll - 1) << 16) / (len); + inc = ((ll - 1) << 16) / (len-1); l = 0; for (i = 0; i < len; i++) { -- Dariusz Knociński --

[E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
ce befor and after patch. Best Regards -- Dariusz Knociński - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use p

Re: [E-devel] Imlib2: __imlib_hsv_to_rgb bug

2008-04-06 Thread Dariusz Knociński
On Tue, 1 Apr 2008 16:59:16 + Dariusz Knociński <[EMAIL PROTECTED]> wrote: > Hi All, > I found bug imlib2 library (1.4.1.000) in procedure __imlib_hsv_to_rgb(...), > old alghoritm wrong > calculate internal values and produces bad result. I wrote new one and > actualy

[E-devel] Imlib2: __imlib_hsv_to_rgb bug

2008-04-01 Thread Dariusz Knociński
Hi All, I found bug imlib2 library (1.4.1.000) in procedure __imlib_hsv_to_rgb(...), old alghoritm wrong calculate internal values and produces bad result. I wrote new one and actualy testing it. This bug produce black bottom rect in imlib2_colorspace test program. Best Regards -- Dariusz

Re: [E-devel] evas_common_cpu_count() hang up calling process

2008-01-29 Thread Dariusz Knociński NeXT
On Tue, 29 Jan 2008 09:15:55 +1100 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Mon, 28 Jan 2008 10:28:05 +0100 Dariusz Knociński NeXT <[EMAIL PROTECTED]> > babbled: > > > On Mon, 28 Jan 2008 14:38:47 +1100 > > Carsten Haitzler (The Ras

Re: [E-devel] evas_common_cpu_count() hang up calling process

2008-01-28 Thread Dariusz Knociński NeXT
On Mon, 28 Jan 2008 14:38:47 +1100 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Sun, 27 Jan 2008 18:00:09 +0100 Dariusz Knociński NeXT <[EMAIL PROTECTED]> > babbled: > > definitely not a userspace (evas) problem. the kernel should return form this &

[E-devel] evas_common_cpu_count() hang up calling process

2008-01-27 Thread Dariusz Knociński NeXT
Hi All, I have a big problem on my system with Evas. When the process, linked with evas, started it call sched_getaffinity(...) to times. This function exist in evas_common_cpu_count() at line 224. First time it was ok but second call hang up the calling proces e.g. etk_test. This hang up is ve