mesa: Fix extension year for EXT_texture_env_combine
The year 2006 apparently came from the "Last Modified Date" in the spec header. however, the revision history at the bottom say "2/22/00 mjk - added NVIDIA Implementation Details." From that we can safely infer that the spec is from at least 2000, and it may even be older. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -192,7 +192,7 @@ static const struct extension extension_table[] = {
|
||||
{ "GL_EXT_texture_cube_map", o(ARB_texture_cube_map), GL, 2001 },
|
||||
{ "GL_EXT_texture_edge_clamp", o(dummy_true), GL, 1997 },
|
||||
{ "GL_EXT_texture_env_add", o(EXT_texture_env_add), GL, 1999 },
|
||||
{ "GL_EXT_texture_env_combine", o(EXT_texture_env_combine), GL, 2006 },
|
||||
{ "GL_EXT_texture_env_combine", o(EXT_texture_env_combine), GL, 2000 },
|
||||
{ "GL_EXT_texture_env_dot3", o(EXT_texture_env_dot3), GL, 2000 },
|
||||
{ "GL_EXT_texture_filter_anisotropic", o(EXT_texture_filter_anisotropic), GL | ES1 | ES2, 1999 },
|
||||
{ "GL_EXT_texture_format_BGRA8888", o(EXT_texture_format_BGRA8888), ES1 | ES2, 2009 },
|
||||
|
Reference in New Issue
Block a user