commit | 44cac134655d5c3b2eeab2e42792c70a7aa8b92f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Sep 23 18:34:53 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Sep 23 18:55:02 2009 -0700 |
tree | 517d1519e56a14c4ebec42037af458c09b0c2b28 | |
parent | 8434c5369304e639efe8eab368ca410c589d87c2 [diff] [blame] |
fix [2142193] disable GL_LINEAR when not needed
diff --git a/libs/surfaceflinger/LayerBase.h b/libs/surfaceflinger/LayerBase.h index 3a52240..2a07bf1 100644 --- a/libs/surfaceflinger/LayerBase.h +++ b/libs/surfaceflinger/LayerBase.h
@@ -254,6 +254,7 @@ // cached during validateVisibility() bool mTransformed; + bool mUseLinearFiltering; int32_t mOrientation; GLfixed mVertices[4][2]; Rect mTransformedBounds;