summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Add contains point method to RegionMichael Wright2014-02-101-0/+16
* am 2b957503: am 74be0f7b: Merge "binder: fix all warnings"Colin Cross2014-02-068-36/+39
|\
| * binder: fix all warningsColin Cross2014-02-058-36/+39
* | am 8641112a: am 4e7fd950: Merge "Use 64 bit binder interface if TARGET_USES_6...Arve Hjønnevåg2014-02-041-0/+4
|\ \ | |/
| * Use 64 bit binder interface if TARGET_USES_64_BIT_BINDER _or_ TARGET_IS_64_BI...Arve Hjønnevåg2014-02-031-0/+4
* | am c93865de: am 58242fc2: Merge changes Ib0e5a037,I1bd7c38e,Icfc67c2a,I96c643...Arve Hjønnevåg2014-02-035-85/+117
|\ \ | |/
| * Binder: Use 64 bit pointers in 32 processes if selected by the targetArve Hjønnevåg2014-01-312-66/+71
| * Add BINDER_IPC_32BIT to CFLAGS unless TARGET_USES_64_BIT_BINDER is trueArve Hjønnevåg2014-01-311-0/+6
| * Binder: Make binder portableSerban Constantinescu2014-01-314-22/+43
| * Merge commit '1ee45c2d2d816ee912624d81ff1b0aaa98e8fa74' into HEADThe Android Open Source Project2013-12-053-20/+46
| |\
| * \ Merge commit 'afd0debe4bdf47dc0f968282ca1261842bb65d60' into HEADThe Android Open Source Project2013-11-22103-13328/+8464
| |\ \
* | \ \ Merge "Allow "opaque" flag to be updated"Andy McFadden2014-01-301-1/+6
|\ \ \ \
| * | | | Allow "opaque" flag to be updatedAndy McFadden2014-01-291-1/+6
* | | | | libgui: Fix segfault in SRGB testsDan Stoza2014-01-291-0/+2
* | | | | Moved androidfw back to frameworks/baseAdam Lesinski2014-01-2719-13290/+0
|/ / / /
* | | | AssetManager cookies should be int32_t and not void*.Narayan Kamath2014-01-271-13/+12
* | | | libgui: Add a test for SRGB surfacesDan Stoza2014-01-072-93/+224
* | | | libgui: Add a test suite for SRGB testingDan Stoza2013-12-122-0/+346
* | | | Merge changes I25acff1d,Iae67e62fNarayan Kamath2013-12-117-1005/+249
|\ \ \ \
| * | | | Add libutils dependency for libandroidfw host build.Narayan Kamath2013-12-111-2/+1
| * | | | Reimplement ZipFileRO in terms of libziparchive.Narayan Kamath2013-12-097-1004/+249
* | | | | libgui: Split SurfaceTexture tests into more filesDan Stoza2013-12-0921-2484/+2959
|/ / / /
* | | | libgui: Fix a couple of minor bugs, extract GLTestDan Stoza2013-11-264-346/+384
* | | | am 0d103b59: am f2f74ca6: Merge "Remove references to obsolete pmem functiona...Elliott Hughes2013-11-211-17/+3
|\ \ \ \
| * \ \ \ am f2f74ca6: Merge "Remove references to obsolete pmem functionality."Elliott Hughes2013-11-211-17/+3
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Remove references to obsolete pmem functionality.Elliott Hughes2013-11-211-17/+3
| | * | fix corruption in Vector<> when malloc faliedShuo Gao2013-10-221-2/+14
| * | | am 708cc794: Native counterpart of new power manager methodMarco Nelissen2013-10-251-0/+10
| |\ \ \
| | * | | Native counterpart of new power manager methodMarco Nelissen2013-10-251-0/+10
* | | | | gui: Add tests for IGraphicBufferProducerIgor Murashkin2013-11-214-9/+602
* | | | | gui: Remove BufferQueue::MIN_UNDEQUEUED_BUFFERSIgor Murashkin2013-11-181-0/+7
* | | | | gui: Update header docs for IGraphicBufferConsumer/Producer/BufferQueueIgor Murashkin2013-11-134-6/+6
* | | | | Re-apply androidfw fixes lost by the directory rearrangement.Elliott Hughes2013-10-292-2/+2
* | | | | am 47f0b989: am 3223217a: Only consume touches up until the frame timeMichael Wright2013-10-211-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | am 3223217a: Only consume touches up until the frame timeMichael Wright2013-10-211-3/+6
| |\ \ \ \ | | |/ / /
| | * | | Only consume touches up until the frame timeMichael Wright2013-10-211-3/+6
* | | | | am 251b11c2: am 85075869: Wait for buffers to drainAndy McFadden2013-10-181-17/+30
|\ \ \ \ \ | |/ / / /
| * | | | am 85075869: Wait for buffers to drainAndy McFadden2013-10-181-17/+30
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Wait for buffers to drainAndy McFadden2013-10-181-17/+30
* | | | Merge "Parse LED mappings in keylayout files"Michael Wright2013-10-182-2/+85
|\ \ \ \
| * | | | Parse LED mappings in keylayout filesMichael Wright2013-10-182-2/+85
* | | | | Native counterpart of new power manager methodMarco Nelissen2013-10-161-0/+10
|/ / / /
* | | | am 06c964d9: am 9c0dfa09: Merge "Eliminate latency when resampling is disable...Dave Burke2013-10-101-5/+5
|\ \ \ \ | |/ / /
| * | | am 9c0dfa09: Merge "Eliminate latency when resampling is disabled" into klp-devDave Burke2013-10-101-5/+5
| |\ \ \ | | |/ /
| | * | Merge "Eliminate latency when resampling is disabled" into klp-devDave Burke2013-10-111-5/+5
| | |\ \
| | | * | Eliminate latency when resampling is disabledMichael Wright2013-10-101-5/+5
* | | | | am 1f1e5768: am 5d6aa951: Merge "Change API from flush(handle) to flush(). Ca...Aravind Akella2013-10-102-6/+4
|\ \ \ \ \ | |/ / / /
| * | | | am 5d6aa951: Merge "Change API from flush(handle) to flush(). Call flush on a...Aravind Akella2013-10-102-6/+4
| |\ \ \ \ | | |/ / /
| | * | | Change API from flush(handle) to flush(). Call flush on all active sensors in...Aravind Akella2013-10-092-6/+4
| | |/ /
* | | | Fix the buildMike Lockwood2013-10-031-4/+0