1. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  2. 5aacfe9 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  3. c09abe6 Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  4. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  5. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  6. f3e5059 add default impl for context methods on shader by commit-bot@chromium.org · 10 years ago
  7. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  8. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  9. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  10. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  11. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  12. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  13. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  14. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  15. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 10 years ago
  16. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  17. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  18. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 10 years ago
  19. 6fe16a3 remove unused deviceconfig from SkShader by mike@reedtribe.org · 10 years ago
  20. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  21. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  22. 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
  23. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  24. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  25. 82d1223 Two and three color GPU gradients without textures. by bsalomon@google.com · 11 years ago
  26. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 11 years ago
  27. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 11 years ago
  28. a3bdc1a another false --> NULL return fix by humper@google.com · 11 years ago
  29. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 11 years ago
  30. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  31. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  32. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  33. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  34. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  35. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  36. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  37. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  38. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  39. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  40. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  41. 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
  42. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  43. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  44. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 12 years ago
  45. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  46. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  47. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  48. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  49. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  50. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  51. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  52. 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
  53. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  54. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  55. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  56. 8d43018 Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). by tomhudson@google.com · 13 years ago
  57. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 13 years ago
  58. 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 13 years ago
  59. 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 13 years ago
  60. d3ae779 Add asAGradient shader extraction API. by vandebo@chromium.org · 13 years ago
  61. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  62. 5b81535 only report hasspan16 if we're opaque, otherwise we get a different blend by reed@android.com · 14 years ago
  63. 8f07338 fix off-by-1 in alpha in colorshader setup by reed@android.com · 14 years ago
  64. 3c9b2a4 expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader by reed@android.com · 15 years ago
  65. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  66. 8a1c16f grab from latest android by reed@android.com · 16 years ago