aboutsummaryrefslogtreecommitdiff
path: root/resources
AgeCommit message (Expand)Author
2017-09-28Avoid uninitialized memory in readByteArrayAsDataLeon Scroggins III
2017-09-25Add animated cowboy sample from WebKit tests, and fix.Jim Van Verth
2017-08-14Move lang to list in Android font manager.Ben Wagner
2017-08-08Remove SkTypeface::Style from fuzzers and lua.Ben Wagner
2017-07-14Fix double delete in SkBmpCodecLeon Scroggins III
2017-06-07Make SkCodec more flexible about its required frameLeon Scroggins III
2017-06-05Defend against ICOs with large BMPs embeddedLeon Scroggins III
2017-06-01Better image for copyTo4444 testMatt Sarett
2017-05-23Add ship.png for DrawShip sampleJim Van Verth
2017-05-23Add Material Design shadow reference sampleJim Van Verth
2017-05-23Add animation support to SkWebpCodecLeon Scroggins III
2017-05-17Add tool to create test images with interesting color profilesMatt Sarett
2017-05-09Add jpeg encoder alpha handling optionMatt Sarett
2017-05-05Avoid interpolating color lut with less than 2 pointsMatt Sarett
2017-04-26SkPngCodec: Do not return kInvalidConversion on corrupt pngMatt Sarett
2017-04-17Add a test for getFrameInfo on truncated dataLeon Scroggins III
2017-04-11Correct GIF frame dependencies and track alphaLeon Scroggins III
2017-02-24Set a limit on the size for BMP imagesLeon Scroggins III
2017-02-07Reland "Respect canvas size and frame offset in webp decoder"Matt Sarett
2017-02-07Revert "Reland "Respect canvas size and frame offset in webp decoder""Matt Sarett
2017-02-06Reland "Respect canvas size and frame offset in webp decoder"Matt Sarett
2017-02-06Revert "Respect canvas size and frame offset in webp decoder"Robert Phillips
2017-02-03Respect canvas size and frame offset in webp decoderMatt Sarett
2017-01-19Use fixed size buffer for RLE bmpsLeon Scroggins III
2017-01-03GIF: Better check for frame dependencyLeon Scroggins III
2016-12-16Only attempt index8 if underlying GIF is index8Leon Scroggins III
2016-12-15Stop supporting kUnknown_BmpHeaderTypeLeon Scroggins III
2016-12-13SkGifCodec: intersect frameRect with image sizeLeon Scroggins III
2016-12-02Do not create an SkRawCodec with zero dimensionsLeon Scroggins III
2016-11-08Fail jpeg decodes on too many progressive scansMatt Sarett
2016-11-01Report repetition count in SkCodecscroggo
2016-10-31Use correct color table for prior GIF framesLeon Scroggins III
2016-10-31Reject non-D50 matrices from ICC profilesMatt Sarett
2016-10-26SkGifCodec: do not write off the end of memory when repeatCount > 1Matt Sarett
2016-10-18Refactored SkColorSpace and added in a Lab PCS GMraftias
2016-10-17Avoid integer overflow in SkIcoCodec and SkImageInfoMatt Sarett
2016-10-17Revert "Avoid integer overflow in SkIcoCodec"Matt Sarett
2016-10-17Avoid integer overflow in SkIcoCodecMatt Sarett
2016-09-20GM: add test for type1 fonthalcanary
2016-09-02BUG=skia:5602hcm
2016-08-24Parse ICC profiles from webpsmsarett
2016-08-16Revert of Add regression test (patchset #2 id:20001 of https://codereview.chr...msarett
2016-08-15Add regression testmsarett
2016-07-29Fix various SkColorSpace bugsmsarett
2016-07-12Use hintgasp font when testing rendering.bungeman
2016-07-06Add gm for various font rendering combinations.bungeman
2016-05-27Add interesting features to visualize_color_gamutmsarett
2016-05-23Test color correction in DMmsarett
2016-05-13Simple program for visualizing gamutsmsarett
2016-05-11Add png for difficult but common blit cases.herb