summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* am 9af95574: am 1cadc07d: Merge "Change ResourceType cookies to int32_t."Narayan Kamath2014-01-312-17/+17
|\
| * Change ResourceType cookies to int32_t.Narayan Kamath2014-01-312-17/+17
* | am 30e20ac5: am ebd43d46: am dff83e2b: am d5970e9c: Merge "AssetManager cooki...Narayan Kamath2014-01-271-13/+12
|\ \ | |/
| * AssetManager cookies should be int32_t and not void*.Narayan Kamath2014-01-271-13/+12
* | am 38cf0704: am e9a7d229: am 66b5a2b2: am 5150eb8f: Merge "Initialize pointer...Chris Craik2014-01-171-1/+1
|\ \ | |/
| * Initialize pointer members to NULL to avoid illegal referencelina.x.pi2014-01-171-1/+1
* | Move some system services to separate directoriesAmith Yamasani2013-12-1941-0/+28732
|/
* 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
| |/
| * Dump the right matrix when logging display listsChris Craik2013-09-051-1/+1
| * Move functor GL setup to just before functorChris Craik2013-08-261-6/+9
| * Second attempt at avoiding infinite loop in PathCache::trim()Romain Guy2013-08-211-1/+16
| * Properly account for created paths in the cacheRomain Guy2013-08-212-1/+6
| * Add overdraw debugging that accounts for DeuteranomalyRomain Guy2013-08-214-9/+52
| * Handle updates to C++ API.Tim Murray2013-08-191-2/+3
| * Fix hardware layers lifecycleRomain Guy2013-08-161-0/+2
| * Prevent ANR in apps using drawPath()Romain Guy2013-08-161-1/+5
| * Clear FBO cache on full memory flushRomain Guy2013-08-161-0/+1
| * fix kBW_Format glyphsVictoria Lease2013-08-122-2/+5
| * Take shadow bounds into account for quick rejectsRomain Guy2013-08-093-3/+28
| * Remove an unnecessary allocationRomain Guy2013-08-092-20/+0
| * Split assets atlas batchesRomain Guy2013-08-064-7/+21
| * Remove an unused C zip API.Elliott Hughes2013-08-052-55/+0
| * Handle updates to RS C++ API.Tim Murray2013-08-023-11/+18
| * Merge "Fix quickReject's handling of AA ramp geometry"Chris Craik2013-08-025-12/+52
| |\
| | * Fix quickReject's handling of AA ramp geometryChris Craik2013-08-025-12/+52
| * | Fix region clipping bugsRomain Guy2013-08-013-6/+10
| * | Merge "Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)"Victoria Lease2013-08-019-172/+343
| |\ \