1. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  2. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  3. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  4. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 10 years ago
  5. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 10 years ago
  6. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  7. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  8. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  9. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  10. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  11. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  12. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  13. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  14. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  15. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  16. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  17. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  18. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  19. 3aad3b0 add support for high quality image filtering on the GPU by humper@google.com · 11 years ago
  20. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  21. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  22. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  23. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  24. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  25. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  26. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  27. 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  28. f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
  29. be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  30. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  31. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  32. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  33. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  34. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  35. a041b95 "Fix" case when bicubic filtering warps premultiplied color by robertphillips@google.com · 11 years ago
  36. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  37. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  38. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 12 years ago
  39. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago
  40. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  41. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  42. 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  44. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  45. 2124446 fix unused-variable warning in src/effects/SkBicubicImageFilter.cpp by reed@google.com · 12 years ago
  46. 9f49652 Removed unused variable in SkBicubicImageFilter.cpp by robertphillips@google.com · 12 years ago
  47. 92435a4 Fix GPU-less build. Unreviewed. by senorblanco@chromium.org · 12 years ago
  48. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago