Re-enable advertising EXT_texture_storage

Trac #19259 Issue=268 The problems on d3d9/winxp have been fixed. Signed-off-by: Nicolas Capens git-svn-id: https://angleproject.googlecode.com/svn/trunk@923 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent ad0ca1c4
#define MAJOR_VERSION 1 #define MAJOR_VERSION 1
#define MINOR_VERSION 0 #define MINOR_VERSION 0
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 912 #define BUILD_REVISION 923
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
...@@ -3486,10 +3486,7 @@ void Context::initExtensionString() ...@@ -3486,10 +3486,7 @@ void Context::initExtensionString()
} }
mExtensionString += "GL_EXT_texture_format_BGRA8888 "; mExtensionString += "GL_EXT_texture_format_BGRA8888 ";
// Temporarily disabled until mExtensionString += "GL_EXT_texture_storage ";
// http://code.google.com/p/angleproject/issues/detail?id=266
// is resolved.
// mExtensionString += "GL_EXT_texture_storage ";
// ANGLE-specific extensions // ANGLE-specific extensions
mExtensionString += "GL_ANGLE_framebuffer_blit "; mExtensionString += "GL_ANGLE_framebuffer_blit ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment