- c3176aa Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
- 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
- a0f1a18 Don't leak fragment processor in SkColorFilter::asFragmentProcessors implementations. by bsalomon · 9 years ago
- f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
- c15d957 add copyright by reed · 9 years ago
- 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
- 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
- b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
- 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
- edbb31f Apply coverage in XP base class when using dst reads by cdalton · 9 years ago
- c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
- 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 9 years ago
- 56263c7 delete (unused) TransparentShader by reed · 9 years ago
- 699b852 Remove unused PackBits methods and fix length checks by jschuh · 9 years ago
- 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
- 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
- a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
- 05be93b Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
- 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
- cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
- 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
- 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
- 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
- ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
- 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
- d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
- bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
- 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
- eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
- d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
- 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
- 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
- 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
- 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
- c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 10 years ago
- 4525f43 We don't use boxBlurY. by mtklein · 10 years ago
- 67383fc remove dead code for SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT by reed · 10 years ago
- 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 10 years ago
- 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 10 years ago
- d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
- 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 10 years ago
- 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 10 years ago
- cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
- 95cc012 De-proc Color32 by mtklein · 10 years ago
- 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
- d65dc0c De-proc Color32 by mtklein · 10 years ago
- d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
- 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
- 376e9bc De-proc Color32 by mtklein · 10 years ago
- 9a22f48 Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM (patchset #2 id:20001 of https://codereview.chromium.org/1109913002/) by mtklein · 10 years ago
- 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
- 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
- 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 10 years ago
- abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
- 91df6c2 Fix some lingering typos by robertphillips · 10 years ago
- f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 10 years ago
- 25c40d2 Add serialization of SkBitmapSource's new filterQuality member variable by robertphillips · 10 years ago
- e275fdf Add GM to repro crbug.com/472795 by robertphillips · 10 years ago
- d762ca2 Switch textures created by DeviceImageFilterProxy to approx-match. by senorblanco · 10 years ago
- 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
- e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 10 years ago
- 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
- 3d62683 New names for SkPMFloat methods. by mtklein · 10 years ago
- d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
- 82973db Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
- 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
- 7c0273f Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #27 id:510001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
- f5f8518 Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
- 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 10 years ago
- 005b84e clamp matrix-translate before converting to pmcolor by reed · 10 years ago
- c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago
- 06d3d68 Revert "Implement approx-match support in image filter saveLayer() offscreen." by senorblanco · 10 years ago
- b97dafe Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 816d6c7 enable color-matrix-floats again, watching arm64 bots by reed · 10 years ago
- 62a320c Revert of Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #1 id:1 of https://codereview.chromium.org/1022673007/) by reed · 10 years ago
- 92b47c4 Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #2 id:20001 of https://codereview.chromium.org/1015533011/) by reed · 10 years ago
- b67eb2f Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/)" by reed · 10 years ago
- 2151353 remove colorfilter native-565 support. complicating w/ no real value. by reed · 10 years ago
- 8d1a97e Revert of correct reporting of kAlphaUnchanged_Flag in ModeFilter (patchset #1 id:1 of https://codereview.chromium.org/1033583002/) by reed · 10 years ago
- afced66 correct reporting of kAlphaUnchanged_Flag in ModeFilter by reed · 10 years ago
- 374a4c3 Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/) by reed · 10 years ago
- 7971def impl colormatrix w/ floats by reed · 10 years ago
- 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 10 years ago
- 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 10 years ago
- 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
- 11fa224 some utils for rect and matrix by reed · 10 years ago
- d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 10 years ago
- cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 10 years ago
- 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 10 years ago
- 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 10 years ago
- dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 10 years ago
- ea8b55d simplify logic in SkPerliNoiseShader for GPU when constant color by bsalomon · 10 years ago
- 01849ac disable chatting debugf by reed · 10 years ago
- cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
- 8a8d841 add virtuals to optimize composing colorfilters by reed · 10 years ago
- db873d8 add compose-colorfilter by reed · 10 years ago
- 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
- 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
- 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago