Subversion Repositories Kolibri OS

Rev

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

Rev 1783 Rev 1784
Line 317... Line 317...
317
include "../../3DS/GRD_CAT.INC"
317
include "../../3DS/GRD_CAT.INC"
318
include "../../3DS/3DMATH.INC"
318
include "../../3DS/3DMATH.INC"
319
include "../../3DS/GRD3.INC"
319
include "../../3DS/GRD3.INC"
320
include "../../3DS/FLAT3.INC"
320
include "../../3DS/FLAT3.INC"
Line -... Line 321...
-
 
321
 
-
 
322
fill_Z_buffer:
-
 
323
	mov	eax,0x70000000
-
 
324
      ;  mov     edi,Z_buffer
-
 
325
	mov	edi,[Zbuffer_ptr]
-
 
326
	mov	ecx,SIZE_X*SIZE_Y
-
 
327
	rep	stosd
-
 
328
ret
Line 321... Line 329...
321
 
329
 
322
 
330
 
323
;alloc_buffer_mem:
331
;alloc_buffer_mem:
324
;        mov     eax,68
332
;        mov     eax,68