Subversion Repositories Kolibri OS

Rev

Rev 6619 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6619 Rev 6648
Line 747... Line 747...
747
	 shufps     xmm5,xmm5,0
747
	 shufps     xmm5,xmm5,0
748
     .again_blur:
748
     .again_blur:
749
	 push	    ecx
749
	 push	    ecx
750
	 mov	    edi,[screen_ptr]
750
	 mov	    edi,[screen_ptr]
751
	 movzx	    ecx,word[size_x_var]  ;SIZE_X*3/4
751
	 movzx	    ecx,word[size_x_var]  ;SIZE_X*3/4
752
	 lea	    ecx,[ecx*3]
752
	 lea	    ecx,[ecx*3+1]
753
	 shr	    ecx,2
753
	 shr	    ecx,2
-
 
754
 
754
   ;      mov        ecx,SIZE_X*3/4
755
   ;      mov        ecx,SIZE_X*3/4
755
	 xor	    eax,eax
756
	 xor	    eax,eax
756
	 rep	    stosd
757
	 rep	    stosd
757
   if 1
758
   if 1
758
	 movzx	    ebx,word[size_x_var]
759
	 movzx	    ebx,word[size_x_var]