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