commit | 81b0aa696ac954180caec6cb8cc1bb97440e03b5 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Apr 22 15:49:28 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Apr 24 16:31:11 2009 -0700 |
tree | af034e81f2becc4a2d70e0d821a4cb11efc0eb2b | |
parent | ef07dda442f210bc7a6b5fbdd4a0bed4e6d8ad50 [diff] [blame] |
get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers
diff --git a/libs/surfaceflinger/LayerBlur.cpp b/libs/surfaceflinger/LayerBlur.cpp index 54d5c521..cac3cf1 100644 --- a/libs/surfaceflinger/LayerBlur.cpp +++ b/libs/surfaceflinger/LayerBlur.cpp
@@ -47,8 +47,7 @@ LayerBlur::~LayerBlur() { if (mTextureName != -1U) { - //glDeleteTextures(1, &mTextureName); - deletedTextures.add(mTextureName); + glDeleteTextures(1, &mTextureName); } }