replicant-frameworks_native/services/surfaceflinger
Andy McFadden bf974abe92 Refactor SurfaceTexture a bit.
Rearranges updateTexImage() so that the SurfaceFlinger-specific
behavior is in a new SurfaceFlingerConsumer subclass.

SurfaceTexture behavior should not be altered.  Instead of
acquire-bind-release we now do acquire-release-bind, but since
it's all done with the lock held there shouldn't be any
externally-visible change.

Change-Id: Ia566e4727945e2cfb9359fc6d2a8f8af64d7b7b7
2012-12-11 09:42:51 -08:00
..
DisplayHardware Merge "SurfaceFlinger: track the HWC retire fences" 2012-11-19 16:37:43 -08:00
tests Banish DisplayID from the SurfaceFlinger API. 2012-08-27 14:40:17 -07:00
Android.mk Refactor SurfaceTexture a bit. 2012-12-11 09:42:51 -08:00
Barrier.h
Client.cpp Eradicate DisplayID. 2012-08-27 17:43:43 -07:00
Client.h Banish DisplayID from the SurfaceFlinger API. 2012-08-27 14:40:17 -07:00
DdmConnection.cpp fix SurfaceFlinger DDMS debugging 2012-10-07 16:41:12 -07:00
DdmConnection.h add libsurfaceflinger_ddmconnection for PDK build 2012-08-31 20:08:33 -07:00
DisplayDevice.cpp rework a bit how we scissor the display 2012-10-31 14:22:51 -07:00
DisplayDevice.h rework a bit how we scissor the display 2012-10-31 14:22:51 -07:00
EventThread.cpp make sure we don't call into the HWC HAL when not needed 2012-10-04 15:25:32 -07:00
EventThread.h Display events now always carry the display id they happened on 2012-09-21 14:20:35 -07:00
FrameTracker.cpp SurfaceFlinger: refactor frame time tracking 2012-11-19 17:45:09 -08:00
FrameTracker.h SurfaceFlinger: refactor frame time tracking 2012-11-19 17:45:09 -08:00
GLExtensions.cpp
GLExtensions.h
Layer.cpp Refactor SurfaceTexture a bit. 2012-12-11 09:42:51 -08:00
Layer.h Refactor SurfaceTexture a bit. 2012-12-11 09:42:51 -08:00
LayerBase.cpp Reset compositionType to HWC_FRAMEBUFFER before calling prepare() 2012-11-14 14:41:42 -08:00
LayerBase.h am a7da0dda: am 98cbec81: am efd614b8: Merge "make transform hint multi-display aware" into jb-mr1.1-dev 2012-11-27 18:43:52 -08:00
LayerDim.cpp Eradicate DisplayID. 2012-08-27 17:43:43 -07:00
LayerDim.h Eradicate DisplayID. 2012-08-27 17:43:43 -07:00
LayerScreenshot.cpp SurfaceFlinger: add support for secure displays 2012-10-22 13:41:21 -07:00
LayerScreenshot.h SurfaceFlinger: add support for secure displays 2012-10-22 13:41:21 -07:00
MODULE_LICENSE_APACHE2
MessageQueue.cpp one more step towards multiple display support 2012-07-10 14:29:27 -07:00
MessageQueue.h one more step towards multiple display support 2012-07-10 14:29:27 -07:00
SurfaceFlinger.cpp am a7da0dda: am 98cbec81: am efd614b8: Merge "make transform hint multi-display aware" into jb-mr1.1-dev 2012-11-27 18:43:52 -08:00
SurfaceFlinger.h Create builtin display tokens on demand 2012-11-27 12:30:18 -08:00
SurfaceFlingerConsumer.cpp Refactor SurfaceTexture a bit. 2012-12-11 09:42:51 -08:00
SurfaceFlingerConsumer.h Refactor SurfaceTexture a bit. 2012-12-11 09:42:51 -08:00
SurfaceTextureLayer.cpp update the binder protocol for connect to match that of queueBuffer 2012-04-23 20:06:02 -07:00
SurfaceTextureLayer.h update the binder protocol for connect to match that of queueBuffer 2012-04-23 20:06:02 -07:00
Transform.cpp Ensure that viewport and frame are initialized. 2012-09-09 00:07:17 -07:00
Transform.h SurfaceFlinger: SCALING_MODE_FREEZE cropping support 2012-05-09 12:53:13 -07:00
clz.cpp
clz.h