source: GTP/trunk/Lib/Illum/GPUObscurancesGT/Libraries/glew/doc/glew.html @ 1648

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