1. c3176aa Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  2. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  3. a0f1a18 Don't leak fragment processor in SkColorFilter::asFragmentProcessors implementations. by bsalomon · 9 years ago
  4. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  5. c15d957 add copyright by reed · 9 years ago
  6. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  7. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  8. 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
  9. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  10. edbb31f Apply coverage in XP base class when using dst reads by cdalton · 9 years ago
  11. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  12. 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 9 years ago
  13. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  14. 699b852 Remove unused PackBits methods and fix length checks by jschuh · 9 years ago
  15. 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  16. 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  17. a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  18. 05be93b Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  19. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  20. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  21. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  22. 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
  23. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  24. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  25. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  26. 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
  27. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  28. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  29. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  30. d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
  31. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  32. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  33. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  34. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  35. c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 10 years ago
  36. 4525f43 We don't use boxBlurY. by mtklein · 10 years ago
  37. 67383fc remove dead code for SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT by reed · 10 years ago
  38. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 10 years ago
  39. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 10 years ago
  40. 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
  41. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 10 years ago
  42. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 10 years ago
  43. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
  44. 95cc012 De-proc Color32 by mtklein · 10 years ago
  45. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
  46. d65dc0c De-proc Color32 by mtklein · 10 years ago
  47. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  48. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
  49. 376e9bc De-proc Color32 by mtklein · 10 years ago
  50. 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
  51. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  52. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  53. 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
  54. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  55. 91df6c2 Fix some lingering typos by robertphillips · 10 years ago
  56. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 10 years ago
  57. 25c40d2 Add serialization of SkBitmapSource's new filterQuality member variable by robertphillips · 10 years ago
  58. e275fdf Add GM to repro crbug.com/472795 by robertphillips · 10 years ago
  59. d762ca2 Switch textures created by DeviceImageFilterProxy to approx-match. by senorblanco · 10 years ago
  60. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  61. 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
  62. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  63. 3d62683 New names for SkPMFloat methods. by mtklein · 10 years ago
  64. d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  65. 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
  66. 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  67. 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
  68. f5f8518 Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  69. 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 10 years ago
  70. 005b84e clamp matrix-translate before converting to pmcolor by reed · 10 years ago
  71. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago
  72. 06d3d68 Revert "Implement approx-match support in image filter saveLayer() offscreen." by senorblanco · 10 years ago
  73. b97dafe Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  74. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  75. 816d6c7 enable color-matrix-floats again, watching arm64 bots by reed · 10 years ago
  76. 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
  77. 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
  78. b67eb2f Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/)" by reed · 10 years ago
  79. 2151353 remove colorfilter native-565 support. complicating w/ no real value. by reed · 10 years ago
  80. 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
  81. afced66 correct reporting of kAlphaUnchanged_Flag in ModeFilter by reed · 10 years ago
  82. 374a4c3 Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/) by reed · 10 years ago
  83. 7971def impl colormatrix w/ floats by reed · 10 years ago
  84. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 10 years ago
  85. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 10 years ago
  86. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  87. 11fa224 some utils for rect and matrix by reed · 10 years ago
  88. d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 10 years ago
  89. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 10 years ago
  90. 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 10 years ago
  91. 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 10 years ago
  92. dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 10 years ago
  93. ea8b55d simplify logic in SkPerliNoiseShader for GPU when constant color by bsalomon · 10 years ago
  94. 01849ac disable chatting debugf by reed · 10 years ago
  95. cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
  96. 8a8d841 add virtuals to optimize composing colorfilters by reed · 10 years ago
  97. db873d8 add compose-colorfilter by reed · 10 years ago
  98. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  99. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  100. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago