commit | 550b79f4491909b0f223d8fb25155974f53b3f79 | [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 | 9cd9235bdff13ba7d36a46ad83b3d1b4ca29a1be | |
parent | cbc93ca8005d0a885d54b9a13c18ea07220feedf [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 54d5c52..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); } }