Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6872 → Rev 6873

/programs/develop/libraries/TinyGL/asm_fork/tinygl.asm
149,9 → 149,6
f_zb db ' ZB_line',0
f_find_l db 'find_list',0
f_alloc_l db 'alloc_list',0
f_is_l db 'glIsList',0
f_gen_l db 'glGenLists',0
f_end_l db 'glEndList',0
f_fill_tr db 'ZB_fillTriangle...',0
f_fill_tr_nl db ' lines',0
f_fill_tr_nll db ' len',0
/programs/develop/libraries/libs-dev/libimg/png/libpng/pngwrite.asm
2941,7 → 2941,7
.cycle4:
mov dword[edi+png_struct.zstream.avail_out],16*1024
 
stdcall [deflate], esi, Z_NO_FLUSH
stdcall [deflate], esi, Z_FINISH ;Z_NO_FLUSH
cmp eax,Z_STREAM_ERROR
je .end1
 
2949,6 → 2949,7
sub ecx,[edi+png_struct.zstream.avail_out]
cmp dword[edi+png_struct.zstream.avail_out],0
je .cycle4 ;while (strm.avail_out == 0)
if 0
mov dword[edi+png_struct.zstream.avail_out],16*1024
stdcall [deflate], esi, Z_FINISH
add ecx,16*1024
2955,7 → 2956,7
sub ecx,[edi+png_struct.zstream.avail_out]
cmp eax,Z_STREAM_ERROR
je .end1
 
end if
stdcall [deflateEnd], esi
 
if PNG_WRITE_OPTIMIZE_CMF_SUPPORTED eq 1