summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add Thread::isRunning and Condition::signal(WakeUpType)Romain Guy2013-03-111-0/+5
* | | | | | add two libgui testsMathias Agopian2013-03-081-0/+75
* | | | | | rename binder services main thread to Binder_*Mathias Agopian2013-03-072-23/+36
* | | | | | Fix RefBase debugging. O_CREAT must specify the mode.Mathias Agopian2013-03-061-1/+1
|/ / / / /
* | | | | Merge "CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y...Igor Murashkin2013-03-051-9/+255
|\ \ \ \ \
| * | | | | CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16Igor Murashkin2013-03-051-9/+255
| | |_|/ / | |/| | |
* | | | | Merge "rework screenshot API and implementation" into jb-mr2-devMathias Agopian2013-03-052-2/+43
|\ \ \ \ \
| * | | | | rework screenshot API and implementationMathias Agopian2013-03-012-2/+43
* | | | | | Fix reading NULL Surfaces from ParcelsJesse Hall2013-03-021-1/+1
| |/ / / / |/| | | |
* | | | | Revert "Change SurfaceControl setPosition to take floats"Dave Burke2013-03-011-1/+1
|/ / / /
* | | | CpuConsumer: Add optional asynchronous modeEino-Ville Talvala2013-02-281-2/+2
* | | | CpuConsumer: Don't unlock buffers on producer disconnectEino-Ville Talvala2013-02-281-20/+26
* | | | Add createTJunctionFreeRegionChris Craik2013-02-275-85/+312
* | | | Added a test that checks the error behavior of ConsumerBase::abandonMathias Agopian2013-02-251-1/+31
* | | | Change SurfaceControl setPosition to take floatsMichael Wright2013-02-211-1/+1
* | | | Merge "get rid of Surface::getISurfaceTexture()"Mathias Agopian2013-02-211-1/+1
|\ \ \ \
| * | | | get rid of Surface::getISurfaceTexture()Mathias Agopian2013-02-191-1/+1
* | | | | Fixes to native app ops servicesEino-Ville Talvala2013-02-192-22/+20
|/ / / /
* | | | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-148-1128/+968
* | | | get rid of Surface identity and tokenMathias Agopian2013-02-134-122/+99
* | | | Merge changes I50831d4e,I5360aebeJamie Gennis2013-02-139-64/+62
|\ \ \ \
| * | | | libgui: disallow NULL Fence pointersJamie Gennis2013-02-129-64/+62
* | | | | App ops: new native access API.Dianne Hackborn2013-02-124-0/+341
|/ / / /
* | | | Revert "try to fix win_sdk build."Nick Kralevich2013-02-021-1/+1
* | | | try to fix win_sdk build.Nick Kralevich2013-02-011-1/+1
* | | | Fix memory leak when getting signal time for unsignaled fencesJesse Hall2013-01-141-0/+1
* | | | Minor tweaks.Andy McFadden2013-01-081-1/+1
* | | | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-1814-177/+178
* | | | Merge "Add NULL check to CallStack::toString"Marco Nelissen2012-12-171-1/+3
|\ \ \ \
| * | | | Add NULL check to CallStack::toStringMarco Nelissen2012-12-171-1/+3
* | | | | stop using a deprecated SurfaceTextureClient ctorJamie Gennis2012-12-122-3/+3
* | | | | Merge "SurfaceTextureClient: remove a deprecated ctor"Jamie Gennis2012-12-121-8/+0
|\ \ \ \ \
| * | | | | SurfaceTextureClient: remove a deprecated ctorJamie Gennis2012-12-121-8/+0
* | | | | | Merge "SurfaceFlinger: Move GraphicBufferAlloc to libgui"Jamie Gennis2012-12-122-11/+65
|\ \ \ \ \ \
| * | | | | | SurfaceFlinger: Move GraphicBufferAlloc to libguiJamie Gennis2012-12-112-11/+65
| |/ / / / /
* | | | | | Avoid unnecessary texture bindAndy McFadden2012-12-111-16/+16
|/ / / / /
* | | | | Refactor SurfaceTexture a bit.Andy McFadden2012-12-112-139/+192
|/ / / /
* | | | am 50f8d285: am d4e70620: am 72c3f7d8: Revert "ConsumerBase: free buffers out...Jamie Gennis2012-12-071-24/+10
|\ \ \ \ | |/ / /
| * | | 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 05989772: am 3ed2736c: am b21a4e3b: ConsumerBase: free buffers outside the...Jamie Gennis2012-12-061-10/+24
|\ \ \ \ | |/ / /
| * | | 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
* | | | Add LinearAllocatorChris Craik2012-12-052-0/+232
* | | | utils: clarify scoped tracing functionalityAlex Ray2012-11-301-1/+1
* | | | utils: Use cutils tracing functionality.Alex Ray2012-11-291-45/+5