1 | ; THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY
|
---|
2 | ; PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT
|
---|
3 | ; TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX
|
---|
4 | ; INTERACTIVE, INC. A COPY OF THIS LICENSE MAY BE OBTAINED FROM THE
|
---|
5 | ; DISTRIBUTOR OR BY CONTACTING 3DFX INTERACTIVE INC(info@3dfx.com).
|
---|
6 | ; THIS PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
|
---|
7 | ; EXPRESSED OR IMPLIED. SEE THE 3DFX GLIDE GENERAL PUBLIC LICENSE FOR A
|
---|
8 | ; FULL TEXT OF THE NON-WARRANTY PROVISIONS.
|
---|
9 | ;
|
---|
10 | ; USE, DUPLICATION OR DISCLOSURE BY THE GOVERNMENT IS SUBJECT TO
|
---|
11 | ; RESTRICTIONS AS SET FORTH IN SUBDIVISION (C)(1)(II) OF THE RIGHTS IN
|
---|
12 | ; TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 252.227-7013,
|
---|
13 | ; AND/OR IN SIMILAR OR SUCCESSOR CLAUSES IN THE FAR, DOD OR NASA FAR
|
---|
14 | ; SUPPLEMENT. UNPUBLISHED RIGHTS RESERVED UNDER THE COPYRIGHT LAWS OF
|
---|
15 | ; THE UNITED STATES.
|
---|
16 | ;
|
---|
17 | ; COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED
|
---|
18 | ;
|
---|
19 | ; glide2x.def - dynamic link library definition
|
---|
20 | ;
|
---|
21 | ; NOTE: Must be identical (ordinals) to .def file in Voodoo 2 Glide dir!!!!!!!
|
---|
22 |
|
---|
23 | LIBRARY GLIDE2X INITINSTANCE TERMINSTANCE
|
---|
24 |
|
---|
25 | DESCRIPTION 'Odin32 System DLL - Glide2x - 3Dfx Glide'
|
---|
26 |
|
---|
27 | CODE LOADONCALL EXECUTEREAD NOIOPL NONCONFORMING
|
---|
28 | DATA LOADONCALL READWRITE NOIOPL NONSHARED
|
---|
29 |
|
---|
30 | EXPORTS
|
---|
31 | _ConvertAndDownloadRle@64 @1
|
---|
32 | _grAADrawLine@8 @2
|
---|
33 | _grAADrawPoint@4 @3
|
---|
34 | _grAADrawPolygon@12 @4
|
---|
35 | _grAADrawPolygonVertexList@8 @5
|
---|
36 | _grAADrawTriangle@24 @6
|
---|
37 | _grAlphaBlendFunction@16 @7
|
---|
38 | _grAlphaCombine@20 @8
|
---|
39 | _grAlphaControlsITRGBLighting@4 @9
|
---|
40 | _grAlphaTestFunction@4 @10
|
---|
41 | _grAlphaTestReferenceValue@4 @11
|
---|
42 | _grBufferClear@12 @12
|
---|
43 | _grBufferNumPending@0 @13
|
---|
44 | _grBufferSwap@4 @14
|
---|
45 | _grCheckForRoom@4 @15
|
---|
46 | _grChromakeyMode@4 @16
|
---|
47 | _grChromakeyValue@4 @17
|
---|
48 | _grClipWindow@16 @18
|
---|
49 | _grColorCombine@20 @19
|
---|
50 | _grColorMask@8 @20
|
---|
51 | _grConstantColorValue4@16 @21
|
---|
52 | _grConstantColorValue@4 @22
|
---|
53 | _grCullMode@4 @23
|
---|
54 | _grDepthBiasLevel@4 @24
|
---|
55 | _grDepthBufferFunction@4 @25
|
---|
56 | _grDepthBufferMode@4 @26
|
---|
57 | _grDepthMask@4 @27
|
---|
58 | _grDisableAllEffects@0 @28
|
---|
59 | _grDitherMode@4 @29
|
---|
60 | _grDrawLine@8 @30
|
---|
61 | _grDrawPlanarPolygon@12 @31
|
---|
62 | _grDrawPlanarPolygonVertexList@8 @32
|
---|
63 | _grDrawPoint@4 @33
|
---|
64 | _grDrawPolygon@12 @34
|
---|
65 | _grDrawPolygonVertexList@8 @35
|
---|
66 | _grDrawTriangle@12 @36
|
---|
67 | _grErrorSetCallback@4 @37
|
---|
68 | _grFogColorValue@4 @38
|
---|
69 | _grFogMode@4 @39
|
---|
70 | _grFogTable@4 @40
|
---|
71 | _grGammaCorrectionValue@4 @41
|
---|
72 | _grGlideGetState@4 @42
|
---|
73 | _grGlideGetVersion@4 @43
|
---|
74 | _grGlideInit@0 @44
|
---|
75 | _grGlideSetState@4 @45
|
---|
76 | _grGlideShamelessPlug@4 @46
|
---|
77 | _grGlideShutdown@0 @47
|
---|
78 | _grHints@8 @48
|
---|
79 | _grLfbConstantAlpha@4 @49
|
---|
80 | _grLfbConstantDepth@4 @50
|
---|
81 | _grLfbLock@24 @51
|
---|
82 | _grLfbReadRegion@28 @52
|
---|
83 | _grLfbUnlock@8 @53
|
---|
84 | _grLfbWriteColorFormat@4 @54
|
---|
85 | _grLfbWriteColorSwizzle@8 @55
|
---|
86 | _grLfbWriteRegion@32 @56
|
---|
87 | _grRenderBuffer@4 @57
|
---|
88 | _grResetTriStats@0 @58
|
---|
89 | _grSplash@20 @59
|
---|
90 | _grSstConfigPipeline@12 @60
|
---|
91 | _grSstControl@4 @61
|
---|
92 | _grSstIdle@0 @62
|
---|
93 | _grSstIsBusy@0 @63
|
---|
94 | _grSstOrigin@4 @64
|
---|
95 | _grSstPerfStats@4 @65
|
---|
96 | _grSstQueryBoards@4 @66
|
---|
97 | _grSstQueryHardware@4 @67
|
---|
98 | _grSstResetPerfStats@0 @68
|
---|
99 | _grSstScreenHeight@0 @69
|
---|
100 | _grSstScreenWidth@0 @70
|
---|
101 | _grSstSelect@4 @71
|
---|
102 | _grSstStatus@0 @72
|
---|
103 | _grSstVRetraceOn@0 @73
|
---|
104 | _grSstVidMode@8 @74
|
---|
105 | _grSstVideoLine@0 @75
|
---|
106 | _grSstWinClose@0 @76
|
---|
107 | _grSstWinOpen@28 @77
|
---|
108 | _grTexCalcMemRequired@16 @78
|
---|
109 | _grTexClampMode@12 @79
|
---|
110 | _grTexCombine@28 @80
|
---|
111 | _grTexCombineFunction@8 @81
|
---|
112 | _grTexDetailControl@16 @82
|
---|
113 | _grTexDownloadMipMap@16 @83
|
---|
114 | _grTexDownloadMipMapLevel@32 @84
|
---|
115 | _grTexDownloadMipMapLevelPartial@40 @85
|
---|
116 | _grTexDownloadTable@12 @86
|
---|
117 | _grTexDownloadTablePartial@20 @87
|
---|
118 | _grTexFilterMode@12 @88
|
---|
119 | _grTexLodBiasValue@8 @89
|
---|
120 | _grTexMaxAddress@4 @90
|
---|
121 | _grTexMinAddress@4 @91
|
---|
122 | _grTexMipMapMode@12 @92
|
---|
123 | _grTexMultibase@8 @93
|
---|
124 | _grTexMultibaseAddress@20 @94
|
---|
125 | _grTexNCCTable@8 @95
|
---|
126 | _grTexSource@16 @96
|
---|
127 | _grTexTextureMemRequired@8 @97
|
---|
128 | _grTriStats@8 @98
|
---|
129 | _gu3dfGetInfo@8 @99
|
---|
130 | _gu3dfLoad@8 @100
|
---|
131 | _guAADrawTriangleWithClip@12 @101
|
---|
132 | _guAlphaSource@4 @102
|
---|
133 | _guColorCombineFunction@4 @103
|
---|
134 | _guDrawPolygonVertexListWithClip@8 @104
|
---|
135 | _guDrawTriangleWithClip@12 @105
|
---|
136 | _guEncodeRLE16@16 @106
|
---|
137 | _guEndianSwapBytes@4 @107
|
---|
138 | _guEndianSwapWords@4 @108
|
---|
139 | _guFogGenerateExp2@8 @109
|
---|
140 | _guFogGenerateExp@8 @110
|
---|
141 | _guFogGenerateLinear@12 @111
|
---|
142 | _guFogTableIndexToW@4 @112
|
---|
143 | _guMPDrawTriangle@12 @113
|
---|
144 | _guMPInit@0 @114
|
---|
145 | _guMPTexCombineFunction@4 @115
|
---|
146 | _guMPTexSource@8 @116
|
---|
147 | _guMovieSetName@4 @117
|
---|
148 | _guMovieStart@0 @118
|
---|
149 | _guMovieStop@0 @119
|
---|
150 | _guTexAllocateMemory@60 @120
|
---|
151 | _guTexChangeAttributes@48 @121
|
---|
152 | _guTexCombineFunction@8 @122
|
---|
153 | _guTexCreateColorMipMap@0 @123
|
---|
154 | _guTexDownloadMipMap@12 @124
|
---|
155 | _guTexDownloadMipMapLevel@12 @125
|
---|
156 | _guTexGetCurrentMipMap@4 @126
|
---|
157 | _guTexGetMipMapInfo@4 @127
|
---|
158 | _guTexMemQueryAvail@4 @128
|
---|
159 | _guTexMemReset@0 @129
|
---|
160 | _guTexSource@4 @130
|
---|
161 | _pciClose@0 @131
|
---|
162 | _pciDeviceExists@4 @132
|
---|
163 | _pciFindCard@12 @133
|
---|
164 | _pciFindCardMulti@16 @134
|
---|
165 | _pciFindFreeMTRR@4 @135
|
---|
166 | _pciFindMTRRMatch@16 @136
|
---|
167 | _pciGetConfigData@20 @137
|
---|
168 | _pciGetErrorCode@0 @138
|
---|
169 | _pciGetErrorString@0 @139
|
---|
170 | _pciLinearRangeSetPermission@12 @140
|
---|
171 | _pciMapCard@20 @141
|
---|
172 | _pciMapCardMulti@24 @142
|
---|
173 | _pciMapPhysicalToLinear@12 @143
|
---|
174 | _pciOpen@0 @144
|
---|
175 | _pciOutputDebugString@4 @145
|
---|
176 | _pciSetConfigData@20 @146
|
---|
177 | _pciSetMTRR@16 @147
|
---|
178 | _pciSetPassThroughBase@8 @148
|
---|
179 | _pciUnmapPhysical@8 @149
|
---|