Re: [E-devel] evas and shape mask calc

2005-12-17 Thread The Rasterman
On Wed, 14 Dec 2005 02:07:39 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Tue, 13 Dec 2005 16:04:30 +0900 Carsten writes: > > > > > > for now the only thing i have done are copy (blit) and > > alpha blend > > (with or without destination alpha). > > > > for C, mmx, sse and sse

Re: [E-devel] evas and shape mask calc

2005-12-13 Thread Jose O Gonzalez
On Tue, 13 Dec 2005 16:04:30 +0900 Carsten writes: > > > for now the only thing i have done are copy (blit) and > alpha blend > (with or without destination alpha). > > for C, mmx, sse and sse2 i have done: > done: > > * solid pixel copy forwards > * pixel blend > * pixel blend dst alpha >

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Tue, 13 Dec 2005 01:03:13 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Tue, 13 Dec 2005 12:42:46 +0900 Carsten writes: > > On Mon, 12 Dec 2005 20:41:12 -0500 Jose O Gonzalez > > <[EMAIL PROTECTED]> babbled: > > > > > > > > > > > U Yeah, definitely something amiss

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Tue, 13 Dec 2005 12:42:46 +0900 Carsten writes: > On Mon, 12 Dec 2005 20:41:12 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > > > > > U Yeah, definitely something amiss here :( > > yeah. that was a good start in debugging, finding the algorithm > issues then > no

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Mon, 12 Dec 2005 20:41:12 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Mon, 12 Dec 2005 21:27:56 +0900 Carsten writes: > > On Mon, 12 Dec 2005 05:12:11 -0500 Jose O Gonzalez > > <[EMAIL PROTECTED]> babbled: > > > > > > > > > > > On Mon, 12 Dec 2005 17:39:29 +0900 Carsten wr

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Mon, 12 Dec 2005 21:27:56 +0900 Carsten writes: > On Mon, 12 Dec 2005 05:12:11 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > > > > > On Mon, 12 Dec 2005 17:39:29 +0900 Carsten writes: > > > On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez > > > <[EMAIL PROTECTED]> babbled:

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Mon, 12 Dec 2005 05:12:11 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Mon, 12 Dec 2005 17:39:29 +0900 Carsten writes: > > On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez > > <[EMAIL PROTECTED]> babbled: > > > > > They'll remain in deep freeze til you let me know > > ot

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Mon, 12 Dec 2005 17:39:29 +0900 Carsten writes: > On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > They'll remain in deep freeze til you let me know > otherwise :) > > > > As far as the blend functions... > > > > From that one screenshot,

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > They'll remain in deep freeze til you let me know otherwise :) > > As far as the blend functions... > > From that one screenshot, it's unlikely that the dst-alpha > blend functions are causing wha

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Sun, 11 Dec 2005 23:51:24 +0900 Carsten writes: > On Sun, 11 Dec 2005 02:00:55 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > > > > > On Sun, 11 Dec 2005 13:59:10 +0900 Carsten writes: > > > On Sat, 10 Dec 2005 20:47:56 -0600 Brian Mattern > > > <[EMAIL PROTECTED]> > > > babbl

Re: [E-devel] evas and shape mask calc

2005-12-11 Thread The Rasterman
On Sun, 11 Dec 2005 02:00:55 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Sun, 11 Dec 2005 13:59:10 +0900 Carsten writes: > > On Sat, 10 Dec 2005 20:47:56 -0600 Brian Mattern > > <[EMAIL PROTECTED]> > > babbled: > > > > > Some recent commit (after the 2nd but before the 8th) bro

Re: [E-devel] evas and shape mask calc

2005-12-10 Thread Jose O Gonzalez
On Sun, 11 Dec 2005 13:59:10 +0900 Carsten writes: > On Sat, 10 Dec 2005 20:47:56 -0600 Brian Mattern > <[EMAIL PROTECTED]> > babbled: > > > Some recent commit (after the 2nd but before the 8th) broke evas > shape > > mask calculations. I'm going to go out on a limb and blame Jose's > > grad

Re: [E-devel] evas and shape mask calc

2005-12-10 Thread The Rasterman
On Sat, 10 Dec 2005 20:47:56 -0600 Brian Mattern <[EMAIL PROTECTED]> babbled: > Some recent commit (after the 2nd but before the 8th) broke evas shape > mask calculations. I'm going to go out on a limb and blame Jose's > gradient patch :) correct. found it. the destination alpha math definitely

[E-devel] evas and shape mask calc

2005-12-10 Thread Brian Mattern
Some recent commit (after the 2nd but before the 8th) broke evas shape mask calculations. I'm going to go out on a limb and blame Jose's gradient patch :) For some reason regions that have transparent images blended onto opaque ones get shaped out now. For an example, see: http://rephorm.com/f