diff options
author | Marek Olšák <[email protected]> | 2012-07-04 00:25:00 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-04 01:39:52 +0200 |
commit | 2668aaa5570b29cb02af2b79a9397d917379026f (patch) | |
tree | 2ffc5c51d190a95b7a766c0de3323036735961eb /src/mesa | |
parent | d1665388ce53d23ee7853e5083ce6f7192061109 (diff) |
Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."
This reverts commit d1665388ce53d23ee7853e5083ce6f7192061109.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/APIspec.xml | 1 | ||||
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index b6cf52d074a..f870cf7db64 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -4150,7 +4150,6 @@ <category name="OES_packed_depth_stencil"/> <category name="OES_standard_derivatives"/> <category name="EXT_texture_format_BGRA8888"/> - <category name="EXT_texture_rg"/> <category name="EXT_read_format_bgra"/> <category name="EXT_texture_compression_dxt1"/> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 793cc4e24e0..e4fe73307ad 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -200,7 +200,6 @@ static const struct extension extension_table[] = { { "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(dummy_true), ES1 | ES2, 2005 }, - { "GL_EXT_texture_rg", o(ARB_texture_rg), ES2, 2011 }, { "GL_EXT_read_format_bgra", o(dummy_true), ES1 | ES2, 2009 }, { "GL_EXT_texture_integer", o(EXT_texture_integer), GL, 2006 }, { "GL_EXT_texture_lod_bias", o(dummy_true), GL | ES1, 1999 }, |