Subversion Repositories Kolibri OS

Rev

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

Rev 5187 Rev 5218
Line 29... Line 29...
29
;include 'image_util.asm'
29
;include 'image_util.asm'
30
;include 'msghandling.asm'
30
;include 'msghandling.asm'
31
include 'arrays.asm'
31
include 'arrays.asm'
Line 32... Line 32...
32
 
32
 
-
 
33
include 'kosgl.asm'
Line 33... Line 34...
33
include 'kosgl.asm'
34
include 'glu.asm'
34
 
35
 
35
if DEBUG
36
if DEBUG
Line 67... Line 68...
67
glGenTextures: ;(int n, unsigned int *textures)
68
glGenTextures: ;(int n, unsigned int *textures)
68
glDeleteTextures: ;(int n, const unsigned int *textures)
69
glDeleteTextures: ;(int n, const unsigned int *textures)
69
glGetIntegerv: ;(int pname,int *params)
70
glGetIntegerv: ;(int pname,int *params)
70
glGetFloatv: ;(int pname, float *v)
71
glGetFloatv: ;(int pname, float *v)
Line 71... Line -...
71
 
-
 
72
; ***
-
 
73
glopLight:
-
 
74
 
72
 
75
if DEBUG
73
if DEBUG
76
align 4
74
align 4
77
txt_nl db 13,10,0
75
txt_nl db 13,10,0
78
txt_sp db ' ',0
76
txt_sp db ' ',0
Line 155... Line 153...
155
f_ttv db ' gl_transform_to_viewport',0
153
f_ttv db ' gl_transform_to_viewport',0
156
f_vt db ' gl_vertex_transform',0
154
f_vt db ' gl_vertex_transform',0
157
f_ev db ' gl_eval_viewport',0
155
f_ev db ' gl_eval_viewport',0
158
f_zbz db ' ZB_line_z',0
156
f_zbz db ' ZB_line_z',0
159
f_zb db ' ZB_line',0
157
f_zb db ' ZB_line',0
160
f_cl1 db ' ClipLine1',0
-
 
161
f_m4m db 'gl_M4_Mul',0
158
f_m4m db 'gl_M4_Mul',0
162
f_m4ml db 'gl_M4_MulLeft',0
159
f_m4ml db 'gl_M4_MulLeft',0
163
f_find_l db 'find_list',0
160
f_find_l db 'find_list',0
164
f_alloc_l db 'alloc_list',0
161
f_alloc_l db 'alloc_list',0
165
f_is_l db 'glIsList',0
162
f_is_l db 'glIsList',0