summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Glop mesh reorg, support for drawBitmapMesh"Chris Craik2015-02-268-135/+179
|\
| * Glop mesh reorg, support for drawBitmapMeshChris Craik2015-02-268-135/+179
* | Merge "Remove renderer abstract class"Chris Craik2015-02-265-273/+112
|\ \ | |/
| * Remove renderer abstract classChris Craik2015-02-255-273/+112
* | Merge "Glop support for custom textured UVs, simplify drawBitmap(src,dst)"Chris Craik2015-02-267-68/+100
|\ \ | |/
| * Glop support for custom textured UVs, simplify drawBitmap(src,dst)Chris Craik2015-02-257-68/+100
* | Merge "Add null egl/gles stub support"John Reck2015-02-269-25/+448
|\ \ | |/ |/|
| * Add null egl/gles stub supportJohn Reck2015-02-259-25/+448
* | am 287c53f4: am 76507a64: am 72dc62ea: Merge "Track removal of refcounts from...Narayan Kamath2015-02-242-4/+4
|\ \
| * \ am 72dc62ea: Merge "Track removal of refcounts from FileMap."Narayan Kamath2015-02-242-4/+4
| |\ \
| | * | Track removal of refcounts from FileMap.Narayan Kamath2015-02-232-4/+4
* | | | Merge "Fix atrace saveLayer flag logging"Chris Craik2015-02-241-3/+4
|\ \ \ \
| * | | | Fix atrace saveLayer flag loggingChris Craik2015-02-231-3/+4
* | | | | Merge "Simplify Texture member initialization"Chris Craik2015-02-235-66/+23
|\ \ \ \ \