[1648] | 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 GLX Extensions</h2> |
---|
| 68 | |
---|
| 69 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/3DFX/3dfx_multisample.txt">3DFX_multisample</a><br> |
---|
| 70 | <br> |
---|
| 71 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/color_buffer_float.txt">ARB_fbconfig_float</a><br> |
---|
| 72 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/get_proc_address.txt">ARB_get_proc_address</a><br> |
---|
| 73 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/ARB/multisample.txt">ARB_multisample</a><br> |
---|
| 74 | <br> |
---|
| 75 | ATI_pixel_format_float<br> |
---|
| 76 | ATI_render_texture<br> |
---|
| 77 | <br> |
---|
| 78 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/import_context.txt">EXT_import_context</a><br> |
---|
| 79 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/scene_marker.txt">EXT_scene_marker</a><br> |
---|
| 80 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/visual_info.txt">EXT_visual_info</a><br> |
---|
| 81 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/EXT/visual_rating.txt">EXT_visual_rating</a><br> |
---|
| 82 | <br> |
---|
| 83 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/agp_offset.txt">MESA_agp_offset</a><br> |
---|
| 84 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/copy_sub_buffer.txt">MESA_copy_sub_buffer</a><br> |
---|
| 85 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/pixmap_colormap.txt">MESA_pixmap_colormap</a><br> |
---|
| 86 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/release_buffers.txt">MESA_release_buffers</a><br> |
---|
| 87 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/MESA/set_3dfx_mode.txt">MESA_set_3dfx_mode</a><br> |
---|
| 88 | <br> |
---|
| 89 | <a href="http://cvs1.nvidia.com/inc/GL/glxtokens.h">NV_float_buffer</a><br> |
---|
| 90 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt">NV_vertex_array_range</a><br> |
---|
| 91 | <br> |
---|
| 92 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/OML/glx_swap_method.txt">OML_swap_method</a><br> |
---|
| 93 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/OML/glx_sync_control.txt">OML_sync_control</a><br> |
---|
| 94 | <br> |
---|
| 95 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/blended_overlay.txt">SGIS_blended_overlay</a><br> |
---|
| 96 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/color_range.txt">SGIS_color_range</a><br> |
---|
| 97 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIS/multisample.txt">SGIS_multisample</a><br> |
---|
| 98 | SGIS_shared_multisample<br> |
---|
| 99 | <br> |
---|
| 100 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/fbconfig.txt">SGIX_fbconfig</a><br> |
---|
| 101 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/pbuffer.txt">SGIX_pbuffer</a><br> |
---|
| 102 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_barrier.txt">SGIX_swap_barrier</a><br> |
---|
| 103 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_group.txt">SGIX_swap_group</a><br> |
---|
| 104 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/video_resize.txt">SGIX_video_resize</a><br> |
---|
| 105 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/visual_select_group.txt">SGIX_visual_select_group</a><br> |
---|
| 106 | <br> |
---|
| 107 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGI/cushion.txt">SGI_cushion</a><br> |
---|
| 108 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGI/make_current_read.txt">SGI_make_current_read</a><br> |
---|
| 109 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGI/swap_control.txt">SGI_swap_control</a><br> |
---|
| 110 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SGI/video_sync.txt">SGI_video_sync</a><br> |
---|
| 111 | <br> |
---|
| 112 | <a href="http://oss.sgi.com/projects/ogl-sample/registry/SUN/get_transparent_index.txt">SUN_get_transparent_index</a><br> |
---|
| 113 | <a href="http://wwws.sun.com/software/graphics/opengl/extensions/glx_sun_video_resize.txt">SUN_video_resize</a><br> |
---|
| 114 | </td> |
---|
| 115 | </tr> |
---|
| 116 | </table> |
---|
| 117 | </body> |
---|