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
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
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
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
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
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
=
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
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
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