[PyOpenGL-Devel] [ pyopengl-Bugs-482779 ] Extension name misspellings and more
Brought to you by:
mcfletch
|
From: <no...@so...> - 2001-11-17 14:13:34
|
Bugs item #482779, was opened at 2001-11-17 02:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=482779&group_id=5988 Category: GL Group: v2.0 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Michael Krause (mkrause) Assigned to: Tarn Weisner Burton (twburton) Summary: Extension name misspellings and more Initial Comment: After extracting all extension names from http://oss.sgi.com/projects/ogl- sample/registry/ and from the PyOpenGL-2.0.0.44 source, I checked for extensions not listed on the extension registry: All of these should be texture, not texure: GL_EXT_texure GL_EXT_texure_compression_s3tc GL_EXT_texure_env_add GL_EXT_texure_env_combine GL_EXT_texure_env_dot3 GL_EXT_texure_filter_anisotropic GL_EXT_texure_lod GL_EXT_texure_lod_bias I try to untangle the remaining mismatch puzzle after having googled each of these without success: pyopengl extension name => most likely real extension name GL_EXT_texure_cube_map => GL_ARB_texture_cube_map GL_EXT_index_array => GL_EXT_index_array_formats GL_ARB_texture_crossbar => GL_ARB_texture_env_crossbar GL_Autodesk_bgra_colors => GL_EXT_bgra GL_EXT_IndexTexture => GL_EXT_index_texture GL_IBM_pixel_transform_color_table => GL_EXT_pixel_transform_color_table GL_SGIX_FogOffset => GL_SGIX_fog_offset GL_SGIX_convolution_border_modes => GL_HP_convolution_border_modes and also GL_SUN_convolution_border_modes GL_SGIX_texture_env_add => GL_ARB_texture_env_add and also GL_EXT_texture_env_add ---------------------------------------------------------------------- >Comment By: Tarn Weisner Burton (twburton) Date: 2001-11-17 06:13 Message: Logged In: YES user_id=21784 Most of these were in fact typos and have been fixed. GL_SGIX_texture_env_add isn't listed in the registry, but the doc page (look in the doc string) works. GL_Autodesk_bgra_colors isn't listed in the registry and the doc page is out of date...I'll have to find the new page sometime. thanks, Tarn ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=482779&group_id=5988 |