Subversion Repositories Kolibri OS

Rev

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

Rev 5269 Rev 5353
Line 382... Line 382...
382
	add ebx,16
382
	add ebx,16
383
	loop @b
383
	loop @b
384
 
384
 
Line 385... Line 385...
385
if DEBUG ;glopScale
385
if DEBUG ;glopScale
-
 
386
pushad
386
	stdcall dbg_print,txt_gl_scal,txt_nl
387
	stdcall dbg_print,txt_gl_scal,txt_nl
387
	mov ebx,[eax+offs_cont_matrix_mode]
388
	mov ebx,[eax+offs_cont_matrix_mode]
388
	shl ebx,2
389
	shl ebx,2
389
	add ebx,eax
390
	add ebx,eax
390
	stdcall gl_print_matrix,[ebx+offs_cont_matrix_stack_ptr],4
391
	stdcall gl_print_matrix,[ebx+offs_cont_matrix_stack_ptr],4
-
 
392
popad
391
end if
393
end if
392
	gl_matrix_update eax,ebx
394
	gl_matrix_update eax,ebx
393
	ret
395
	ret
394
endp
396
endp
Line 427... Line 429...
427
	ffree st0
429
	ffree st0
428
	fincstp
430
	fincstp
429
 
431
 
Line 430... Line 432...
430
if DEBUG ;glopTranslate
432
if DEBUG ;glopTranslate
-
 
433
pushad
431
	stdcall dbg_print,txt_gl_tran,txt_nl
434
	stdcall dbg_print,txt_gl_tran,txt_nl
432
	mov ebx,[eax+offs_cont_matrix_mode]
435
	mov ebx,[eax+offs_cont_matrix_mode]
433
	shl ebx,2
436
	shl ebx,2
434
	add ebx,eax
437
	add ebx,eax
435
	stdcall gl_print_matrix,[ebx+offs_cont_matrix_stack_ptr],4
438
	stdcall gl_print_matrix,[ebx+offs_cont_matrix_stack_ptr],4
-
 
439
popad
436
end if
440
end if
437
	gl_matrix_update eax,ebx
441
	gl_matrix_update eax,ebx
438
	ret
442
	ret
439
endp
443
endp