TinyGL:
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 40s
Build system / Build (pull_request) Successful in 7m12s

- fix function glClearDepth
- fix bug with z-buffer
- flag demo program rewritten
- fix array functions
This commit is contained in:
2025-04-09 23:15:20 +03:00
parent fcb9f49785
commit 190936d799
22 changed files with 574 additions and 379 deletions

View File

@@ -951,13 +951,12 @@ endl
endp
align 4
proc glClearDepth uses eax, depth:dword
proc glClearDepth uses eax, depth:qword
locals
p rd 2
endl
mov dword[p],OP_ClearDepth
mov eax,[depth]
fld qword[eax]
fld qword[depth]
fstp dword[p+4]
lea eax,[ebp-8] ;=sizeof(dd)*2