1. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  2. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  3. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  4. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  5. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  6. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  7. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  8. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  9. c77392e use colortype instead of config by reed · 10 years ago
  10. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  11. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  12. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  13. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  14. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  15. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  16. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 10 years ago
  17. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  18. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  19. 9ebcac5 add installPixels by reed@google.com · 10 years ago
  20. 9109e18 Fix build warnings in SkAlphaThresholdFilter by commit-bot@chromium.org · 11 years ago
  21. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago