summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Revert "A vendor ril depends on a native screen shot code."Wink Saville2012-08-301-8/+0
* A vendor ril depends on a native screen shot code.Wink Saville2012-08-281-0/+8
* Compatibility work around for bad graphics driver dependency.Jeff Brown2012-08-271-0/+9
* Remove unused "layer" argument from show().Jeff Brown2012-08-272-3/+3
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-276-52/+46
* Revert "put back the unused virtuals in Vector<>"Mathias Agopian2012-08-241-19/+0
* Merge "SurfaceTexture: inherit from ConsumerBase (try 2)" into jb-mr1-devJamie Gennis2012-08-242-194/+96
|\
| * SurfaceTexture: inherit from ConsumerBase (try 2)Jamie Gennis2012-08-212-194/+96
* | Merge "Add BufferItemConsumer, a simple BufferQueue consumer." into jb-mr1-devEino-Ville Talvala2012-08-213-1/+98
|\ \
| * | Add BufferItemConsumer, a simple BufferQueue consumer.Eino-Ville Talvala2012-08-213-1/+98
* | | put back the unused virtuals in Vector<>Mathias Agopian2012-08-201-0/+19
| |/ |/|
* | Merge "CpuConsumer: inherit from ConsumerBase" into jb-mr1-devEino-Ville Talvala2012-08-201-113/+26
|\ \ | |/
| * CpuConsumer: inherit from ConsumerBaseEino-Ville Talvala2012-08-201-113/+26
* | Merge "Revert "SurfaceTexture: inherit from ConsumerBase"" into jb-mr1-devJamie Gennis2012-08-202-93/+194
|\ \
| * | Revert "SurfaceTexture: inherit from ConsumerBase"Jamie Gennis2012-08-202-93/+194
* | | Merge "Revert "SurfaceTexture: call ConsumerBase::freeBufferLocked"" into jb-...Jamie Gennis2012-08-201-1/+0
|\ \ \
| * | | Revert "SurfaceTexture: call ConsumerBase::freeBufferLocked"Jamie Gennis2012-08-201-1/+0
* | | | Merge "SurfaceTexture: call ConsumerBase::freeBufferLocked" into jb-mr1-devJamie Gennis2012-08-201-0/+1
|\ \ \ \ | |/ / /
| * | | SurfaceTexture: call ConsumerBase::freeBufferLockedJamie Gennis2012-08-201-0/+1
* | | | resolved conflicts for merge of 21938749 to jb-mr1-devJean-Baptiste Queru2012-08-201-6/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix error trap in SurfaceTexture ClientSteve Critchlow2012-07-101-6/+10
* | | | Merge "SurfaceTexture: inherit from ConsumerBase" into jb-mr1-devJamie Gennis2012-08-172-194/+93
|\ \ \ \ | | |/ / | |/| |
| * | | SurfaceTexture: inherit from ConsumerBaseJamie Gennis2012-08-162-194/+93
| | |/ | |/|
* | | display states can't share the dirty flagsMathias Agopian2012-08-161-3/+3
|/ /
* | Merge "Add a very simple helper function to log slow functions." into jb-mr1-devJeff Brown2012-08-132-0/+38
|\ \
| * | Add a very simple helper function to log slow functions.Jeff Brown2012-08-102-0/+38
* | | improve [un]marshalling of non-binder objectsMathias Agopian2012-08-134-84/+34
|/ /
* | make multi-display more realMathias Agopian2012-08-103-37/+160
* | libgui includes refactoringMathias Agopian2012-08-101-14/+14
* | improve Vector<> safety checksMathias Agopian2012-08-101-31/+22
* | SurfaceTexture: Fix a fence fd leak.Jamie Gennis2012-08-081-1/+1
* | Merge changes Ic3d35a93,I46ec942d into jb-mr1-devJamie Gennis2012-08-064-33/+231
|\ \
| * | SurfaceTexture: fix an out of bounds array accessJamie Gennis2012-08-061-3/+3
| * | surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-063-30/+228
* | | libutils cleanup: remove unused or seldom used code from misc.{cpp|h}Mathias Agopian2012-08-052-102/+19
|/ /
* | remove unneeded dependencies in libhardwareMathias Agopian2012-08-042-4/+0
* | screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-031-30/+0
* | Add missing break in switch statementRomain Guy2012-08-011-1/+1
* | libgui: enable EGL_fence_sync usage for exynos5Jamie Gennis2012-07-311-0/+3
* | Merge "log more info on fence sync_merge error" into jb-mr1-devMathias Agopian2012-07-301-2/+4
|\ \
| * | log more info on fence sync_merge errorMathias Agopian2012-07-301-2/+4
* | | Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl2012-07-281-6/+12
|\ \ \ | |/ / |/| |
| * | libs/ui: Add support for triple framebuffersNaseer Ahmed2012-07-091-6/+12
* | | get rid of the shared-memory control blockMathias Agopian2012-07-252-78/+20
* | | add a layerStack attribute to Layers.Mathias Agopian2012-07-241-0/+17
* | | update SF binder protocol to support setting display attributesMathias Agopian2012-07-243-13/+58
* | | Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.Nick Pelly2012-07-192-15/+26
* | | Remove freeze(), unfreeze() and setFreezeTint().Jeff Brown2012-07-162-48/+0
* | | Remove freezeDisplay(), which is no-op.Jeff Brown2012-07-161-14/+0
* | | Fix check for fence merge successJesse Hall2012-07-031-3/+3