glew-cmake/doc/glew.html

224 lines
13 KiB
HTML
Raw Normal View History

<!--
Copyright (C) 2002 Milan Ikits
This documentation may not be modified or redistributed in any
form, except by the copyright holder.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html/4/loose.dtd">
<html>
<head>
<title>
GLEW: Supported OpenGL Extensions
</title>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
</head>
<body bgcolor="#ffffff" text="#000000" link="#1010f0" vlink="#000080" alink="#800000">
<center>
<table border=0 width="50%" cellpadding="5" cellspacing="10">
<tr>
<td align=center><font size="+2"><b>GLEW: OpenGL Extensions</b></font></td>
</tr>
<tr>
<td width="80%">
<table border=0 cellpadding=5 cellspacing=0 align=center>
<tr>
<td><a href="#ARB"><b>ARB</b></a></td>
<td><a href="#EXT"><b>EXT</b></a></td>
<td><a href="#ATI"><b>ATI</b></a></td>
<td><a href="#NV"><b>NV</b></a></td>
<td><a href="#SGI"><b>SGI</b></a></td>
<td><a href="#Misc"><b>Misc</b></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#FFF0D0" align="center"><a
name="ARB"><font size="+1"><b>ARB</b></font></a>
</td>
</tr>
<tr>
<td align="left">
<b>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/depth_texture.txt">ARB_depth_texture</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt">ARB_fragment_program</a><br>
ARB_imaging</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/matrix_palette.txt">ARB_matrix_palette</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/multisample.txt">ARB_multisample</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/multitexture.txt">ARB_multitexture</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/point_parameters.txt">ARB_point_parameters</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/shadow.txt">ARB_shadow</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/shadow_ambient.txt">ARB_shadow_ambient</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_border_clamp.txt">ARB_texture_border_clamp</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_compression.txt">ARB_texture_compression</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_cube_map.txt">ARB_texture_cube_map</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_add.txt">ARB_texture_env_add</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_combine.txt">ARB_texture_env_combine</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_crossbar.txt">ARB_texture_env_crossbar</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_env_dot3.txt">ARB_texture_env_dot3</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_mirrored_repeat.txt">ARB_texture_mirrored_repeat</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/transpose_matrix.txt">ARB_transpose_matrix</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_blend.txt">ARB_vertex_blend</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_buffer_object.txt">ARB_vertex_buffer_object</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_program.txt">ARB_vertex_program</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/window_pos.txt">ARB_window_pos</a><br>
</b>
</td>
</tr>
<tr>
<td bgcolor="#FFF0D0" align="center"><a
name="EXT"><font size="+1"><b>EXT</b></font></a>
</td>
</tr>
<tr>
<td align="left">
<b>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/abgr.txt">EXT_abgr</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/bgra.txt">EXT_bgra</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_color.txt">EXT_blend_color</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_func_separate.txt">EXT_blend_func_separate</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_minmax.txt">EXT_blend_minmax</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_subtract.txt">EXT_blend_subtract</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/clip_volume_hint.txt">EXT_clip_volume_hint</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/compiled_vertex_array.txt">EXT_compiled_vertex_array</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/draw_range_elements.txt">EXT_draw_range_elements</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/cull_vertex.txt">EXT_cull_vertex</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/fog_coord.txt">EXT_fog_coord</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/multi_draw_arrays.txt">EXT_multi_draw_arrays</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/packed_pixels.txt">EXT_packed_pixels</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/point_parameters.txt">EXT_point_parameters</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/secondary_color.txt">EXT_secondary_color</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/separate_specular_color.txt">EXT_separate_specular_color</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/shadow_funcs.txt">EXT_shadow_funcs</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/stencil_two_side.txt">EXT_stencil_two_side</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/stencil_wrap.txt">EXT_stencil_wrap</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt">EXT_texture_compression_s3tc</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_filter_anisotropic.txt">EXT_texture_filter_anisotropic</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_lod_bias.txt">EXT_texture_lod_bias</a><br>
<a href="http://developer.apple.com/opengl/extensions/ext_texture_rectangle.html">EXT_texture_rectangle</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture3D.txt">EXT_texture3D</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/vertex_shader.txt">EXT_vertex_shader</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/vertex_weighting.txt">EXT_vertex_weighting</a><br>
</b>
</td>
</tr>
<tr>
<td bgcolor="#FFF0D0" align="center"><a
name="ATI"><font size="+1"><b>ATI</b></font></a>
</td>
</tr>
<tr>
<td align="left">
<b>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/draw_buffers.txt">ATI_draw_buffers</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/element_array.txt">ATI_element_array</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/envmap_bumpmap.txt">ATI_envmap_bumpmap</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/fragment_shader.txt">ATI_fragment_shader</a><br>
<a href="http://www.ati.com/developer/atiopengl.pdf">ATI_map_object_buffer</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/pn_triangles.txt">ATI_pn_triangles</a><br>
<a href="http://www.ati.com/developer/atiopengl.pdf">ATI_separate_stencil</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/text_fragment_shader.txt">ATI_text_fragment_shader</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/texture_env_combine3.txt">ATI_texture_env_combine3</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/texture_float.txt">ATI_texture_float</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/texture_mirror_once.txt">ATI_texture_mirror_once</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/vertex_array_object.txt">ATI_vertex_array_object</a><br>
<a href="http://www.ati.com/developer/atiopengl.pdf">ATI_vertex_attrib_array_object</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/ATI/vertex_streams.txt">ATI_vertex_streams</a><br>
<a href="http://www.ati.com/developer/atiopengl.pdf">ATIX_point_sprites</a><br>
<a href="http://www.ati.com/developer/sdk/RadeonSDK/Html/Info/ATIX_texture_env_combine3.txt">ATIX_texture_env_combine3</a><br>
<a href="http://www.ati.com/developer/sdk/RadeonSDK/Html/Info/ATIX_texture_env_route.txt">ATIX_texture_env_route</a><br>
<a href="http://www.ati.com/developer/atiopengl.pdf">ATIX_vertex_shader_output_point_size</a><br>
</b>
</td>
</tr>
<tr>
<td bgcolor="#FFF0D0" align="center"><a
name="NV"><font size="+1"><b>NV</b></font></a>
</td>
</tr>
<tr>
<td align="left">
<b>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/blend_square.txt">NV_blend_square</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/copy_depth_to_color.txt">NV_copy_depth_to_color</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/depth_clamp.txt">NV_depth_clamp</a><br>
<a href="http://developer.nvidia.com/docs/IO/3260/ATT/nv30specs.pdf">NV_element_array</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/evaluators.txt">NV_evaluators</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/fence.txt">NV_fence</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/fog_distance.txt">NV_fog_distance</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/float_buffer.txt">NV_float_buffer</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/fragment_program.txt">NV_fragment_program</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/half_float.txt">NV_half_float</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/light_max_exponent.txt">NV_light_max_exponent</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/multisample_filter_hint.txt">NV_multisample_filter_hint</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/occlusion_query.txt">NV_occlusion_query</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/packed_depth_stencil.txt">NV_packed_depth_stencil</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/pixel_data_range.txt">NV_pixel_data_range</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/point_sprite.txt">NV_point_sprite</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/primitive_restart.txt">NV_primitive_restart</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/register_combiners.txt">NV_register_combiners</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/register_combiners2.txt">NV_register_combiners2</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texgen_emboss.txt">NV_texgen_emboss</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texgen_reflection.txt">NV_texgen_reflection</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_compression_vtc.txt">NV_texture_compression_vtc</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_env_combine4.txt">NV_texture_env_combine4</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_expand_normal.txt">NV_texture_expand_normal</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_rectangle.txt">NV_texture_rectangle</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_shader.txt">NV_texture_shader</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_shader2.txt">NV_texture_shader2</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/texture_shader3.txt">NV_texture_shader3</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt">NV_vertex_array_range</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range2.txt">NV_vertex_array_range2</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program.txt">NV_vertex_program</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program1_1.txt">NV_vertex_program1_1</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_program2.txt">NV_vertex_program2</a><br>
</b>
</td>
</tr>
<tr>
<td bgcolor="#FFF0D0" align="center"><a
name="SGI"><font size="+1"><b>SGI</b></font></a>
</td>
</tr>
<tr>
<td align="left">
<b>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/generate_mipmap.txt">SGIS_generate_mipmap</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/texture_lod.txt">SGIS_texture_lod</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/depth_texture.txt">SGIX_depth_texture</a><br>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/shadow.txt">SGIX_shadow</a><br>
</b>
</td>
</tr>
<tr>
<td bgcolor="#FFF0D0" align="center"><a
name="Misc"><font size="+1"><b>Misc</b></font></a>
</td>
</tr>
<tr>
<td align="left">
<b>
<a href="http://oss.sgi.com/projects/ogl-sample/registry/HP/occlusion_test.txt">HP_occlusion_test</a><br>
S3_s3tc<br>
WIN_swap_hint<br>
</b>
</td>
</tr>
<tr>
<td bgcolor="#FFF0D0">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left">
<i>Last update: 01-10-03</i></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>