1. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  2. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  3. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  4. 58fc94e allow more options for shader blitprocs by reed · 9 years ago
  5. 830dfd8 add blitprocs to shaders by reed · 9 years ago
  6. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 9 years ago
  7. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  8. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  9. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  10. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  11. dd9ffea make SkPM4f private by reed · 9 years ago
  12. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  13. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  14. 353c148 experiment: float color components by reed · 9 years ago
  15. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  16. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  17. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  18. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  19. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  20. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  21. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  22. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  23. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  24. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  25. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  26. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  27. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago[Renamed from include/core/SkColorShader.h]
  28. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  29. 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
  30. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  31. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  32. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  33. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  34. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  35. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  36. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  37. cc9dbfb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  38. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  39. 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
  40. 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
  41. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  42. 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
  43. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  44. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  45. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  46. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  47. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  48. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  49. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  50. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 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. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
  56. 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 14 years ago
  57. d3ae779 Add asAGradient shader extraction API. by vandebo@chromium.org · 14 years ago
  58. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  59. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  60. 8a1c16f grab from latest android by reed@android.com · 16 years ago