- 8a8e5fe Reland: Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
- 0fa156f remove inline allocation in SkRecord by Mike Klein · 8 years ago
- 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 8 years ago
- da90109 Make SkLiteDL::draw() const. by Mike Klein · 8 years ago
- cd25df9c make SkRecord normally SkRefCnt'd by Mike Klein · 8 years ago
- 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 8 years ago
- 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 8 years ago
- d177ae1 remove SkNx AVX code by Mike Klein · 8 years ago
- 3fbca26 Make sure NaNs clamp to 0 in color look up tables by Matt Sarett · 8 years ago
- 31f99ce SkCanvas constructor with legacy flag for Android framework by Matt Sarett · 8 years ago
- 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
- d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
- 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 8 years ago
- 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 8 years ago
- 891dde5 SkImageCacherator: Remove unneeded heuristic by Matt Sarett · 8 years ago
- c8e924c remove unused lockPixelsAreWritable by Mike Reed · 8 years ago
- 02a4867 Remove Index_8 handling in cacherator heuristic code by Brian Osman · 8 years ago
- 7b4202d Add multi-stop SkJumper stage. by Herb Derby · 8 years ago
- 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 8 years ago
- 1dd161c Fix infinite loop in SkRTree::insert() by Mike Klein · 8 years ago
- 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 8 years ago
- ca878cc simplify SkRRect serialization by Mike Klein · 8 years ago
- 42ce38f make copyTo_with_allocator android only by Mike Reed · 8 years ago
- 6ff6af9 handle odd-index-count in encode/decode by Mike Reed · 8 years ago
- 372bc4e fix 36605271 by Cary Clark · 8 years ago
- 9d9172f remove legacy vertices flag and code by Mike Reed · 8 years ago
- dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 8 years ago
- 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 8 years ago
- c0e52f4 Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix. by lsalzman · 8 years ago
- d9836f4 Fix various SkBitmap::copyTo() bugs by Matt Sarett · 8 years ago
- 2d2ac3d remove trace and registers stages by Mike Klein · 8 years ago
- 1987366 Delete SkPixelRef::readPixels() by Matt Sarett · 8 years ago
- 4ebb43e hide most details of SkPatchUtils by Mike Reed · 8 years ago
- cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 8 years ago
- 944feea Avoid trans-coding images with gamma 2.2 by Brian Osman · 8 years ago
- 8653e97 remove legacy canvas helpers by Mike Reed · 8 years ago
- fc0e96e Revert "Finish up mip opts: 2x3 and 3x2" by Matt Sarett · 8 years ago
- ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
- 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
- 88ec28e Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
- 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
- d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
- 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
- b55dd55 Add SkThreadedBMPDevice for Threaded Raster Backend by Yuqian Li · 8 years ago
- e684483 Avoid extra bitmap copies in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
- 84c009f Remove kAsIs_CachedFormat by Brian Osman · 8 years ago
- b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
- 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
- 65c74f1 Revert of fix size check for drawBitmap fast-path in SkBitmapDevice::drawBitmapRect (patchset #2 id:20001 of https://codereview.chromium.org/2089583002/ ) by mtklein · 8 years ago
- ea9bc0c Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix. by lsalzman · 8 years ago
- 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
- 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
- 2f245be avoid deprecated SkRect::MakeFromIRect by Mike Klein · 8 years ago
- 9969e77 SkColorSpaceXformCanvas: setMatrix(), clipRect() in constructor by Matt Sarett · 8 years ago
- b48df27 Add more overrides to SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
- 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 8 years ago
- cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 8 years ago
- eeb3cb1 Reverse clamp logic in SkColorSpaceXform by Matt Sarett · 8 years ago
- 8f7a9a9 565 color xforms: make sure we clamp if necessary by Matt Sarett · 8 years ago
- 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 8 years ago
- 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
- d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 8 years ago
- b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
- 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
- 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 8 years ago
- dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 8 years ago
- 9f4b0ae simplify api to bitmapcache by Mike Reed · 8 years ago
- f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
- cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
- 4dc6474 remove dead code in bitmapcache by Mike Reed · 8 years ago
- 5ec7829 add experimental flag for downscaling by Mike Reed · 8 years ago
- 02be3c1 add test and fix for canvas::isClipEmpty by Mike Reed · 8 years ago
- a88a646 Override onImageInfo() in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
- 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 8 years ago
- b8e7521 fix round_asymmetric_to_int to also bias bottom and right by Lee Salzman · 8 years ago
- e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 8 years ago
- 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 8 years ago
- 44c1b11 path hang by Cary Clark · 8 years ago
- d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
- 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 8 years ago
- b667fe2 Small downsample_3_3 optimization by Matt Sarett · 8 years ago
- 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
- ebbdec4 document when we retired a serialized verb -- for later removal by Mike Reed · 8 years ago
- a33b43d Combine some duplicate code in AA using template by Yuqian Li · 8 years ago
- 1683f78 Have SkColorSpaceXformCanas tell SkCanvas about clips. by Mike Klein · 8 years ago
- eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
- 4c55027 Add support for F32 sources to SkColorSpaceXform by Matt Sarett · 8 years ago
- 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
- b1168a7 Improvements to readpixels GM by Brian Osman · 8 years ago
- d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
- 09de753 Move SkOSFile.h to src/core by Ben Wagner · 8 years ago
- e2ce08a SkData::MakeFromFD to pass size to release proc. by Ben Wagner · 8 years ago
- ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 8 years ago
- 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 8 years ago
- 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 8 years ago
- 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 8 years ago
- 795c5ea don't use deprecated (raw) form of SkPatchUtils, delete duplicate util by Mike Reed · 8 years ago
- 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 8 years ago
- fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 8 years ago
- 2fb3662 Fix overflow bug in slow span. by Herb Derby · 8 years ago