Re: [E-devel] evas bug: row stride return is wrong

2011-11-06 Thread Mike Blumenkrantz
On Mon, 7 Nov 2011 09:13:56 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 6 Nov 2011 13:09:16 -0500 Mike Blumenkrantz said: > > > On Sun, 6 Nov 2011 12:48:16 -0500 > > Mike Blumenkrantz wrote: > > > > > Hi, > > > > > > I've noticed with my recent work in enotify that > > > evas_obj

Re: [E-devel] evas bug: row stride return is wrong

2011-11-06 Thread The Rasterman
On Sun, 6 Nov 2011 13:09:16 -0500 Mike Blumenkrantz said: > On Sun, 6 Nov 2011 12:48:16 -0500 > Mike Blumenkrantz wrote: > > > Hi, > > > > I've noticed with my recent work in enotify that > > evas_object_image_stride_get returns the wrong value. This is a large issue > > when attempting to cal

Re: [E-devel] evas bug: row stride return is wrong

2011-11-06 Thread Mike Blumenkrantz
On Sun, 6 Nov 2011 12:48:16 -0500 Mike Blumenkrantz wrote: > Hi, > > I've noticed with my recent work in enotify that evas_object_image_stride_get > returns the wrong value. This is a large issue when attempting to calculate > the size of an image. > nevermind, I foolishly assumed that an rgb i

[E-devel] evas bug: row stride return is wrong

2011-11-06 Thread Mike Blumenkrantz
Hi, I've noticed with my recent work in enotify that evas_object_image_stride_get returns the wrong value. This is a large issue when attempting to calculate the size of an image. -- Mike Blumenkrantz Zentific: Doctor recommended, mother approved. ---

Re: [E-devel] Evas bug

2003-09-02 Thread The Rasterman
On Tue, 26 Aug 2003 10:01:13 -0700 "Mitchell G. Johnson" <[EMAIL PROTECTED]> babbled: > Yes, It still crashed at 24 bit color depth when I built all the converters. > This is on X 4.3.0 with a Silicon Motion, Inc. SM710 LynxEM (rev a3) graphics > chip (uses the siliconmotion driver)

Re: [E-devel] Evas bug

2003-09-02 Thread Mitchell G. Johnson
Yes, It still crashed at 24 bit color depth when I built all the converters. This is on X 4.3.0 with a Silicon Motion, Inc. SM710 LynxEM (rev a3) graphics chip (uses the siliconmotion driver). Also, evas 0.6.0 does some extremely weird stuff on this card that I didn't investigate. -Mitchell On T

Re: [E-devel] Evas bug

2003-08-27 Thread The Rasterman
On Wed, 13 Aug 2003 15:44:30 -0700 "Mitchell G. Johnson" <[EMAIL PROTECTED]> babbled: > When I compile evas and run the demos, the x11 demos segfault immediately > whereas the directFB demo doesn't. The segfault occurs in > "src/lib/engines/software_x11/evas_outbuf.c line 218 on my

[E-devel] Evas bug

2003-08-26 Thread Mitchell G. Johnson
When I compile evas and run the demos, the x11 demos segfault immediately whereas the directFB demo doesn't. The segfault occurs in "src/lib/engines/software_x11/evas_outbuf.c line 218 on my box because for some reason buf->priv.pal is null. This is a bug I assume. Of course, once I saw the mess