replicant-frameworks_native/libs/gui
Mathias Agopian ca08833d5e don't use compile-time configuration of libgui as much as possible
We now detect at runtime which sync features to use, which
allows us to remove a lot of the compile-time configuration
options. There  is still one option though, to disable
KHR_fence_sync on some devices (which are more efficient
without it).

- added a backdoor to get the vendor's EGL strings

the new logic is:
- use always ANDROID_native_fence_sync if available
- fallback to KHR_fence_sync if available and not disabled
  by the compile-time option
- use KHR_wait_sync if available and either of the above is
  enabled

Change-Id: I9c4b49d9ff1151faf902cc93bd53ea5f205aaabf
2013-03-29 15:33:47 -07:00
..
tests fix build. update test to new API 2013-03-20 15:56:04 -07:00
Android.mk don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
BitTube.cpp
BufferItemConsumer.cpp libgui: disallow NULL Fence pointers 2013-02-12 18:15:38 -08:00
BufferQueue.cpp Fix argument types in IGraphicBufferProducer methods 2013-03-18 14:16:02 -07:00
CleanSpec.mk Fix missing parens in CleanSpec.mk. 2012-10-04 20:05:19 -07:00
ConsumerBase.cpp don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
CpuConsumer.cpp CpuConsumer: Properly track acquired buffers 2013-03-05 15:25:06 -08:00
DisplayEventReceiver.cpp
DummyConsumer.cpp
GLConsumer.cpp don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
GraphicBufferAlloc.cpp SurfaceFlinger: Move GraphicBufferAlloc to libgui 2012-12-11 17:54:29 -08:00
GuiConfig.cpp don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
IDisplayEventConnection.cpp
IGraphicBufferAlloc.cpp libgui: add some error checks 2012-08-30 18:38:11 -07:00
IGraphicBufferProducer.cpp Fix argument types in IGraphicBufferProducer methods 2013-03-18 14:16:02 -07:00
ISensorEventConnection.cpp
ISensorServer.cpp improve [un]marshalling of non-binder objects 2012-08-13 02:46:05 -07:00
ISurfaceComposer.cpp rework how we take screenshots for a CPU consumer 2013-03-19 22:22:21 -07:00
ISurfaceComposerClient.cpp get rid of ISurface 2013-03-12 17:11:48 -07:00
LayerState.cpp get rid of Surface identity and token 2013-02-13 15:27:08 -08:00
Sensor.cpp improve [un]marshalling of non-binder objects 2012-08-13 02:46:05 -07:00
SensorEventQueue.cpp
SensorManager.cpp
Surface.cpp Fix argument types in IGraphicBufferProducer methods 2013-03-18 14:16:02 -07:00
SurfaceComposerClient.cpp make sure to unlock the screenshot's buffer on destruction 2013-03-26 18:15:35 -07:00
SurfaceControl.cpp Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev 2013-03-21 15:52:49 +00:00
SyncFeatures.cpp don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00