summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* am 80470cdf: Merge "Solve three memory leaks related to PatchCache"Chris Craik2014-03-252-2/+16
|\
| * Solve three memory leaks related to PatchCacheJens Gulin2014-03-252-2/+16
* | am 6e2fb587: Merge "LP64: Make 9 patches architecture agnostic."Narayan Kamath2014-03-102-4/+4
|\ \ | |/
| * LP64: Make 9 patches architecture agnostic.Narayan Kamath2014-03-102-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
|/
* Fix TinyHashMap to use generic hash_type instead of hash_tAshok Bhat2014-02-071-4/+2
* Fix for positioning of glyphs within a bitmapAlexander Toresson2014-01-231-3/+3
* 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
* Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-2268-1587/+3922
|\
| * 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
| * | 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
| * 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
| * | Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-319-172/+343
| |/
| * Merge "Fix 9patches' limitation of 32 empty quads"Romain Guy2013-07-243-13/+10
| |\
| | * Fix 9patches' limitation of 32 empty quadsRomain Guy2013-07-243-13/+10