summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Use default visibility for Snapshot::getLocalClip.Ben Cheng2014-04-021-1/+1
* AArch64: Make frameworks/base code more portableAshok Bhat2014-03-276-26/+29
* Solve three memory leaks related to PatchCacheJens Gulin2014-03-252-2/+16
* androidfw: resolve 64-bit build issuesMark Salyzyn2014-03-196-98/+98
* LP64: Make 9 patches architecture agnostic.Narayan Kamath2014-03-103-40/+40
* Merge "Various format string fixes for 64bit"Narayan Kamath2014-02-281-4/+4
|\
| * Various format string fixes for 64bitKévin PETIT2014-02-241-4/+4
* | Fix AOSP build - DO NOT MERGEChris Craik2014-02-261-1/+1
* | Fix graphics corruption caused by HWUI cachesSangkyu Lee2014-02-264-15/+29
|/
* Merge "Fixes for 64bit in libhwui"Narayan Kamath2014-02-212-2/+2
|\
| * Fixes for 64bit in libhwuiKévin PETIT2014-02-212-2/+2
* | AArch64: Make AssetAtlasService 64-bit compatibleAshok Bhat2014-02-202-7/+12
* | libandroidfw: fix build error for 64-bitPatrik Bannura2014-02-201-39/+36
|/
* Extended locales in AAPT / AssetManager.Narayan Kamath2014-02-143-46/+114
* AssetManager support for 3 letter lang/country codes.Narayan Kamath2014-02-143-45/+347
* Use size_t* in AssetManager::createIdmapColin Cross2014-02-111-1/+1
* Merge "Runtime resource overlay, iteration 2"Dianne Hackborn2014-02-112-172/+218
|\
| * Runtime resource overlay, iteration 2Mårten Kongstad2014-02-032-172/+218
* | Merge "New command line tool 'idmap'"Dianne Hackborn2014-02-112-1/+26
|\ \ | |/
| * New command line tool 'idmap'Mårten Kongstad2014-02-032-1/+26
* | Fix TinyHashMap to use generic hash_type instead of hash_tAshok Bhat2014-02-071-4/+2
* | Merge "Fix for positioning of glyphs within a bitmap"Chris Craik2014-02-051-3/+3
|\ \ | |/ |/|
| * Fix for positioning of glyphs within a bitmapAlexander Toresson2014-01-231-3/+3
* | Change ResourceType cookies to int32_t.Narayan Kamath2014-01-312-17/+17
* | AssetManager cookies should be int32_t and not void*.Narayan Kamath2014-01-271-13/+12
|/
* Initialize pointer members to NULL to avoid illegal referencelina.x.pi2014-01-171-1/+1
* Handle user-defined cache path for RS.Tim Murray2013-12-181-1/+3
* 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
* Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-2291-7635/+5698
|\
| * Take SkBitmap's stride into account when uploading texturesRomain Guy2013-09-255-18/+29
| * Merge "Correct bitmap merging logic" into klp-devChris Craik2013-09-215-13/+8
| |\
| | * Correct bitmap merging logicChris Craik2013-09-205-13/+8
| * | fix emoji clipping in hw draw pathVictoria Lease2013-09-191-1/+1
| |/
| * Merge "Conservatively estimate geometry bounds" into klp-devChris Craik2013-09-184-18/+43
| |\
| | * Conservatively estimate geometry boundsChris Craik2013-09-174-18/+43
| * | Merge "Disallow negative scale matrices in merged Bitmap drawing" into klp-devChris Craik2013-09-184-3/+21
| |\ \
| | * | Disallow negative scale matrices in merged Bitmap drawingChris Craik2013-09-164-3/+21
| | |/
| * | Fix merged operation clippingChris Craik2013-09-131-1/+1
| |/
| * Always disable the clip for layersRomain Guy2013-09-121-4/+2
| * Merge "Move DeferredDisplayState out of ops" into klp-devChris Craik2013-09-126-143/+195
| |\
| | * Move DeferredDisplayState out of opsChris Craik2013-09-126-143/+195
| * | Fix another off-by-one error in ZipFileROKenny Root2013-09-111-1/+1
| * | Reconcile differences between zip implementationsKenny Root2013-09-111-65/+129
| * | Revert "Reconcile differences between zip implementations"Kenny Root2013-09-111-129/+65
| * | Reconcile differences between zip implementationsKenny Root2013-09-111-65/+129
| * | Merge "Fix scissor for functor invocation" into klp-devJohn Reck2013-09-101-2/+4
| |\ \
| | * | Fix scissor for functor invocationJohn Reck2013-09-101-2/+4
| * | | Fix FontRenderer bug.Tim Murray2013-09-101-1/+1
| |/ /
| * | Add flags word to initialization.Tim Murray2013-09-091-1/+1
| |/