replicant-frameworks_native/services/surfaceflinger
Mathias Agopian 733189d408 [3171580] Fix two typos related to fixed-size buffers
mFixedSize was never set, this bug was introduced during some "cleanup", in
practice this could cause some issues when a fixed-size buffer was used and
the window was resized.

Layer::drawForSreenShot() had a typo that had no effect.

mFixedSize was used to determine if filtering was needed, which was a bit too
conservative and created a dependency between filtering and "fixed size" states
which should exist.

Now we enable filtering based on the size of the buffer vs. the size of the layer.

Change-Id: I32044e91b0c944c1b137efdceb3f01dfaa78119d
2010-12-03 17:35:06 -08:00
..
DisplayHardware Merge "Use the context_priority extension when present." into gingerbread 2010-10-20 20:04:46 -07:00
tests fix [3118445] Transform * Transform does not work as expected 2010-10-24 14:53:05 -07:00
Android.mk Use the context_priority extension when present. 2010-10-11 18:01:00 -07:00
Barrier.h
BlurFilter.cpp
BlurFilter.h
clz.cpp
clz.h
GLExtensions.cpp add support for [1974164] Be able to take a screen shot on the device 2010-09-24 14:56:39 -07:00
GLExtensions.h add support for [1974164] Be able to take a screen shot on the device 2010-09-24 14:56:39 -07:00
Layer.cpp [3171580] Fix two typos related to fixed-size buffers 2010-12-03 17:35:06 -08:00
Layer.h [3171580] Fix two typos related to fixed-size buffers 2010-12-03 17:35:06 -08:00
LayerBase.cpp [3171580] Fix two typos related to fixed-size buffers 2010-12-03 17:35:06 -08:00
LayerBase.h [3171580] Fix two typos related to fixed-size buffers 2010-12-03 17:35:06 -08:00
LayerBlur.cpp surfaceflinger / GL extensions cleanup 2010-09-15 17:15:31 -07:00
LayerBlur.h
LayerBuffer.cpp really fix [3118445] Transform * Transform does not work as expected 2010-10-27 18:04:11 -07:00
LayerBuffer.h fix [3123221] Video sticks playing back upside down following orientation switch 2010-10-24 19:03:58 -07:00
LayerDim.cpp surfaceflinger / GL extensions cleanup 2010-09-15 17:15:31 -07:00
LayerDim.h
MessageQueue.cpp deliver invalidate messages AFTER other messages 2010-10-11 14:11:15 -07:00
MessageQueue.h
MODULE_LICENSE_APACHE2
SurfaceFlinger.cpp [3095807] screen takes a long time to turn on 2010-10-14 15:39:21 -07:00
SurfaceFlinger.h addresses parts of 3096779 and 3097475 2010-10-14 14:57:34 -07:00
TextureManager.cpp surfaceflinger / GL extensions cleanup 2010-09-15 17:15:31 -07:00
TextureManager.h fix [2931513] Add support for setting the orientation of an ANativeWindow 2010-08-24 15:40:50 -07:00
Transform.cpp really fix [3118445] Transform * Transform does not work as expected 2010-10-27 18:04:11 -07:00
Transform.h fix [3118445] Transform * Transform does not work as expected 2010-10-24 14:53:05 -07:00