1 | <!-- |
---|
2 | Copyright (C) 2002-2005, Milan Ikits <milan ikits[]ieee org> |
---|
3 | Copyright (C) 2002-2005, Marcelo E. Magallon <mmagallo[]debian org> |
---|
4 | This documentation may not be modified or redistributed in any |
---|
5 | form, except by the copyright holder. |
---|
6 | --> |
---|
7 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html/4/loose.dtd"> |
---|
8 | <!-- <img src="new.png" height="12" alt="NEW!"> --> |
---|
9 | <html> |
---|
10 | <head> |
---|
11 | <title> |
---|
12 | GLEW: The OpenGL Extension Wrangler Library |
---|
13 | </title> |
---|
14 | <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> |
---|
15 | <link href="glew.css" type="text/css" rel="stylesheet"> |
---|
16 | </head> |
---|
17 | <body bgcolor="#fff0d0"> |
---|
18 | <table border="0" width="100%" cellpadding="12" cellspacing="8" style="height:100%"> |
---|
19 | <tr> |
---|
20 | <td bgcolor="#ffffff" align="left" valign="top" width="200"> |
---|
21 | <table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> |
---|
22 | <tr> |
---|
23 | <td valign="top"> |
---|
24 | <table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> |
---|
25 | <tr><td align="center"><i>Latest Release: <a href="https://sourceforge.net/project/showfiles.php?group_id=67586&package_id=67942&release_id=327647">1.3.3</a></i></td></tr> |
---|
26 | <tr><td align="center"><br></td></tr> |
---|
27 | <tr><td align="center"><img src="./glew.png" alt="GLEW Logo" width="97" height="75"></td></tr> |
---|
28 | <tr><td align="center"><br></td></tr> |
---|
29 | <tr><td align="center"> |
---|
30 | <table border="0" cellpadding="0" cellspacing="0" align="center"> |
---|
31 | <tr><td align="center"><a href="index.html">Download</a></td></tr> |
---|
32 | <tr><td align="center"><a href="install.html">Installation</a></td></tr> |
---|
33 | <tr><td align="center"><a href="basic.html">Basic Usage</a></td></tr> |
---|
34 | <tr><td align="center"><a href="advanced.html">Advanced Usage</a></td></tr> |
---|
35 | <tr><td align="center"><a href="credits.html">Credits & Copyright</a></td></tr> |
---|
36 | <tr><td align="center"><a href="log.html">Change Log</a></td></tr> |
---|
37 | <tr><td align="center"><a href="http://sourceforge.net/projects/glew/">Project Page</a></td></tr> |
---|
38 | <tr><td align="center"><a href="https://sourceforge.net/mail/?group_id=67586">Mailing Lists</a></td></tr> |
---|
39 | <tr><td align="center"><a href="http://sourceforge.net/tracker/?group_id=67586">Bug Tracker</a></td></tr> |
---|
40 | </table> |
---|
41 | <tr><td align="center"><br></tr> |
---|
42 | </table> |
---|
43 | </td> |
---|
44 | </tr> |
---|
45 | <tr> |
---|
46 | <td valign="bottom"> |
---|
47 | <table border="0" width="100%" cellpadding="5" cellspacing="0" align="left"> |
---|
48 | <tr><td align="center"><i>Last Update: 05-16-05</i></td></tr> |
---|
49 | <tr><td align="center"> |
---|
50 | <a href="http://www.opengl.org"> <img src="./ogl_sm.jpg" width="68" |
---|
51 | height="35" border="0" alt="OpenGL Logo"></a> |
---|
52 | <a href="http://sourceforge.net"> <img |
---|
53 | src="http://sourceforge.net/sflogo.php?group_id=67586&type=1" |
---|
54 | width="88" height="31" border="0" alt="SourceForge Logo"></a> |
---|
55 | </td> |
---|
56 | </tr> |
---|
57 | </table> |
---|
58 | </td> |
---|
59 | </tr> |
---|
60 | </table> |
---|
61 | </td> |
---|
62 | |
---|
63 | <td bgcolor="#ffffff" align="left" valign="top"> |
---|
64 | |
---|
65 | <h1>The OpenGL Extension Wrangler Library</h1> |
---|
66 | |
---|
67 | <h2>Supported OpenGL Extensions</h2> |
---|
68 | |
---|
69 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/3DFX/3dfx_multisample.txt">3DFX_multisample</a><br> |
---|
70 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/3DFX/tbuffer.txt">3DFX_tbuffer</a><br> |
---|
71 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/3DFX/texture_compression_FXT1.txt">3DFX_texture_compression_FXT1</a><br> |
---|
72 | <br> |
---|
73 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/client_storage.txt">APPLE_client_storage</a><br> |
---|
74 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/element_array.txt">APPLE_element_array</a><br> |
---|
75 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/fence.txt">APPLE_fence</a><br> |
---|
76 | <a href="http://developer.apple.com/opengl/extensions/apple_float_pixels.html">APPLE_float_pixels</a><br> |
---|
77 | APPLE_pixel_buffer<br> |
---|
78 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/specular_vector.txt">APPLE_specular_vector</a><br> |
---|
79 | <a href="http://developer.apple.com/opengl/extensions/apple_texture_range.html">APPLE_texture_range</a><br> |
---|
80 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/transform_hint.txt">APPLE_transform_hint</a><br> |
---|
81 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/vertex_array_object.txt">APPLE_vertex_array_object</a><br> |
---|
82 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/vertex_array_range.txt">APPLE_vertex_array_range</a><br> |
---|
83 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/APPLE/ycbcr_422.txt">APPLE_ycbcr_422</a><br> |
---|
84 | <br> |
---|
85 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/color_buffer_float.txt">ARB_color_buffer_float</a><br> |
---|
86 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/depth_texture.txt">ARB_depth_texture</a><br> |
---|
87 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/draw_buffers.txt">ARB_draw_buffers</a><br> |
---|
88 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt">ARB_fragment_program</a><br> |
---|
89 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program_shadow.txt">ARB_fragment_program_shadow</a><br> |
---|
90 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_shader.txt">ARB_fragment_shader</a><br> |
---|
91 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/half_float_pixel.txt">ARB_half_float_pixel</a><br> |
---|
92 | ARB_imaging<br> |
---|
93 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/matrix_palette.txt">ARB_matrix_palette</a><br> |
---|
94 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/multisample.txt">ARB_multisample</a><br> |
---|
95 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/multitexture.txt">ARB_multitexture</a><br> |
---|
96 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/occlusion_query.txt">ARB_occlusion_query</a><br> |
---|
97 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/pixel_buffer_object.txt">ARB_pixel_buffer_object</a><br> |
---|
98 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/point_parameters.txt">ARB_point_parameters</a><br> |
---|
99 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/point_sprite.txt">ARB_point_sprite</a><br> |
---|
100 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/shader_objects.txt">ARB_shader_objects</a><br> |
---|
101 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/shading_language_100.txt">ARB_shading_language_100</a><br> |
---|
102 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/shadow.txt">ARB_shadow</a><br> |
---|
103 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/shadow_ambient.txt">ARB_shadow_ambient</a><br> |
---|
104 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_border_clamp.txt">ARB_texture_border_clamp</a><br> |
---|
105 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_compression.txt">ARB_texture_compression</a><br> |
---|
106 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_cube_map.txt">ARB_texture_cube_map</a><br> |
---|
107 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_add.txt">ARB_texture_env_add</a><br> |
---|
108 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_combine.txt">ARB_texture_env_combine</a><br> |
---|
109 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_crossbar.txt">ARB_texture_env_crossbar</a><br> |
---|
110 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_dot3.txt">ARB_texture_env_dot3</a><br> |
---|
111 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_float.txt">ARB_texture_float</a><br> |
---|
112 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_mirrored_repeat.txt">ARB_texture_mirrored_repeat</a><br> |
---|
113 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_non_power_of_two.txt">ARB_texture_non_power_of_two</a><br> |
---|
114 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_rectangle.txt">ARB_texture_rectangle</a><br> |
---|
115 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/transpose_matrix.txt">ARB_transpose_matrix</a><br> |
---|
116 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_blend.txt">ARB_vertex_blend</a><br> |
---|
117 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_buffer_object.txt">ARB_vertex_buffer_object</a><br> |
---|
118 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_program.txt">ARB_vertex_program</a><br> |
---|
119 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_shader.txt">ARB_vertex_shader</a><br> |
---|
120 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/window_pos.txt">ARB_window_pos</a><br> |
---|
121 | <br> |
---|
122 | <a href="http://www.ati.com/developer/atiopengl.pdf">ATIX_point_sprites</a><br> |
---|
123 | <a href="http://www.ati.com/developer/atiopengl.pdf">ATIX_texture_env_combine3</a><br> |
---|
124 | <a href="http://www.ati.com/developer/sdk/RadeonSDK/Html/Info/ATIX_texture_env_route.txt">ATIX_texture_env_route</a><br> |
---|
125 | <a href="http://www.ati.com/developer/atiopengl.pdf">ATIX_vertex_shader_output_point_size</a><br> |
---|
126 | <br> |
---|
127 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/draw_buffers.txt">ATI_draw_buffers</a><br> |
---|
128 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/element_array.txt">ATI_element_array</a><br> |
---|
129 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/envmap_bumpmap.txt">ATI_envmap_bumpmap</a><br> |
---|
130 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/fragment_shader.txt">ATI_fragment_shader</a><br> |
---|
131 | <a href="http://www.ati.com/developer/sdk/RADEONSDK/Html/Info/ATI_map_object_buffer.txt">ATI_map_object_buffer</a><br> |
---|
132 | <a href="http://www.ati.com/developer/sdk/RADEONSDK/Html/Info/ati_pn_triangles.txt">ATI_pn_triangles</a><br> |
---|
133 | <a href="http://www.ati.com/developer/sdk/RadeonSDK/Html/Info/ATI_separate_stencil.txt">ATI_separate_stencil</a><br> |
---|
134 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/text_fragment_shader.txt">ATI_text_fragment_shader</a><br> |
---|
135 | ATI_texture_compression_3dc<br> |
---|
136 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/texture_env_combine3.txt">ATI_texture_env_combine3</a><br> |
---|
137 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/texture_float.txt">ATI_texture_float</a><br> |
---|
138 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/texture_mirror_once.txt">ATI_texture_mirror_once</a><br> |
---|
139 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/vertex_array_object.txt">ATI_vertex_array_object</a><br> |
---|
140 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/vertex_attrib_array_object.txt">ATI_vertex_attrib_array_object</a><br> |
---|
141 | <a href="http://www.ati.com/developer/sdk/RADEONSDK/Html/Info/ATI_vertex_streams.txt">ATI_vertex_streams</a><br> |
---|
142 | <br> |
---|
143 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/422_pixels.txt">EXT_422_pixels</a><br> |
---|
144 | <a href="http://download.nvidia.com/developer/GLSL/GLSL%20Release%20Notes%20for%20Release%2060.pdf">EXT_Cg_shader</a><br> |
---|
145 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/abgr.txt">EXT_abgr</a><br> |
---|
146 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/bgra.txt">EXT_bgra</a><br> |
---|
147 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_color.txt">EXT_blend_color</a><br> |
---|
148 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_equation_separate.txt">EXT_blend_equation_separate</a><br> |
---|
149 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_func_separate.txt">EXT_blend_func_separate</a><br> |
---|
150 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_logic_op.txt">EXT_blend_logic_op</a><br> |
---|
151 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_minmax.txt">EXT_blend_minmax</a><br> |
---|
152 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_subtract.txt">EXT_blend_subtract</a><br> |
---|
153 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/clip_volume_hint.txt">EXT_clip_volume_hint</a><br> |
---|
154 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/cmyka.txt">EXT_cmyka</a><br> |
---|
155 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/color_subtable.txt">EXT_color_subtable</a><br> |
---|
156 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/compiled_vertex_array.txt">EXT_compiled_vertex_array</a><br> |
---|
157 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/convolution.txt">EXT_convolution</a><br> |
---|
158 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/coordinate_frame.txt">EXT_coordinate_frame</a><br> |
---|
159 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/copy_texture.txt">EXT_copy_texture</a><br> |
---|
160 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/cull_vertex.txt">EXT_cull_vertex</a><br> |
---|
161 | <a href="http://www.nvidia.com/dev_content/nvopenglspecs/GL_EXT_depth_bounds_test.txt">EXT_depth_bounds_test</a><br> |
---|
162 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/draw_range_elements.txt">EXT_draw_range_elements</a><br> |
---|
163 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/fog_coord.txt">EXT_fog_coord</a><br> |
---|
164 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/fragment_lighting.txt">EXT_fragment_lighting</a><br> |
---|
165 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/framebuffer_object.txt">EXT_framebuffer_object</a><br> |
---|
166 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/histogram.txt">EXT_histogram</a><br> |
---|
167 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/index_array_formats.txt">EXT_index_array_formats</a><br> |
---|
168 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/index_func.txt">EXT_index_func</a><br> |
---|
169 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/index_material.txt">EXT_index_material</a><br> |
---|
170 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/index_texture.txt">EXT_index_texture</a><br> |
---|
171 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/light_texture.txt">EXT_light_texture</a><br> |
---|
172 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/misc_attribute.txt">EXT_misc_attribute</a><br> |
---|
173 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/multi_draw_arrays.txt">EXT_multi_draw_arrays</a><br> |
---|
174 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/wgl_multisample.txt">EXT_multisample</a><br> |
---|
175 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/packed_pixels.txt">EXT_packed_pixels</a><br> |
---|
176 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/paletted_texture.txt">EXT_paletted_texture</a><br> |
---|
177 | <a href="http://www.nvidia.com/dev_content/nvopenglspecs/GL_EXT_pixel_buffer_object.txt">EXT_pixel_buffer_object</a><br> |
---|
178 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/pixel_transform.txt">EXT_pixel_transform</a><br> |
---|
179 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/pixel_transform_color_table.txt">EXT_pixel_transform_color_table</a><br> |
---|
180 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/point_parameters.txt">EXT_point_parameters</a><br> |
---|
181 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/polygon_offset.txt">EXT_polygon_offset</a><br> |
---|
182 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/rescale_normal.txt">EXT_rescale_normal</a><br> |
---|
183 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/scene_marker.txt">EXT_scene_marker</a><br> |
---|
184 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/secondary_color.txt">EXT_secondary_color</a><br> |
---|
185 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/separate_specular_color.txt">EXT_separate_specular_color</a><br> |
---|
186 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/shadow_funcs.txt">EXT_shadow_funcs</a><br> |
---|
187 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/shared_texture_palette.txt">EXT_shared_texture_palette</a><br> |
---|
188 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/stencil_two_side.txt">EXT_stencil_two_side</a><br> |
---|
189 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/stencil_wrap.txt">EXT_stencil_wrap</a><br> |
---|
190 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/subtexture.txt">EXT_subtexture</a><br> |
---|
191 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture.txt">EXT_texture</a><br> |
---|
192 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture3D.txt">EXT_texture3D</a><br> |
---|
193 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_dxt1.txt">EXT_texture_compression_dxt1</a><br> |
---|
194 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt">EXT_texture_compression_s3tc</a><br> |
---|
195 | <a href="http://www.nvidia.com/dev_content/nvopenglspecs/GL_EXT_texture_cube_map.txt">EXT_texture_cube_map</a><br> |
---|
196 | <a href="http://www.opengl.org/developers/documentation/Version1.2/1.2specs/texture_edge_clamp.txt">EXT_texture_edge_clamp</a><br> |
---|
197 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_env.txt">EXT_texture_env</a><br> |
---|
198 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_env_add.txt">EXT_texture_env_add</a><br> |
---|
199 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_env_combine.txt">EXT_texture_env_combine</a><br> |
---|
200 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_env_dot3.txt">EXT_texture_env_dot3</a><br> |
---|
201 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_filter_anisotropic.txt">EXT_texture_filter_anisotropic</a><br> |
---|
202 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_lod_bias.txt">EXT_texture_lod_bias</a><br> |
---|
203 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_mirror_clamp.txt">EXT_texture_mirror_clamp</a><br> |
---|
204 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_object.txt">EXT_texture_object</a><br> |
---|
205 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_perturb_normal.txt">EXT_texture_perturb_normal</a><br> |
---|
206 | <a href="http://developer.apple.com/opengl/extensions/ext_texture_rectangle.html">EXT_texture_rectangle</a><br> |
---|
207 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/vertex_array.txt">EXT_vertex_array</a><br> |
---|
208 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/vertex_shader.txt">EXT_vertex_shader</a><br> |
---|
209 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/vertex_weighting.txt">EXT_vertex_weighting</a><br> |
---|
210 | <br> |
---|
211 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/GREMEDY/string_marker.txt">GREMEDY_string_marker</a><br> |
---|
212 | <br> |
---|
213 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/HP/convolution_border_modes.txt">HP_convolution_border_modes</a><br> |
---|
214 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/HP/image_transform.txt">HP_image_transform</a><br> |
---|
215 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/HP/occlusion_test.txt">HP_occlusion_test</a><br> |
---|
216 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/HP/texture_lighting.txt">HP_texture_lighting</a><br> |
---|
217 | <br> |
---|
218 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/IBM/cull_vertex.txt">IBM_cull_vertex</a><br> |
---|
219 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/IBM/multimode_draw_arrays.txt">IBM_multimode_draw_arrays</a><br> |
---|
220 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/IBM/rasterpos_clip.txt">IBM_rasterpos_clip</a><br> |
---|
221 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/IBM/static_data.txt">IBM_static_data</a><br> |
---|
222 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/IBM/texture_mirrored_repeat.txt">IBM_texture_mirrored_repeat</a><br> |
---|
223 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/IBM/vertex_array_lists.txt">IBM_vertex_array_lists</a><br> |
---|
224 | <br> |
---|
225 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/INGR/color_clamp.txt">INGR_color_clamp</a><br> |
---|
226 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/INGR/interlace_read.txt">INGR_interlace_read</a><br> |
---|
227 | <br> |
---|
228 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/INTEL/parallel_arrays.txt">INTEL_parallel_arrays</a><br> |
---|
229 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/INTEL/texture_scissor.txt">INTEL_texture_scissor</a><br> |
---|
230 | <br> |
---|
231 | KTX_buffer_region<br> |
---|
232 | <br> |
---|
233 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/pack_invert.txt">MESA_pack_invert</a><br> |
---|
234 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/resize_buffers.txt">MESA_resize_buffers</a><br> |
---|
235 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/window_pos.txt">MESA_window_pos</a><br> |
---|
236 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/ycbcr_texture.txt">MESA_ycbcr_texture</a><br> |
---|
237 | <br> |
---|
238 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/blend_square.txt">NV_blend_square</a><br> |
---|
239 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/copy_depth_to_color.txt">NV_copy_depth_to_color</a><br> |
---|
240 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/depth_clamp.txt">NV_depth_clamp</a><br> |
---|
241 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/evaluators.txt">NV_evaluators</a><br> |
---|
242 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/fence.txt">NV_fence</a><br> |
---|
243 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/float_buffer.txt">NV_float_buffer</a><br> |
---|
244 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/fog_distance.txt">NV_fog_distance</a><br> |
---|
245 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/fragment_program.txt">NV_fragment_program</a><br> |
---|
246 | <a href="http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_fragment_program2.txt">NV_fragment_program2</a><br> |
---|
247 | <a href="http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_fragment_program_option.txt">NV_fragment_program_option</a><br> |
---|
248 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/half_float.txt">NV_half_float</a><br> |
---|
249 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/light_max_exponent.txt">NV_light_max_exponent</a><br> |
---|
250 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/multisample_filter_hint.txt">NV_multisample_filter_hint</a><br> |
---|
251 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/occlusion_query.txt">NV_occlusion_query</a><br> |
---|
252 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/packed_depth_stencil.txt">NV_packed_depth_stencil</a><br> |
---|
253 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/pixel_data_range.txt">NV_pixel_data_range</a><br> |
---|
254 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/point_sprite.txt">NV_point_sprite</a><br> |
---|
255 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/primitive_restart.txt">NV_primitive_restart</a><br> |
---|
256 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/register_combiners.txt">NV_register_combiners</a><br> |
---|
257 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/register_combiners2.txt">NV_register_combiners2</a><br> |
---|
258 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texgen_emboss.txt">NV_texgen_emboss</a><br> |
---|
259 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texgen_reflection.txt">NV_texgen_reflection</a><br> |
---|
260 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_compression_vtc.txt">NV_texture_compression_vtc</a><br> |
---|
261 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_env_combine4.txt">NV_texture_env_combine4</a><br> |
---|
262 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_expand_normal.txt">NV_texture_expand_normal</a><br> |
---|
263 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_rectangle.txt">NV_texture_rectangle</a><br> |
---|
264 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_shader.txt">NV_texture_shader</a><br> |
---|
265 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_shader2.txt">NV_texture_shader2</a><br> |
---|
266 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_shader3.txt">NV_texture_shader3</a><br> |
---|
267 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt">NV_vertex_array_range</a><br> |
---|
268 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range2.txt">NV_vertex_array_range2</a><br> |
---|
269 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program.txt">NV_vertex_program</a><br> |
---|
270 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program1_1.txt">NV_vertex_program1_1</a><br> |
---|
271 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program2.txt">NV_vertex_program2</a><br> |
---|
272 | <a href="http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_vertex_program2_option.txt">NV_vertex_program2_option</a><br> |
---|
273 | <a href="http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_vertex_program3.txt">NV_vertex_program3</a><br> |
---|
274 | <br> |
---|
275 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/OML/interlace.txt">OML_interlace</a><br> |
---|
276 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/OML/resample.txt">OML_resample</a><br> |
---|
277 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/OML/subsample.txt">OML_subsample</a><br> |
---|
278 | <br> |
---|
279 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/PGI/misc_hints.txt">PGI_misc_hints</a><br> |
---|
280 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/PGI/vertex_hints.txt">PGI_vertex_hints</a><br> |
---|
281 | <br> |
---|
282 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/REND/screen_coordinates.txt">REND_screen_coordinates</a><br> |
---|
283 | <br> |
---|
284 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/S3/s3tc.txt">S3_s3tc</a><br> |
---|
285 | <br> |
---|
286 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/color_range.txt">SGIS_color_range</a><br> |
---|
287 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/detail_texture.txt">SGIS_detail_texture</a><br> |
---|
288 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/fog_func.txt">SGIS_fog_function</a><br> |
---|
289 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/generate_mipmap.txt">SGIS_generate_mipmap</a><br> |
---|
290 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/multisample.txt">SGIS_multisample</a><br> |
---|
291 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/pixel_texture.txt">SGIS_pixel_texture</a><br> |
---|
292 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/sharpen_texture.txt">SGIS_sharpen_texture</a><br> |
---|
293 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture4D.txt">SGIS_texture4D</a><br> |
---|
294 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture_border_clamp.txt">SGIS_texture_border_clamp</a><br> |
---|
295 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture_edge_clamp.txt">SGIS_texture_edge_clamp</a><br> |
---|
296 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture_filter4.txt">SGIS_texture_filter4</a><br> |
---|
297 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture_lod.txt">SGIS_texture_lod</a><br> |
---|
298 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture_select.txt">SGIS_texture_select</a><br> |
---|
299 | <br> |
---|
300 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/async.txt">SGIX_async</a><br> |
---|
301 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/async_histogram.txt">SGIX_async_histogram</a><br> |
---|
302 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/async_pixel.txt">SGIX_async_pixel</a><br> |
---|
303 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/blend_alpha_minmax.txt">SGIX_blend_alpha_minmax</a><br> |
---|
304 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/clipmap.txt">SGIX_clipmap</a><br> |
---|
305 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/depth_texture.txt">SGIX_depth_texture</a><br> |
---|
306 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/flush_raster.txt">SGIX_flush_raster</a><br> |
---|
307 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/fog_offset.txt">SGIX_fog_offset</a><br> |
---|
308 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/fog_texture.txt">SGIX_fog_texture</a><br> |
---|
309 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/fragment_specular_lighting.txt">SGIX_fragment_specular_lighting</a><br> |
---|
310 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/framezoom.txt">SGIX_framezoom</a><br> |
---|
311 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/interlace.txt">SGIX_interlace</a><br> |
---|
312 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/ir_instrument1.txt">SGIX_ir_instrument1</a><br> |
---|
313 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/list_priority.txt">SGIX_list_priority</a><br> |
---|
314 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/sgix_pixel_texture.txt">SGIX_pixel_texture</a><br> |
---|
315 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/pixel_texture_bits.txt">SGIX_pixel_texture_bits</a><br> |
---|
316 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/reference_plane.txt">SGIX_reference_plane</a><br> |
---|
317 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/resample.txt">SGIX_resample</a><br> |
---|
318 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/shadow.txt">SGIX_shadow</a><br> |
---|
319 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/shadow_ambient.txt">SGIX_shadow_ambient</a><br> |
---|
320 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/sprite.txt">SGIX_sprite</a><br> |
---|
321 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/tag_sample_buffer.txt">SGIX_tag_sample_buffer</a><br> |
---|
322 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/texture_env_add.txt">SGIX_texture_add_env</a><br> |
---|
323 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/texture_coordinate_clamp.txt">SGIX_texture_coordinate_clamp</a><br> |
---|
324 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/texture_lod_bias.txt">SGIX_texture_lod_bias</a><br> |
---|
325 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/texture_multi_buffer.txt">SGIX_texture_multi_buffer</a><br> |
---|
326 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/texture_range.txt">SGIX_texture_range</a><br> |
---|
327 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/texture_scale_bias.txt">SGIX_texture_scale_bias</a><br> |
---|
328 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/vertex_preclip.txt">SGIX_vertex_preclip</a><br> |
---|
329 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/vertex_preclip.txt">SGIX_vertex_preclip_hint</a><br> |
---|
330 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/ycrcb.txt">SGIX_ycrcb</a><br> |
---|
331 | <br> |
---|
332 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGI/color_matrix.txt">SGI_color_matrix</a><br> |
---|
333 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGI/color_table.txt">SGI_color_table</a><br> |
---|
334 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGI/texture_color_table.txt">SGI_texture_color_table</a><br> |
---|
335 | <br> |
---|
336 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUNX/constant_data.txt">SUNX_constant_data</a><br> |
---|
337 | <br> |
---|
338 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUN/convolution_border_modes.txt">SUN_convolution_border_modes</a><br> |
---|
339 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUN/global_alpha.txt">SUN_global_alpha</a><br> |
---|
340 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUN/mesh_array.txt">SUN_mesh_array</a><br> |
---|
341 | <a href="http://wwws.sun.com/software/graphics/opengl/extensions/gl_sun_read_video_pixels.txt">SUN_read_video_pixels</a><br> |
---|
342 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUN/slice_accum.txt">SUN_slice_accum</a><br> |
---|
343 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUN/triangle_list.txt">SUN_triangle_list</a><br> |
---|
344 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUN/vertex.txt">SUN_vertex</a><br> |
---|
345 | <br> |
---|
346 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/WIN/phong_shading.txt">WIN_phong_shading</a><br> |
---|
347 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/WIN/specular_fog.txt">WIN_specular_fog</a><br> |
---|
348 | <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/glfunc01_16zy.asp">WIN_swap_hint</a><br> |
---|
349 | </td> |
---|
350 | </tr> |
---|
351 | </table> |
---|
352 | </body> |
---|