1. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  2. 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
  3. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  4. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  5. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  6. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  7. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  8. a3bdc1a another false --> NULL return fix by humper@google.com · 12 years ago
  9. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  10. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  11. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  12. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  13. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  14. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  15. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  16. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  17. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  18. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  19. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  20. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  21. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  22. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  23. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  24. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 12 years ago
  25. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  26. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  27. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  28. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  29. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  30. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  31. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  32. 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
  33. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  34. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  35. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  36. 8d43018 Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). by tomhudson@google.com · 13 years ago
  37. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 13 years ago
  38. 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 14 years ago
  39. 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 14 years ago
  40. d3ae779 Add asAGradient shader extraction API. by vandebo@chromium.org · 14 years ago
  41. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  42. 5b81535 only report hasspan16 if we're opaque, otherwise we get a different blend by reed@android.com · 15 years ago
  43. 8f07338 fix off-by-1 in alpha in colorshader setup by reed@android.com · 15 years ago
  44. 3c9b2a4 expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader by reed@android.com · 15 years ago
  45. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  46. 8a1c16f grab from latest android by reed@android.com · 16 years ago