aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
Commit message (Expand)AuthorAge
* Make SkAndroidCodec (optionally) respect originGravatar Leon Scroggins III2018-01-26
* Add a GM and images to test SkEncodedOriginGravatar Leon Scroggins III2018-01-17
* [skotty] Fix path close handlingGravatar Florin Malita2017-12-31
* Initial Lottie loader impl (Skotty)Gravatar Florin Malita2017-12-30
* Fix Adobe RGB color space in SkiaGravatar Brian Osman2017-12-20
* resources: orgainize directory.Gravatar Hal Canary2017-12-08
* Extract Android FontMgr part of Typeface test.Gravatar Ben Wagner2017-11-13
* Avoid uninitialized memory in readByteArrayAsDataGravatar Leon Scroggins III2017-09-28
* Add animated cowboy sample from WebKit tests, and fix.Gravatar Jim Van Verth2017-09-25
* Move lang to list in Android font manager.Gravatar Ben Wagner2017-08-14
* Remove SkTypeface::Style from fuzzers and lua.Gravatar Ben Wagner2017-08-08
* Fix double delete in SkBmpCodecGravatar Leon Scroggins III2017-07-14
* Make SkCodec more flexible about its required frameGravatar Leon Scroggins III2017-06-07
* Defend against ICOs with large BMPs embeddedGravatar Leon Scroggins III2017-06-05
* Better image for copyTo4444 testGravatar Matt Sarett2017-06-01
* Add ship.png for DrawShip sampleGravatar Jim Van Verth2017-05-23
* Add Material Design shadow reference sampleGravatar Jim Van Verth2017-05-23
* Add animation support to SkWebpCodecGravatar Leon Scroggins III2017-05-23
* Add tool to create test images with interesting color profilesGravatar Matt Sarett2017-05-17
* Add jpeg encoder alpha handling optionGravatar Matt Sarett2017-05-09
* Avoid interpolating color lut with less than 2 pointsGravatar Matt Sarett2017-05-05
* SkPngCodec: Do not return kInvalidConversion on corrupt pngGravatar Matt Sarett2017-04-26
* Add a test for getFrameInfo on truncated dataGravatar Leon Scroggins III2017-04-17
* Correct GIF frame dependencies and track alphaGravatar Leon Scroggins III2017-04-11
* Set a limit on the size for BMP imagesGravatar Leon Scroggins III2017-02-24
* Reland "Respect canvas size and frame offset in webp decoder"Gravatar Matt Sarett2017-02-07
* Revert "Reland "Respect canvas size and frame offset in webp decoder""Gravatar Matt Sarett2017-02-07
* Reland "Respect canvas size and frame offset in webp decoder"Gravatar Matt Sarett2017-02-06
* Revert "Respect canvas size and frame offset in webp decoder"Gravatar Robert Phillips2017-02-06
* Respect canvas size and frame offset in webp decoderGravatar Matt Sarett2017-02-03
* Use fixed size buffer for RLE bmpsGravatar Leon Scroggins III2017-01-19
* GIF: Better check for frame dependencyGravatar Leon Scroggins III2017-01-03
* Only attempt index8 if underlying GIF is index8Gravatar Leon Scroggins III2016-12-16
* Stop supporting kUnknown_BmpHeaderTypeGravatar Leon Scroggins III2016-12-15
* SkGifCodec: intersect frameRect with image sizeGravatar Leon Scroggins III2016-12-13
* Do not create an SkRawCodec with zero dimensionsGravatar Leon Scroggins III2016-12-02
* Fail jpeg decodes on too many progressive scansGravatar Matt Sarett2016-11-08
* Report repetition count in SkCodecGravatar scroggo2016-11-01
* Use correct color table for prior GIF framesGravatar Leon Scroggins III2016-10-31
* Reject non-D50 matrices from ICC profilesGravatar Matt Sarett2016-10-31
* SkGifCodec: do not write off the end of memory when repeatCount > 1Gravatar Matt Sarett2016-10-26
* Refactored SkColorSpace and added in a Lab PCS GMGravatar raftias2016-10-18
* Avoid integer overflow in SkIcoCodec and SkImageInfoGravatar Matt Sarett2016-10-17
* Revert "Avoid integer overflow in SkIcoCodec"Gravatar Matt Sarett2016-10-17
* Avoid integer overflow in SkIcoCodecGravatar Matt Sarett2016-10-17
* GM: add test for type1 fontGravatar halcanary2016-09-20
* BUG=skia:5602Gravatar hcm2016-09-02
* Parse ICC profiles from webpsGravatar msarett2016-08-24
* Revert of Add regression test (patchset #2 id:20001 of https://codereview.chr...Gravatar msarett2016-08-16
* Add regression testGravatar msarett2016-08-15