Re: [E-devel] Evas patches -- 2

2004-03-18 Thread The Rasterman
On Wed, 17 Mar 2004 02:51:15 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > This is the second in a series of patches to Evas files. > > The main thrust of these is to "improve" the drawing/blending > C functions in the "engines/common" dir via the following

Re: [E-devel] Evas patches

2004-03-18 Thread The Rasterman
On Sat, 13 Mar 2004 15:11:14 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > What follows is the first in a series of patches > designed to speed up some of Evas' drawing/blending > C functions in the "engines/common" dir. > > As later patches will involve

[E-devel] Evas patches -- 6

2004-03-17 Thread Jose O Gonzalez
This patch, the six -- and last -- in a series, involves the file "evas_blend_pixel_mul_pixel.c" of the "engines/common" dir. jose. --- Index: cvs/e17/libs/evas/src/lib/engines/common/evas_ble

[E-devel] Evas patches -- 5

2004-03-17 Thread Jose O Gonzalez
This patch, the fith in a series, involves the file "evas_blend_pixel_cmod_pixel.c" of the "engines/common" dir. jose. --- Index: cvs/e17/libs/evas/src/lib/engines/common/evas_blend_pixel_cmod_p

[E-devel] Evas patches -- 3 - revised

2004-03-17 Thread Jose O Gonzalez
In a couple of places an "=" got in where it should be "==", here is the revised version of the patch to the file "evas_blend_alpha_color_pixel.c". jose. - Index: cvs

[E-devel] Evas patches -- 4

2004-03-16 Thread Jose O Gonzalez
This patch, the fourth in a series, involves the file "evas_blend_pixel_pixel.c" of the "engines/common" dir. jose. --- Index: cvs/e17/libs/evas/src/lib/engines/common/evas_blend_pixel_pixel.c =

[E-devel] Evas patches -- 3

2004-03-16 Thread Jose O Gonzalez
This patch, the third in a series, involves the file "evas_blend_alpha_color_pixel.c" of the "engines/common" dir. jose. --- Index: cvs/e17/libs/evas/src/lib/engines/common/evas_blend_alpha_co

[E-devel] Evas patches -- 2

2004-03-16 Thread Jose O Gonzalez
This is the second in a series of patches to Evas files. The main thrust of these is to "improve" the drawing/blending C functions in the "engines/common" dir via the following: 1) Replace the current formula for the new destination alpha (when blending to rgba) by the f

[E-devel] Evas patches

2004-03-15 Thread Jose O Gonzalez
What follows is the first in a series of patches designed to speed up some of Evas' drawing/blending C functions in the "engines/common" dir. As later patches will involve non-trivial changes, this first *very small* one is merely to fix a minor oversight and add a trivial check i