summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in fon...John Reck2015-04-101-0/+2
|\
| * Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited."John Reck2015-04-101-0/+2
| |\
| | * Fix GL_INVALID_OPERATION in font renderer when font cache is limited.chaochen2014-08-291-0/+2
* | | am 6b6645c8: am 1a595833: am d56e087b: Merge "Fixing memory leak in RenderBuf...John Reck2015-04-101-0/+5
|\ \ \ | |/ /
| * | Merge "Fixing memory leak in RenderBufferCache"John Reck2015-04-101-0/+5
| |\ \
| | * | Fixing memory leak in RenderBufferCacheSamsung2014-09-241-0/+5
| | |/
* | | Merge "Update the shadow fall off function from cosine to gaussian."ztenghui2015-04-093-12/+19
|\ \ \
| * | | Update the shadow fall off function from cosine to gaussian.ztenghui2015-04-093-12/+19
* | | | Fix 64-bit build.Ying Wang2015-04-071-1/+1
* | | | Add stat collection start timeJohn Reck2015-04-062-1/+8
* | | | Merge "Fix path clipping in VectorDrawable"Chris Craik2015-04-061-2/+3
|\ \ \ \
| * | | | Fix path clipping in VectorDrawableChris Craik2015-04-061-2/+3
* | | | | Delete pre-glop pathChris Craik2015-04-037-2013/+221
|/ / / /
* | | | Fix warn log formatJohn Reck2015-03-311-1/+1
|/ / /
* | | Merge "Enter RectangleMode when the clip region is a rectangle"Tom Hudson2015-03-312-8/+13
|\ \ \
| * | | Enter RectangleMode when the clip region is a rectangleTom Hudson2015-03-302-8/+13
* | | | Merge "Fix glop usage for drawTextureLayer"Chris Craik2015-03-301-0/+2
|\ \ \ \
| * | | | Fix glop usage for drawTextureLayerChris Craik2015-03-301-0/+2
| |/ / /
* | | | Merge "Add GraphicsStatsService"John Reck2015-03-306-54/+190
|\ \ \ \ | |/ / / |/| | |
| * | | Add GraphicsStatsServiceJohn Reck2015-03-276-54/+190
* | | | 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
| |/ /
* | | 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
* | | Cleanups & simplificationsJohn Reck2015-03-1111-37/+45
* | | 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
|\ \ \ \ \ | |/ / / / |/| | | |