summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* am 485c25ba: am e3abfef6: am 82f6b16e: Merge "hwui : fix memory leak due to d...Chris Craik2015-03-251-0/+1
|\
| * Merge "hwui : fix memory leak due to duplicate in shadow cache"Chris Craik2015-03-251-0/+1
| |\
| | * hwui : fix memory leak due to duplicate in shadow cacheMykola Kondratenko2015-03-171-0/+1
* | | Update ShadowTesslator to support conicsDerek Sollenberger2015-03-251-0/+1
* | | Merge "Fix DrawFilter's usage in HWUI."Derek Sollenberger2015-03-252-2/+3
|\ \ \
| * | | Fix DrawFilter's usage in HWUI.Derek Sollenberger2015-03-252-2/+3
* | | | Merge "Shave another 10us off of hwuitask"John Reck2015-03-241-2/+4
|\ \ \ \
| * | | | Shave another 10us off of hwuitaskJohn Reck2015-03-241-2/+4
* | | | | Merge "Shave 10us off of hwuitask"John Reck2015-03-241-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | Shave 10us off of hwuitaskJohn Reck2015-03-241-2/+5
| |/ / /
* | | | resolved conflicts for merge of 4142f026 to masterJohn Reck2015-03-241-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxi...youngmin0822.lee2015-03-201-0/+1
| |/
* | Merge "Output modified bcp47 tag in ResTable_config::toString()"Adam Lesinski2015-03-201-6/+53
|\ \
| * | Output modified bcp47 tag in ResTable_config::toString()Adam Lesinski2015-03-161-6/+53
* | | Fix clang buildChris Craik2015-03-191-0/+2
* | | Use glops for text renderingChris Craik2015-03-189-113/+142
|/ /
* | Merge "Add conic support to HWUI path tessellator."Derek Sollenberger2015-03-161-0/+16
|\ \
| * | Add conic support to HWUI path tessellator.Derek Sollenberger2015-03-161-0/+16
* | | use SkFilterQuality instead of SkPaint::FilterLevelMike Reed2015-03-161-1/+1
|/ /
* | Refactor DisplayList path caching.Derek Sollenberger2015-03-137-135/+31
* | Merge "Enforce null-termination in ResStringPool::stringAt"Vishwath Mohan2015-03-121-0/+13
|\ \
| * | Enforce null-termination in ResStringPool::stringAtVishwath Mohan2015-03-111-0/+13
* | | Cleanups & simplificationsJohn Reck2015-03-1111-37/+45
|/ /
* | Merge "Prevent integer overflow in ResourceTypes"Vishwath Mohan2015-03-111-4/+8
|\ \
| * | Prevent integer overflow in ResourceTypesVishwath Mohan2015-03-101-4/+8
* | | Track down unsupported texture targetChris Craik2015-03-103-2/+13
* | | Merge "Glop based composeLayerRegion/Rect"Chris Craik2015-03-109-48/+112
|\ \ \ | |/ / |/| |
| * | Glop based composeLayerRegion/RectChris Craik2015-03-099-48/+112
* | | Merge "Rewrite glop texture asserts"Chris Craik2015-03-093-26/+39
|\ \ \
| * | | Rewrite glop texture assertsChris Craik2015-03-093-26/+39
| |/ /
* | | Merge "Fix unused local variale warning from clang/llvm."Chih-Hung Hsieh2015-03-071-5/+1
|\ \ \
| * | | Fix unused local variale warning from clang/llvm.Chih-Hung Hsieh2015-03-061-5/+1
* | | | Merge "Add percentiles"John Reck2015-03-062-1/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Add percentilesJohn Reck2015-03-062-1/+27
* | | | SkPorterDuff Multiply mode maps to SkXfermode modulate.Derek Sollenberger2015-03-061-5/+2
* | | | Merge "Avoid invalid shader creation for certain blend modes"Chris Craik2015-03-061-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid invalid shader creation for certain blend modesChris Craik2015-03-061-1/+4
| |/ /
* | | Remove uncessary include for SkPorterDuff.hDerek Sollenberger2015-03-051-1/+0
|/ /
* | Merge "Fix bug, change crashes to warnings"Tom Hudson2015-03-053-6/+21
|\ \
| * | Fix bug, change crashes to warningsTom Hudson2015-03-053-6/+21
* | | Patch cleanup, reenable Patch GlopsChris Craik2015-03-047-50/+39
* | | Temporarily disable Patch glopsChris Craik2015-03-041-1/+1
* | | Merge "Glop DrawPatch support"Chris Craik2015-03-033-1/+36
|\ \ \
| * | | Glop DrawPatch supportChris Craik2015-03-033-1/+36
* | | | Merge "Glop drawBitmaps, drawPatches"Chris Craik2015-03-035-90/+157
|\ \ \ \ | |/ / /
| * | | Glop drawBitmaps, drawPatchesChris Craik2015-03-035-90/+157
| |/ /
* | | Constructor cleanupChris Craik2015-03-026-55/+28
|/ /
* | Cleanup of FontRendererChris Craik2015-02-273-43/+31
* | Fix glop rendering within unclipped saveLayersChris Craik2015-02-277-47/+50
* | Glop TextureLayer supportChris Craik2015-02-276-25/+79