replicant-frameworks_native/libs/surfaceflinger_client
Mathias Agopian d606de6bb6 Refactor some code in surfaceflinger in preparation of upcoming changes
the new TextureMagager class now handle texture creation and upload
as well as EGL image creation and binding to GraphicBuffers. This is
used indirectly by Layer and directly by LayerBuffer

the new BufferManager class handles the set of buffers used for a
Layer (Surface), it abstracts how many buffer there is as well as
the use of EGLimage vs. regular texture ops (glTexImage2D).

Change-Id: I2da1ddcf27758e6731400f6cc4e20bef35c0a39a
2010-05-12 17:26:22 -07:00
..
tests Add support for enqueuing buffers in arbitrary order 2010-04-28 16:12:54 -07:00
Android.mk
ISurface.cpp
ISurfaceComposer.cpp
ISurfaceFlingerClient.cpp Added a name to Surface created by SurfaceFlinger 2010-03-01 18:34:50 -08:00
LayerState.cpp
SharedBufferStack.cpp Refactor some code in surfaceflinger in preparation of upcoming changes 2010-05-12 17:26:22 -07:00
Surface.cpp cleanup. waitForCondition() now uses polymorphsim instead of templtes 2010-04-28 16:12:54 -07:00
SurfaceComposerClient.cpp Added a name to Surface created by SurfaceFlinger 2010-03-01 18:34:50 -08:00