summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerBase.cpp
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-10-23 19:02:12 -0400
committer Android (Google) Code Review <android-gerrit@google.com> 2009-10-23 19:02:12 -0400
commitb15705988b5ec6a9afb685f3e742bd44d51ac74c (patch)
tree4125091c671e9fd56bb292f54b04b3668a8fadab /libs/surfaceflinger/LayerBase.cpp
parent9521fc0f17c227fa79dd4d830d4607557d060f00 (diff)
parent57720c384af81327d327ef8b88078f11a750fd05 (diff)
Merge change I56c3504f into eclair
* changes: fix [2211532] improves sholes graphics performance
Diffstat (limited to 'libs/surfaceflinger/LayerBase.cpp')
-rw-r--r--libs/surfaceflinger/LayerBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp
index b376e72aa1..ecc78946bb 100644
--- a/libs/surfaceflinger/LayerBase.cpp
+++ b/libs/surfaceflinger/LayerBase.cpp
@@ -507,7 +507,7 @@ void LayerBase::loadTexture(Texture* texture,
// uh?
return;
}
-
+
glBindTexture(GL_TEXTURE_2D, texture->name);
/*