summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-221-8/+8
* Merge "improved CallStack a bit" into jb-mr2-devMathias Agopian2013-03-224-16/+15
|\
| * improved CallStack a bitMathias Agopian2013-03-214-16/+15
* | Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-devEino-Ville Talvala2013-03-211-29/+47
|\ \
| * | CpuConsumer: Properly track acquired buffersEino-Ville Talvala2013-03-051-29/+47
* | | Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" in...Ramanan Rajeswaran2013-03-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Revert "Revert "Change SurfaceControl setPosition to take floats""Ramanan Rajeswaran2013-03-211-1/+1
| |/
* | fix build. update test to new APIMathias Agopian2013-03-201-11/+11
* | rework how we take screenshots for a CPU consumerMathias Agopian2013-03-192-70/+55
* | disable RefBase consistency checks (NDEBUG)Mathias Agopian2013-03-191-1/+1
* | Fix a crasher with RefBase debugging and vectors of wp<>Mathias Agopian2013-03-191-9/+15
* | Merge "A few tweaks to RefBase debugging" into jb-mr2-devMathias Agopian2013-03-191-17/+11
|\ \
| * | A few tweaks to RefBase debuggingMathias Agopian2013-03-181-17/+11
* | | Fix argument types in IGraphicBufferProducer methodsJesse Hall2013-03-184-12/+12
|/ /
* | Add Vector::resize()Jesse Hall2013-03-151-0/+10
* | fix a couple race-conditions in RefBase::promote()Dianne Hackborn2013-03-141-26/+67
* | am 7212ff29: am 20e154f1: Merge "Second try at adding a compatibility symbol ...Elliott Hughes2013-03-141-0/+9
|\ \
| * | Second try at adding a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-131-0/+9
| * | Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-142-12/+3
* | | Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-142-12/+3
* | | am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBas...Elliott Hughes2013-03-132-3/+12
|\ \ \ | |/ /
| * | 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
* | | | Surface can now be created only from an IGraphicBufferProducerMathias Agopian2013-03-121-36/+5
* | | | get rid of ISurfaceMathias Agopian2013-03-125-111/+46
* | | | temporary: enable ASSERTs in RefBaseMathias Agopian2013-03-111-0/+1
* | | | workaround a deadlock when taking screenshots into a surfaceMathias Agopian2013-03-111-2/+2
* | | | Merge "Add Thread::isRunning and Condition::signal(WakeUpType)" into jb-mr2-devRomain Guy2013-03-111-0/+5
|\ \ \ \
| * | | | 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
|\ \ \