Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/src/lib


Modified Files:
        amd64_blend.S amd64_blend_cmod.S asm_blend.S asm_blend_cmod.S 
        asm_rgba.S asm_rotate.S asm_scale.S 


Log Message:
fix whitespace
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/amd64_blend.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- amd64_blend.S       9 Apr 2005 00:08:58 -0000       1.1
+++ amd64_blend.S       5 Aug 2005 21:45:56 -0000       1.2
@@ -33,7 +33,7 @@
 \*/
 
 .text
-        .align 16
+       .align 16
 .globl PR_(imlib_amd64_blend_rgba_to_rgb)
        .type PT_(imlib_amd64_blend_rgba_to_rgb,@function)
 .globl PR_(imlib_amd64_blend_rgba_to_rgba)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/amd64_blend_cmod.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- amd64_blend_cmod.S  15 Apr 2005 07:00:40 -0000      1.1
+++ amd64_blend_cmod.S  5 Aug 2005 21:45:56 -0000       1.2
@@ -33,7 +33,7 @@
 \*/
 
 .text
-        .align 16
+       .align 16
 .globl PR_(imlib_amd64_blend_rgba_to_rgb_cmod)
        .type PT_(imlib_amd64_blend_rgba_to_rgb_cmod,@function)
 .globl PR_(imlib_amd64_blend_rgba_to_rgba_cmod)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/asm_blend.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- asm_blend.S 1 Nov 2004 09:45:30 -0000       1.1
+++ asm_blend.S 5 Aug 2005 21:45:56 -0000       1.2
@@ -41,7 +41,7 @@
 #define cm     32(%ebp)
 
 .text
-        .align 8
+       .align 8
 .globl PR_(imlib_mmx_blend_rgba_to_rgb)
        .type PT_(imlib_mmx_blend_rgba_to_rgb,@function)
 .globl PR_(imlib_mmx_blend_rgba_to_rgba)
@@ -348,7 +348,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source, save destination \*/
@@ -469,7 +469,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -505,7 +505,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -539,7 +539,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -667,7 +667,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -705,7 +705,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -747,7 +747,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -882,7 +882,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -946,7 +946,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
@@ -1012,7 +1012,7 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
+       incl %ecx
        jz 2f
 1:
        /*\ Load source and destination \*/
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/asm_blend_cmod.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- asm_blend_cmod.S    1 Nov 2004 09:45:30 -0000       1.1
+++ asm_blend_cmod.S    5 Aug 2005 21:45:56 -0000       1.2
@@ -48,7 +48,7 @@
 #define amap_ff                0x3ff(%ebx)
 
 .text
-        .align 8
+       .align 8
 .globl PR_(imlib_mmx_blend_rgba_to_rgb_cmod)
        .type PT_(imlib_mmx_blend_rgba_to_rgb_cmod,@function)
 .globl PR_(imlib_mmx_blend_rgba_to_rgba_cmod)
@@ -832,8 +832,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD
@@ -868,8 +868,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD
@@ -900,8 +900,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD_AFF
@@ -1114,8 +1114,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD
@@ -1152,8 +1152,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD
@@ -1194,8 +1194,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD_AFF
@@ -1424,8 +1424,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD
@@ -1488,8 +1488,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD
@@ -1553,8 +1553,8 @@
        subl $4, %edi
 
        LOOP_START
-        incl %ecx
-        jz 2f
+       incl %ecx
+       jz 2f
 1:
        /*\ Load source and destination \*/
        LOAD2_CMOD_AFF
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/asm_rgba.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- asm_rgba.S  1 Nov 2004 09:45:30 -0000       1.1
+++ asm_rgba.S  5 Aug 2005 21:45:56 -0000       1.2
@@ -42,7 +42,7 @@
 #define dy     36(%ebp)
 
 .text
-        .align 8
+       .align 8
 .globl PR_(imlib_mmx_rgb565_fast)
        .type PT_(imlib_mmx_rgb565_fast,@function)
 .globl PR_(imlib_mmx_bgr565_fast)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/asm_rotate.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- asm_rotate.S        1 Nov 2004 09:45:30 -0000       1.1
+++ asm_rotate.S        5 Aug 2005 21:45:56 -0000       1.2
@@ -26,7 +26,7 @@
 \*/
 
 .text
-        .align 8
+       .align 8
 .globl PR_(imlib_mmx_RotateAA)
        .type PT_(imlib_mmx_RotateAA,@function)
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/asm_scale.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- asm_scale.S 1 Nov 2004 09:45:30 -0000       1.1
+++ asm_scale.S 5 Aug 2005 21:45:56 -0000       1.2
@@ -26,7 +26,7 @@
 \*/
 
 .text
-        .align 8
+       .align 8
 .globl PR_(imlib_Scale_mmx_AARGBA)
        .type PT_(imlib_Scale_mmx_AARGBA,@function)
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to