commit | a2fe0a234bd6823f868742a3c137acb8875e1b03 | [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 | 42e6bcda7c6388e9b3544dec93f74fc85807faec | |
parent | 4327cf612b280fb51fe0ffb3c675be0413ad2744 [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;