- 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 9 years ago
- 99d9231 Delete SkFlattenable::Type by msarett · 9 years ago
- efdfd51 switch maskfilters to sk_sp by reed · 9 years ago
- 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
- 6db0a7b Image filters: optimize crop rect application. by senorblanco · 9 years ago
- 08541d5 Switch SkMatrixImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- ca9206e Revert of Add unit repeat tiler (patchset #4 id:60001 of https://codereview.chromium.org/1837893004/ ) by robertphillips · 9 years ago
- 865a289 Add unit repeat tiler. by herb · 9 years ago
- d19d83c Remode dead code from SkReadBuffer by msarett · 9 years ago
- cce19c8 Fix C4334 warning about 32-bit shift assigned to 64-bits by brucedawson · 9 years ago
- 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 9 years ago
- 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 9 years ago
- 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 9 years ago
- 308d988 Add repeatSpan and change interface name. by herb · 9 years ago
- a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 9 years ago
- cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- e0d62a5 Remove advance[XY]Fixed getters. by benjaminwagner · 9 years ago
- 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 9 years ago
- eb3429c Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 9 years ago
- 77899d1 Move SkRWBuffer.h to include/ and add SK_API by scroggo · 9 years ago
- b3c9e4f Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU bu… (patchset #1 id:1 of https://codereview.chromium.org/1835003002/ ) by brianosman · 9 years ago
- b0ac1af Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 9 years ago
- 77a9cc1 Don't convert to Sk48Dot16 in DrawOneGlyph. by benjaminwagner · 9 years ago
- fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
- 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
- e8597a4 Delete SkImageDecoder by msarett · 9 years ago
- 1fd50ac Sk4x4f: NEON impl. by mtklein · 9 years ago
- 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 9 years ago
- 83f2e5a Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- f037fde Delete SkImageDecoder by msarett · 9 years ago
- e8f3062 switch surface to sk_sp by reed · 9 years ago
- 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- 5b6e73e Delete SkImageDecoder by msarett · 9 years ago
- 222f8ff Add index-8 sampler to the pipeline. by herb · 9 years ago
- 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 9 years ago
- 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- f799706 Delete SkImageDecoder by msarett · 9 years ago
- 734351d Publicly expose one accelerated swizzle. by tomhudson · 9 years ago
- 1443c69 Sk4x4f: Simplify x86 down to SSE2. by mtklein · 9 years ago
- 6eff52a WIP: experimental bilerp pipeline. by herb · 9 years ago
- b4a7dc9 Port S32A_opaque blit row to SkOpts. by mtklein · 9 years ago
- ae2f2de Switch SkLocalMatrixImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 0dfe892 Use Sk4x4f in srcover_srgb_dst_1. by mtklein · 9 years ago
- 5b1a2ca Remove SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN. by senorblanco · 9 years ago
- 0e05f38 Sk4x4f by mtklein · 9 years ago
- 1cf6325 Use SkColorSpacePrintf instead of SkDebugf by msarett · 9 years ago
- 4413e66 Remove SkPixmap::release by robertphillips · 9 years ago
- 343a63d SkRecord: infer return type for visit() and mutate(). by mtklein · 9 years ago
- d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 9 years ago
- d25d06b Fix second memory leak in SkSpecialImage by robertphillips · 9 years ago
- d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 9 years ago
- 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
- 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
- f809d76 switch colorfilters to sk_sp by reed · 9 years ago
- d03b542 Potential fix for SpecialImageTest memory leak by robertphillips · 9 years ago
- e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 9 years ago
- b4bd11e Update SkSpecialImage to be able to create tight SkImages and SkSurfaces by robertphillips · 9 years ago
- 7b380d0 guard rasterizer and drawlooper setters by reed · 9 years ago
- fa4c20e exit computeFilters if filter width is zero by caryclark · 9 years ago
- f8f90e4 SkNx refresh by mtklein · 9 years ago
- fe7ada7 Make FreeType usable on Windows. by caryclark · 9 years ago
- a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
- 68c14d9 Templatize SkToXXX. by bungeman · 9 years ago
- 5c473be Document BitmapStateAutoMapper. by herb · 9 years ago
- 58fc94e allow more options for shader blitprocs by reed · 9 years ago
- 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 9 years ago
- a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
- 0be9e80 Templatize SkToXXX. by bungeman · 9 years ago
- dbd94e2 custom ssse3 srcover_n_srgb_bw, about 1.8x speedup by mtklein · 9 years ago
- a928b28 4f linear gradient shader blitters by fmalita · 9 years ago
- f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
- 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
- 83c17fa Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
- ca2622b return pictures as sk_sp by reed · 9 years ago
- 92701ab Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInput (patchset #3 id:40001 of https://codereview.chromium.org/1813813002/ ) by bungeman · 9 years ago
- 0584901 Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
- 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
- c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
- b893a4c Add asRRect method to SkClipStack::Element by cdalton · 9 years ago
- 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
- 0e3129d Fix pointer aliasing bug in SkImageFilter::computeFastBounds. by jbroman · 9 years ago
- 852f15d free -> reset by mtklein · 9 years ago
- 9ce9d67 update callsites for Make image factories by reed · 9 years ago
- 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
- c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
- 0e3738d free -> reset by mtklein · 9 years ago
- 2732e18 Un-deprecate new methods to fix Android. by benjaminwagner · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 830dfd8 add blitprocs to shaders by reed · 9 years ago
- f594b4c Minor mingw cross compilation fix. by cjacek · 9 years ago
- 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
- 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
- e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
- 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
- 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
- d7ea92f pass cap to dash text by caryclark · 9 years ago