summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Add a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-132-3/+12
* am 6426bd62: am f53f9c6d: [DO NOT MERGE] GraphicBufferAllocator: stall alloc ...Jamie Gennis2012-12-101-52/+108
|\
| * [DO NOT MERGE] GraphicBufferAllocator: stall alloc for async freesJamie Gennis2012-12-101-52/+108
* | am d4e70620: am 72c3f7d8: Revert "ConsumerBase: free buffers outside the lock"Jamie Gennis2012-12-071-24/+10
|\ \ | |/
| * Revert "ConsumerBase: free buffers outside the lock"Jamie Gennis2012-12-071-24/+10
* | am 2d659286: am 2e59d2c3: DO NOT MERGE GraphicBufferAllocator: make frees asyncJamie Gennis2012-12-071-11/+55
|\ \ | |/
| * DO NOT MERGE GraphicBufferAllocator: make frees asyncJamie Gennis2012-12-071-11/+55
* | am 3ed2736c: am b21a4e3b: ConsumerBase: free buffers outside the lockJamie Gennis2012-12-061-10/+24
|\ \ | |/
| * ConsumerBase: free buffers outside the lockJamie Gennis2012-12-061-10/+24
* | am 594a8773: am 764c197c: fix typo that broke all the buildsMathias Agopian2012-11-201-6/+3
|\ \ | |/
| * fix typo that broke all the buildsMathias Agopian2012-11-191-6/+3
* | am 1d3612f1: am 2a8c49eb: fix an out-of-bounds memory accessMathias Agopian2012-11-191-4/+6
|\ \ | |/
| * fix an out-of-bounds memory accessMathias Agopian2012-11-151-4/+6
* | am 434e21bf: am 3fdeb48e: Reduce emulator logspamAndy McFadden2012-11-091-2/+2
|\ \ | |/
| * Reduce emulator logspamAndy McFadden2012-11-081-2/+2
* | am 04075569: Revert "Revert "put back the unused virtuals in Vector<>""Dave Burke2012-10-251-0/+19
|\ \ | |/
| * Revert "Revert "put back the unused virtuals in Vector<>""Dave Burke2012-10-251-0/+19
* | am ba7dc2db: Merge "SurfaceFlinger: add support for secure displays" into jb-...Jamie Gennis2012-10-222-21/+11
|\ \ | |/
| * SurfaceFlinger: add support for secure displaysJamie Gennis2012-10-222-21/+11
* | am 7f79a2bd: Merge "BufferQueue: alloc without holding the lock" into jb-mr1-devJamie Gennis2012-10-171-11/+25
|\ \ | |/
| * Merge "BufferQueue: alloc without holding the lock" into jb-mr1-devJamie Gennis2012-10-171-11/+25
| |\
| | * BufferQueue: alloc without holding the lockJamie Gennis2012-10-111-11/+25
* | | am 125becee: am 7abbbc68: Merge "Add TEMP_FAILURE_RETRY to ZipUtils"Kenny Root2012-10-162-27/+7
|\ \ \
| * | | Add TEMP_FAILURE_RETRY to ZipUtilsKenny Root2012-10-162-27/+7
* | | | am 3365c567: Merge "SurfaceFlinger: add animation transactions" into jb-mr1-devJamie Gennis2012-10-151-1/+22
|\ \ \ \ | | |/ / | |/| |
| * | | SurfaceFlinger: add animation transactionsJamie Gennis2012-10-151-1/+22
* | | | am 9bdaa60b: Merge "Add TEMP_FAILURE_RETRY around open and write calls" into ...Kenny Root2012-10-121-5/+8
|\ \ \ \ | |/ / /
| * | | Add TEMP_FAILURE_RETRY around open and write callsKenny Root2012-10-121-5/+8
| | |/ | |/|
* | | am 45778999: Merge "Fence didn\'t manager sync_wait error codes properly" int...Mathias Agopian2012-10-091-5/+6
|\ \ \ | |/ /
| * | Merge "Fence didn't manager sync_wait error codes properly" into jb-mr1-devMathias Agopian2012-10-091-5/+6
| |\ \
| | * | Fence didn't manager sync_wait error codes properlyMathias Agopian2012-10-091-5/+6
* | | | am 2a09bb32: Add blankDisplay/unblankDisplay to SurfaceComposerClient.Jeff Brown2012-10-091-0/+8
|\ \ \ \ | |/ / /
| * | | Add blankDisplay/unblankDisplay to SurfaceComposerClient.Jeff Brown2012-10-081-0/+8
| |/ /
* | | am 6d24eef4: Merge "Revert "ugly, temporary, workaroung for a problem where a...Dave Burke2012-10-071-12/+0
|\ \ \ | |/ /
| * | Merge "Revert "ugly, temporary, workaroung for a problem where a binder threa...Dave Burke2012-10-071-12/+0
| |\ \
| | * | Revert "ugly, temporary, workaroung for a problem where a binder thread spins...Dave Burke2012-10-061-12/+0
* | | | am dba919c5: Merge "ugly, temporary, workaroung for a problem where a binder ...Dave Burke2012-10-051-0/+12
|\ \ \ \ | |/ / /
| * | | Merge "ugly, temporary, workaroung for a problem where a binder thread spins ...Dave Burke2012-10-051-0/+12
| |\ \ \ | | |/ /
| | * | ugly, temporary, workaroung for a problem where a binder thread spins foreverMathias Agopian2012-10-051-0/+12
* | | | am 9504eb91: Fix race condition in ConsumerBase::addReleaseFence()Jesse Hall2012-10-053-3/+8
|\ \ \ \ | |/ / /
| * | | Fix race condition in ConsumerBase::addReleaseFence()Jesse Hall2012-10-053-3/+8
| |/ /
* | | am 0e8fcc2c: Merge "Fix missing parens in CleanSpec.mk." into jb-mr1-devStephen Hines2012-10-041-0/+1
|\ \ \ | |/ /
| * | Fix missing parens in CleanSpec.mk.Stephen Hines2012-10-041-0/+1
* | | am 3fbbd076: Fix broken CleanSpec.mk in libs/guiRaph Levien2012-10-041-1/+1
|\ \ \ | |/ /
| * | Fix broken CleanSpec.mk in libs/guiRaph Levien2012-10-041-1/+1
* | | am a573945d: libgui: enable fence support for exynos5Jamie Gennis2012-10-032-1/+3
|\ \ \ | |/ /
| * | libgui: enable fence support for exynos5Jamie Gennis2012-10-032-1/+3
* | | am 3fd12e41: libgui: fix up compile optionsJamie Gennis2012-10-034-51/+12
|\ \ \ | |/ /
| * | libgui: fix up compile optionsJamie Gennis2012-10-034-51/+12
* | | am ba607d53: Add Fence::waitForever which logs a warning timeout, and use itJesse Hall2012-10-025-8/+26
|\ \ \ | |/ /