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
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
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
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.
---
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)
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
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
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