replicant-frameworks_native/services/surfaceflinger
Mathias Agopian c5953904ad fix an orientation change drawing artifact.
a wrong orientation would be briefly shown when
rotation the screen. this happened when the window manager
set a custom transformation and the h/w composer was used.

the custom transformation was applied twice in that case.

Bug: 5037522
Change-Id: Ic1f87b63cd843f4475e4265d1624463825d775c4
2011-08-12 17:09:09 -07:00
..
DisplayHardware Add a h/w composer API to allow the HAL to trigger a redraw 2011-08-01 20:48:05 -07:00
tests SF transactions are now O(1) wrt IPC instead of O(N). 2011-06-29 15:05:41 -07:00
Android.mk SurfaceFlinger: use async mode for video & cam 2011-07-30 16:47:44 -07:00
Barrier.h
clz.cpp
clz.h implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal buffer orientation" 2011-07-19 15:24:46 -07:00
GLExtensions.cpp
GLExtensions.h
Layer.cpp fix an orientation change drawing artifact. 2011-08-12 17:09:09 -07:00
Layer.h SurfaceFlinger doesn't rely on having a custom RefBase destructor 2011-08-11 22:33:02 -07:00
LayerBase.cpp update HWC data structures even when a layer is marked for SKIP 2011-08-02 15:51:37 -07:00
LayerBase.h unify SurfaceTexture and Surface 2011-06-13 15:51:35 -07:00
LayerDim.cpp unify SurfaceTexture and Surface 2011-06-13 15:51:35 -07:00
LayerDim.h unify SurfaceTexture and Surface 2011-06-13 15:51:35 -07:00
MessageQueue.cpp
MessageQueue.h
MODULE_LICENSE_APACHE2
SurfaceFlinger.cpp SurfaceFlinger doesn't rely on having a custom RefBase destructor 2011-08-11 22:33:02 -07:00
SurfaceFlinger.h SurfaceFlinger doesn't rely on having a custom RefBase destructor 2011-08-11 22:33:02 -07:00
SurfaceTextureLayer.cpp return correct value from query after connecting a surface 2011-08-08 20:25:44 -07:00
SurfaceTextureLayer.h return correct value from query after connecting a surface 2011-08-08 20:25:44 -07:00
TextureManager.cpp
TextureManager.h
Transform.cpp fix a typo that prevented preserveRects() to work properly 2011-07-25 13:57:16 -07:00
Transform.h