Subversion Repositories Kolibri OS

Rev

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

Rev 2192 Rev 2881
Line 835... Line 835...
835
	jle	.bl_end
835
	jle	.bl_end
Line 836... Line 836...
836
 
836
 
837
	mov	ebx,.x2
837
	mov	ebx,.x2
Line 838... Line 838...
838
	sub	ebx,.x1
838
	sub	ebx,.x1
Line 839... Line 839...
839
 
839
 
840
if  0 ;Ext >= SSE
840
if  Ext >= SSE
841
 
841
 
Line 952... Line 952...
952
	movq	mm0,.cby
952
	movq	mm0,.cby
953
	movq	mm1,.cey
953
	movq	mm1,.cey
954
	movq	mm2,.dby
954
	movq	mm2,.dby
955
	movq	mm3,.dey
955
	movq	mm3,.dey
956
end if
956
end if
957
 
957
;align 16
958
     .draw:
958
     .draw:
959
    ; if TEX = SHIFTING   ;bump drawing only in shifting mode
959
    ; if TEX = SHIFTING   ;bump drawing only in shifting mode
960
	mov	esi,.czbuff	 ; .czbuff current address in buffer
960
	mov	esi,.czbuff	 ; .czbuff current address in buffer
961
	mov	ebx,.cz 	 ; .cz - cur z position
961
	mov	ebx,.cz 	 ; .cz - cur z position
962
	cmp	ebx,dword[esi]
962
	cmp	ebx,dword[esi]