[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"><b>Change Log</b></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 align="center">The OpenGL Extension Wrangler Library</h1> |
---|
| 66 | |
---|
| 67 | <h2>Change Log</h2> |
---|
| 68 | <hr align="center"> |
---|
| 69 | <ul class="none"> |
---|
| 70 | <li><b>1.3.3</b> [05-16-05] |
---|
| 71 | <ul> |
---|
| 72 | <li> New feature: |
---|
| 73 | <ul> |
---|
| 74 | <li> Code generation option to split source into multiple files |
---|
| 75 | </ul> |
---|
| 76 | </ul> |
---|
| 77 | <ul> |
---|
| 78 | <li> Bug fixes: |
---|
| 79 | <ul> |
---|
| 80 | <li> OpenGL 2.0 core initialization problems |
---|
| 81 | <li> Wrong value for token GL_SHADER_TYPE |
---|
| 82 | <li> Missing tokens in GL_ATI_fragment_shader |
---|
| 83 | <li> Missing entry points in GL_ARB_transpose_matrix |
---|
| 84 | </ul> |
---|
| 85 | </ul> |
---|
| 86 | </ul> |
---|
| 87 | <hr align="center"> |
---|
| 88 | <ul class="none"> |
---|
| 89 | <li><b>1.3.2</b> [03-16-05] |
---|
| 90 | <ul> |
---|
| 91 | <li> New extension: |
---|
| 92 | <ul> |
---|
| 93 | <li> GL_APPLE_pixel_buffer |
---|
| 94 | </ul> |
---|
| 95 | <li> Bug fixes: |
---|
| 96 | <ul> |
---|
| 97 | <li> Missing OpenGL 2.0 entry points |
---|
| 98 | <li> Missing tokens in GL_SGIX_shadow |
---|
| 99 | <li> MinGW makefile problem |
---|
| 100 | <li> Check for incorrect OpenGL version string on SiS hardware |
---|
| 101 | <li> Documentation update to meet the HTML 4.01 Transitional specification |
---|
| 102 | </ul> |
---|
| 103 | </ul> |
---|
| 104 | </ul> |
---|
| 105 | <hr align="center"> |
---|
| 106 | <ul class="none"> |
---|
| 107 | <li><b>1.3.1</b> [02-02-05] |
---|
| 108 | <ul> |
---|
| 109 | <li> New features: |
---|
| 110 | <ul> |
---|
| 111 | <li> Consistent Unix and Windows versioning |
---|
| 112 | </ul> |
---|
| 113 | <li> New extensions: |
---|
| 114 | <ul> |
---|
| 115 | <li> GL_EXT_framebuffer_object |
---|
| 116 | <li> GL_ARB_pixel_buffer_object |
---|
| 117 | </ul> |
---|
| 118 | <li> Bug fixes: |
---|
| 119 | <ul> |
---|
| 120 | <li> Missing OpenGL 2.0 tokens |
---|
| 121 | <li> Incorrect typedefs (GLhandleARB and GLhalf) |
---|
| 122 | <li> Borland compiler problems |
---|
| 123 | </ul> |
---|
| 124 | </ul> |
---|
| 125 | </ul> |
---|
| 126 | <hr align="center"> |
---|
| 127 | <ul class="none"> |
---|
| 128 | <li><b>1.3.0</b> [01-04-05] |
---|
| 129 | <ul> |
---|
| 130 | <li> New features: |
---|
| 131 | <ul> |
---|
| 132 | <li> Support for core OpenGL 2.0 |
---|
| 133 | <li> <tt>glewIsSupported</tt> provides efficient string-based extension checks |
---|
| 134 | <li> Custom code generation from a list of extensions |
---|
| 135 | <li> Makefile changes |
---|
| 136 | </ul> |
---|
| 137 | <li> New extensions: |
---|
| 138 | <ul> |
---|
| 139 | <li> WGL_ATI_render_texture_rectangle |
---|
| 140 | </ul> |
---|
| 141 | <li> Bug fixes: |
---|
| 142 | <ul> |
---|
| 143 | <li> Incorrect function signature in OpenGL 1.5 core |
---|
| 144 | </ul> |
---|
| 145 | </ul> |
---|
| 146 | </ul> |
---|
| 147 | <hr align="center"> |
---|
| 148 | <ul class="none"> |
---|
| 149 | <li><b>1.2.5</b> [12-06-04] |
---|
| 150 | <ul> |
---|
| 151 | <li> New extensions: |
---|
| 152 | <ul> |
---|
| 153 | <li>GL_ATI_texture_compression_3dc |
---|
| 154 | <li>GL_EXT_Cg_shader |
---|
| 155 | <li>GL_EXT_draw_range_elements |
---|
| 156 | <li>GL_KTX_buffer_region |
---|
| 157 | </ul> |
---|
| 158 | <li> Bug fixes: |
---|
| 159 | <ul> |
---|
| 160 | <li> OpenGL version detection bug |
---|
| 161 | <li> Problems with wxWindows and MinGW compilation |
---|
| 162 | <li> <tt>visualinfo</tt> compilation problem with GLEW_MX specified |
---|
| 163 | <li> Wrong token name in OpenGL 1.5 core |
---|
| 164 | </ul> |
---|
| 165 | <li> Support for FreeBSD |
---|
| 166 | </ul> |
---|
| 167 | </ul> |
---|
| 168 | <hr align="center"> |
---|
| 169 | <ul class="none"> |
---|
| 170 | <li><b>1.2.4</b> [09-06-04] |
---|
| 171 | <ul> |
---|
| 172 | <li> Added ARB_draw_buffers and ARB_texture_rectangle |
---|
| 173 | <li> Fixed bug in ARB_shader_objects |
---|
| 174 | <li> Replaced <tt>wglinfo</tt> with <tt>visualinfo</tt> |
---|
| 175 | </ul> |
---|
| 176 | </ul> |
---|
| 177 | <hr align="center"> |
---|
| 178 | <ul class="none"> |
---|
| 179 | <li><b>1.2.3</b> [06-10-04] |
---|
| 180 | <ul> |
---|
| 181 | <li> Added GL_NV_fragment_program2, GL_NV_fragment_program_option, GL_NV_vertex_program2_option, GL_NV_vertex_program3 |
---|
| 182 | <li> Bug fix in GL_ARB_vertex_blend |
---|
| 183 | </ul> |
---|
| 184 | </ul> |
---|
| 185 | <hr align="center"> |
---|
| 186 | <ul class="none"> |
---|
| 187 | <li><b>1.2.2</b> [05-08-04] |
---|
| 188 | <ul> |
---|
| 189 | <li> Added GL_EXT_pixel_buffer_object, removed GL_NV_element_array |
---|
| 190 | <li> Fixed GLEW_MX problems |
---|
| 191 | <li> Bug fix in GL_EXT_texture_rectangle and <tt>wglinfo</tt> |
---|
| 192 | </ul> |
---|
| 193 | </ul> |
---|
| 194 | <hr align="center"> |
---|
| 195 | <ul class="none"> |
---|
| 196 | <li><b>1.2.1</b> [03-18-04] |
---|
| 197 | <ul> |
---|
| 198 | <li> Bug fix in OpenGL version query (early release of 1.2.0 contained this bug) |
---|
| 199 | <li> Bug fix in GL_ARB_shader_objects and temporary bug fix in GL_ARB_vertex_shader |
---|
| 200 | <li> Added flags on GDI support and multisampling to <tt>wglinfo</tt> |
---|
| 201 | </ul> |
---|
| 202 | </ul> |
---|
| 203 | <hr align="center"> |
---|
| 204 | <ul class="none"> |
---|
| 205 | <li><b>1.2.0</b> [02-19-04] |
---|
| 206 | <ul> |
---|
| 207 | <li> Added full OpenGL 1.5 support |
---|
| 208 | <li> Added support for multiple rendering contexts with different capabilities |
---|
| 209 | <li> Added command line flags to <tt>glewinfo</tt> for selecting displays and visuals |
---|
| 210 | <li> Added GLX_SGIS_multisample, GLX_SUN_video_resize, and GL_SUN_read_video_pixels |
---|
| 211 | <li> Added MinGW/MSYS support |
---|
| 212 | <li> Bug fixes in GL_ARB_shader_objects and the OS X build |
---|
| 213 | </ul> |
---|
| 214 | </ul> |
---|
| 215 | <hr align="center"> |
---|
| 216 | <ul class="none"> |
---|
| 217 | <li><b>1.1.4</b> [12-15-03] |
---|
| 218 | <ul> |
---|
| 219 | <li> Added GL_APPLE_float_pixels, GL_APPLE_texture_range, |
---|
| 220 | GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, |
---|
| 221 | GLX_ATI_pixel_format_float, and GLX_ATI_render_texture |
---|
| 222 | <li> Bug fixes in GL_ATI_map_object_buffer and GL_ATI_fragment_shader |
---|
| 223 | </ul> |
---|
| 224 | </ul> |
---|
| 225 | <hr align="center"> |
---|
| 226 | <ul class="none"> |
---|
| 227 | <li><b>1.1.3</b> [10-28-03] |
---|
| 228 | <ul> |
---|
| 229 | <li> Added Solaris and Darwin support |
---|
| 230 | <li> Added GL_ARB_fragment_shader, GL_ARB_shader_objects, and GL_ARB_vertex_shader |
---|
| 231 | <li> Fixed bug in GL_WIN_swap_hint |
---|
| 232 | <li> Removed <tt>glewinfo</tt>'s dependency on <tt>GLUT</tt> |
---|
| 233 | </ul> |
---|
| 234 | </ul> |
---|
| 235 | <hr align="center"> |
---|
| 236 | <ul class="none"> |
---|
| 237 | <li><b>1.1.2</b> [09-15-03] |
---|
| 238 | <ul> |
---|
| 239 | <li> Removed dependency on WGL_{ARB,EXT}_extensions_string to make GLEW run on Matrox cards |
---|
| 240 | <li> Added glewGetString for querying the GLEW version string |
---|
| 241 | </ul> |
---|
| 242 | </ul> |
---|
| 243 | <hr align="center"> |
---|
| 244 | <ul class="none"> |
---|
| 245 | <li><b>1.1.1</b> [08-11-03] |
---|
| 246 | <ul> |
---|
| 247 | <li> Added GLX_NV_float_buffer, GL_ARB_shading_language_100, and GL_ARB_texture_non_power_of_two |
---|
| 248 | <li> Fixed bug in GL_ARB_vertex_buffer_object |
---|
| 249 | <li> Minor updates in documentation |
---|
| 250 | </ul> |
---|
| 251 | </ul> |
---|
| 252 | <hr align="center"> |
---|
| 253 | <ul class="none"> |
---|
| 254 | <li><b>1.1.0</b> [07-08-03] |
---|
| 255 | <ul> |
---|
| 256 | <li> Added automatic code generation |
---|
| 257 | <li> Added almost every extension in the registry |
---|
| 258 | <li> Added separate namespace |
---|
| 259 | <li> Added Irix support |
---|
| 260 | <li> Updated documentation |
---|
| 261 | </ul> |
---|
| 262 | </ul> |
---|
| 263 | <hr align="center"> |
---|
| 264 | <ul class="none"> |
---|
| 265 | <li><b>1.0.7</b> [06-29-03] |
---|
| 266 | <ul> |
---|
| 267 | <li> Added GL_EXT_depth_bounds_test |
---|
| 268 | <li> Fixed typos |
---|
| 269 | </ul> |
---|
| 270 | </ul> |
---|
| 271 | <hr align="center"> |
---|
| 272 | <ul class="none"> |
---|
| 273 | <li><b>1.0.6</b> [05-05-03] |
---|
| 274 | <ul> |
---|
| 275 | <li> Added ARB_vertex_buffer_object and NV_half_float |
---|
| 276 | <li> Updated <tt>wglinfo</tt> |
---|
| 277 | <li> Temporary Linux bug fixes (problems with SDL and MESA) |
---|
| 278 | </ul> |
---|
| 279 | </ul> |
---|
| 280 | <hr align="center"> |
---|
| 281 | <ul class="none"> |
---|
| 282 | <li><b>1.0.5</b> [02-17-03] |
---|
| 283 | <ul> |
---|
| 284 | <li> Bug fixes |
---|
| 285 | <li> Added <tt>wglinfo</tt> |
---|
| 286 | <li> Updated documentation |
---|
| 287 | </ul> |
---|
| 288 | </ul> |
---|
| 289 | <hr align="center"> |
---|
| 290 | <ul class="none"> |
---|
| 291 | <li><b>1.0.4</b> [02-02-03] |
---|
| 292 | <ul> |
---|
| 293 | <li> Added NV_texture_expand_normal |
---|
| 294 | <li> Added mingw support |
---|
| 295 | <li> Updated documentation |
---|
| 296 | </ul> |
---|
| 297 | </ul> |
---|
| 298 | <hr align="center"> |
---|
| 299 | <ul class="none"> |
---|
| 300 | <li><b>1.0.3</b> [01-09-03] |
---|
| 301 | <ul> |
---|
| 302 | <li> Cleaned up ATI extensions |
---|
| 303 | <li> Changed function prototypes to match glext.h |
---|
| 304 | <li> Added EXT_texture3D |
---|
| 305 | <li> Fixed typos in ATI_vertex_attrib_array_object and ATI_draw_buffers |
---|
| 306 | </ul> |
---|
| 307 | </ul> |
---|
| 308 | <hr align="center"> |
---|
| 309 | <ul class="none"> |
---|
| 310 | <li><b>1.0.2</b> [12-21-02] |
---|
| 311 | <ul> |
---|
| 312 | <li> Added list of supported extensions to documentation |
---|
| 313 | <li> Added NV_half_float and NV_texgen_emboss |
---|
| 314 | </ul> |
---|
| 315 | </ul> |
---|
| 316 | <hr align="center"> |
---|
| 317 | <ul class="none"> |
---|
| 318 | <li><b>1.0.1</b> [12-17-02] |
---|
| 319 | <ul> |
---|
| 320 | <li> Bug fixes |
---|
| 321 | <li> Added glewGetExtension |
---|
| 322 | </ul> |
---|
| 323 | </ul> |
---|
| 324 | <hr align="center"> |
---|
| 325 | <ul class="none"> |
---|
| 326 | <li><b>1.0.0</b> [12-12-02] |
---|
| 327 | <ul> |
---|
| 328 | <li> Initial release |
---|
| 329 | </ul> |
---|
| 330 | </ul> |
---|
| 331 | <hr align="center"> |
---|
| 332 | </td> |
---|
| 333 | </tr> |
---|
| 334 | </table> |
---|
| 335 | |
---|
| 336 | </body> |
---|