aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am 7c7e5653: Merge from open-source masterJean-Baptiste Queru2010-12-020-0/+0
|\
| * Merge from open-source masterJean-Baptiste Queru2010-12-022-4/+4
| |\
| | * Merge "Fix compilation errors:"Jean-Baptiste Queru2010-12-012-4/+4
| | |\
| | | * Fix compilation errors:Rene Bolldorf2010-08-172-4/+4
* | | | Skia: Merge upstream patch series that refactors SkCanvas to avoid subclassing.tedbo2010-11-118-249/+323
* | | | Prevent crash when the Xfermode is null in A8 targets.Romain Guy2010-11-041-2/+4
* | | | Fix drawing pictures in different threads.Patrick Scott2010-11-022-0/+4
* | | | Added generation ID to SkPaint to easily detect changed object.Chet Haase2010-10-252-32/+146
* | | | Fix 3117581, where BitmapRegionDecoder fails in building tile index forWei-Ta Chen2010-10-201-24/+4
* | | | Fix 3071104, where decodeRegion returned false for some large image.Wei-Ta Chen2010-10-183-20/+39
* | | | Correctly flatten/unflatten the fMode field.Romain Guy2010-09-291-0/+2
* | | | Expose SkPictureFlatRomain Guy2010-09-261-0/+0
* | | | am d178ac36: am 956f20ce: Use MOTOYA Japanese fonts (MTLmr3m.ttf, MTLc3m.ttf)...satok2010-09-241-0/+2
|\ \ \ \ | |/ / /
| * | | am 956f20ce: Use MOTOYA Japanese fonts (MTLmr3m.ttf, MTLc3m.ttf) for Japanese...satok2010-09-241-0/+2
| |\ \ \
| | * | | Use MOTOYA Japanese fonts (MTLmr3m.ttf, MTLc3m.ttf) for Japanese fontssatok2010-09-241-0/+2
* | | | | am 2626a123: am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecode...Wei-Ta Chen2010-09-224-14/+13
|\ \ \ \ \ | |/ / / /
| * | | | am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previo...Wei-Ta Chen2010-09-224-14/+13
| |\ \ \ \ | | |/ / /
| | * | | Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming w...Wei-Ta Chen2010-09-224-14/+13
| | |\ \ \
| | | * | | Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming was reve...Wei-Ta Chen2010-09-204-14/+13
* | | | | | am 9348eeb7: am 6a7506af: Fix the sim build in master by casting void* to cha...Wei-Ta Chen2010-09-191-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 6a7506af: Fix the sim build in master by casting void* to char* before doi...Wei-Ta Chen2010-09-191-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix the sim build in master by casting void* to char* before doing arithmetic.Wei-Ta Chen2010-09-201-1/+1
* | | | | | am 2ff9c8dd: am 58971879: Add the tile-based decoding capability to the PNG d...Joseph Wen2010-09-194-153/+455
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 58971879: Add the tile-based decoding capability to the PNG decoder.Joseph Wen2010-09-194-153/+455
| |\ \ \ \ \ | | |/ / / /
| | * | | | Add the tile-based decoding capability to the PNG decoder.Joseph Wen2010-09-204-153/+455
| | |/ / /
* | | | | am 89913494: am f610b335: Support various types of animation gif.Makoto Kamiya2010-09-101-75/+295
|\ \ \ \ \ | |/ / / /
| * | | | am f610b335: Support various types of animation gif.Makoto Kamiya2010-09-101-75/+295
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Support various types of animation gif.Makoto Kamiya2010-09-031-75/+295
| | |/
* | | am 3a1cc970: Fix bug in SkImageDecoderJoseph Wen2010-09-107-43/+47
|\ \ \ | |/ /
| * | Fix bug in SkImageDecoderJoseph Wen2010-09-107-43/+47
* | | Merge "Expose Xfermode's mode in the SkXfermode class."Romain Guy2010-09-092-8/+16
|\ \ \
| * | | Expose Xfermode's mode in the SkXfermode class.Romain Guy2010-09-092-8/+16
* | | | am 6c2274b8: Fix SkJpegUtility bug.Joseph Wen2010-09-091-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix SkJpegUtility bug.Joseph Wen2010-09-091-2/+2
* | | | am ea22e420: Fix bug in SkImageDecoder.buildTileIndex()Joseph Wen2010-09-081-3/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix bug in SkImageDecoder.buildTileIndex()Joseph Wen2010-09-091-3/+13
* | | am 5c51fb3a: Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."Wei-Ta Chen2010-09-080-0/+0
|\ \ \ | |/ /
| * | Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."Wei-Ta Chen2010-09-084-13/+14
* | | Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."Wei-Ta Chen2010-09-084-13/+14
* | | am 2d8e7825: Rename SkLargeBitmap to SkBitmapRegionDecoder.Wei-Ta Chen2010-09-074-14/+13
|\ \ \ | |/ /
| * | Rename SkLargeBitmap to SkBitmapRegionDecoder.Wei-Ta Chen2010-09-064-14/+13
* | | Ensure the OpenGL renderer is not given gamma corrected fonts.Romain Guy2010-08-272-10/+18
* | | am 4ec6d1c7: Fix bug in SkJPEGImageDecoder.Joseph Wen2010-08-241-11/+6
|\ \ \ | |/ /
| * | Fix bug in SkJPEGImageDecoder.Joseph Wen2010-08-231-11/+6
* | | am e7e6c37f: (-s ours) DO NOT MERGE. Add an API to correctly copy the isOpaqu...Romain Guy2010-08-210-0/+0
|\ \ \ | |/ /
| * | DO NOT MERGE. Add an API to correctly copy the isOpaque flage of an ImageRef ...Romain Guy2010-08-192-0/+16
* | | Applies the paint's alpha to drop shadows.Romain Guy2010-08-191-1/+8
* | | Add an API to correctly copy the isOpaque flage of an ImageRef to Bitmap.Romain Guy2010-08-192-0/+16
* | | am ae3c9823: Fix master sim breakJoseph Wen2010-08-172-2/+5
|\ \ \ | |/ /
| * | Fix master sim breakJoseph Wen2010-08-172-2/+5