new program 'img_transform',

small fix in 'tinygl.obj'

git-svn-id: svn://kolibrios.org@7929 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
IgorA
2020-05-16 14:36:52 +00:00
parent 734b394c93
commit 6ac952ed64
18 changed files with 1863 additions and 56 deletions

View File

@@ -25,7 +25,8 @@ proc endSharedState uses eax ebx, context:dword
endp
align 4
proc glInit uses eax ebx ecx edx, zbuffer1:dword
proc glInit, zbuffer1:dword
pushad
stdcall gl_zalloc,sizeof.GLContext
mov dword[gl_ctx],eax
mov edx,eax
@@ -174,7 +175,7 @@ proc glInit uses eax ebx ecx edx, zbuffer1:dword
; depth test
mov dword[edx+GLContext.depth_test],0
popad
ret
endp