1. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  2. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  3. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  4. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  5. 139a235 fix general-pespective for conical gradient bug=1744 by mike@reedtribe.org · 11 years ago
  6. f14bcd2 Remove some now-unused #ifdefs. by senorblanco@chromium.org · 11 years ago
  7. 05edd02 Implement a speedup for Y-only blurs by transposing. by senorblanco@chromium.org · 11 years ago
  8. ad99358 Fix memory leak in filterRRectToNine by robertphillips@google.com · 11 years ago
  9. 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
  10. a8e33a9 Add ability to ninepatch blurred rounded rectangle by scroggo@google.com · 11 years ago
  11. 96ac2f6 Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNine is okay by robertphillips@google.com · 11 years ago
  12. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  13. 0cc00c2 Implement the y-transpose optimization in image (RGBA) blurs. This gives ~38% performance improvement on my Linux box. Also unify the box blur functions with a template. by senorblanco@chromium.org · 11 years ago
  14. c2a0ea6 Perlin issue fixed by commit-bot@chromium.org · 11 years ago
  15. a93f4e7 Check that Mode is valid for ModeColorFilterEffect by commit-bot@chromium.org · 11 years ago
  16. fedf13d Add SK_PREFETCH and use in SkBlurImageFilter. by commit-bot@chromium.org · 11 years ago
  17. fe2faa8 Change SkBlurImageFilter to use fixed-point division. Yields ~1.8X speedup on by senorblanco@chromium.org · 11 years ago
  18. f2f8f3a Adding a way to disable SkOffsetImageFilter's optimized path in blink/chrome by commit-bot@chromium.org · 11 years ago
  19. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  20. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  21. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  22. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  23. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  24. 7a47ad3 Implement SSE2-based implementations of the morphology filters (dilate & erode). This gives a 3-5X speedup over the naive implementation, and also mitigates a timing-based security attack in Chrome (https://code.google.com/p/chromium/issues/detail?id=251711). by senorblanco@chromium.org · 11 years ago
  25. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. 0b7ab3b Fix bug in erosion filtering by robertphillips@google.com · 11 years ago
  27. 0255a5d Minor changes by robertphillips@google.com · 11 years ago
  28. ccecbbb Always create an instance when testing GrEffects for SkXfermode and SkArithmeticMode by commit-bot@chromium.org · 11 years ago
  29. 23267ce Fix ModeColorFilterEffect assert during GLProgramsTest by commit-bot@chromium.org · 11 years ago
  30. 1a6382f Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff(). by senorblanco@chromium.org · 11 years ago
  31. d594dbe Follow up to serialization validation code by commit-bot@chromium.org · 11 years ago
  32. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  33. a8aef8b Lighting filter uses input on raster path by commit-bot@chromium.org · 11 years ago
  34. fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
  35. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  36. f642f8c Magnifier gpu path fix by commit-bot@chromium.org · 11 years ago
  37. c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
  38. 2a4223c Fix for cropped matrix convolution for BottomLeft render targets. by senorblanco@chromium.org · 11 years ago
  39. b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
  40. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  41. 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
  42. 1aa6872 Make SkImageFilter::asNewEffect() (and all derived-class overrides) protected. by senorblanco@chromium.org · 11 years ago
  43. 34150b4 Clear out SK_SCALAR_IS_FLOAT from SkRadialGradient, and merge the logic for radial_mirror and radial_repeat. by commit-bot@chromium.org · 11 years ago
  44. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  45. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  46. 01bdf3c Add crop rect support for SkDisplacementMapEffect (raster and GPU paths). by senorblanco@chromium.org · 11 years ago
  47. 33e88b7 SkRectShaderImageFilter: add a new factory method which takes a CropRect. by senorblanco@chromium.org · 11 years ago
  48. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  49. 790c3f4 Remove need for readFlattenableT from SkLightingImageFilter. by commit-bot@chromium.org · 11 years ago
  50. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  51. 5e85300 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. by senorblanco@chromium.org · 11 years ago
  52. e258eb3 Implement crop rect support for SkRectShaderImageFilter: remove fRect and use the cropRect from SkImageFilter in its place. by senorblanco@chromium.org · 11 years ago
  53. d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
  54. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  55. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  56. c0de5d6 Fix uninitialized memory access by robertphillips@google.com · 11 years ago
  57. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  58. 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 11 years ago
  59. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  60. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  61. 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  63. 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
  64. 0694ea7 Fix to allow ovals GM to finish on N7 by commit-bot@chromium.org · 11 years ago
  65. 8fcad98 Implement crop rect for the dilate and erode (morphology) filters. This provoked some cleanup on the GPU side: apply_morphology() now deals with SkBitmaps, rather than GrTextures. There's still a clear opportunity for more refactoring between the two filters. by senorblanco@chromium.org · 11 years ago
  66. ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 11 years ago
  67. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  68. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  69. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  70. 558d5d3 Warnings as errors fix by robertphillips@google.com · 11 years ago
  71. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  72. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  73. 9a070f2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  74. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  75. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  76. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  78. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  79. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  80. 3dfa4cc Add test to exercise extreme blur sigmas by robertphillips@google.com · 11 years ago
  81. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  82. 112a23e Hamfisted "fix" for pinterest blur crash by robertphillips@google.com · 11 years ago
  83. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  84. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  85. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  86. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  87. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  89. b75233b Fix compiler warning/error in r10936 by robertphillips@google.com · 11 years ago
  90. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  91. 3b3ce3b Update SkLumaMaskXfermode partial coverage handling. by fmalita@google.com · 11 years ago
  92. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  93. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  94. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  95. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  96. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  97. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 11 years ago
  98. d55e357 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  99. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  100. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago