1. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  2. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  3. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  4. 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
  5. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  6. ca2622b return pictures as sk_sp by reed · 8 years ago
  7. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 8 years ago
  8. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 8 years ago
  9. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  10. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  11. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  12. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  13. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  14. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  15. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  16. 85c6f98 Use enclosing int rect for picture shader tiles by fmalita · 8 years ago
  17. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  18. 40bed64 SkPictureShader cleanup by fmalita · 8 years ago
  19. 1b46a57 Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader by fmalita · 8 years ago
  20. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  21. b4a2076 Revert of Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader (patchset #3 id:40001 of https://codereview.chromium.org/1405103003/ ) by caryclark · 9 years ago
  22. fa694ad Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader by fmalita · 9 years ago
  23. f469fc0 Fix floating point data loss in SkPictureShader by ericrk · 9 years ago
  24. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  25. 25a5b0d Revert of SkImage-backed SkPictureShader (patchset #4 id:60001 of https://codereview.chromium.org/1343153003/ ) by robertphillips · 9 years ago
  26. 97be9a0 SkImage-backed SkPictureShader by fmalita · 9 years ago
  27. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  28. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  29. ddc4b46 Image generator-backed SkPictureShader by fmalita · 9 years ago
  30. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  31. 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
  32. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  35. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  36. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  37. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  38. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  39. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  40. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  41. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  42. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  43. 76be9c8 Don't serialize SkPictures in SkPictureShaders when in untrusted mode. by mtklein · 9 years ago
  44. cfa90a1 Empty picture shaders should draw nothing. by mtklein · 9 years ago
  45. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  46. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  47. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  48. 88f12db SkPictureShader: floor scaledSize not to exceed maxTextureSize by gen.kim · 9 years ago
  49. b9ed884 SkPictureShader: scale down if width or height is larger than maxTextureSize by gen.kim · 9 years ago
  50. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  51. adf9990 add SkMatrix::decomposeScale by reed · 9 years ago
  52. 511005b Lower SkPictureShader tile size limits by fmalita · 9 years ago
  53. f47e707 Revert of Use an image generator to back SkPictureShader tiles. (patchset #4 id:60001 of https://codereview.chromium.org/866773002/) by fmalita · 9 years ago
  54. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  55. 4739955 Use an image generator to back SkPictureShader tiles. by fmalita · 9 years ago
  56. 9e447c0 remove unneeded preroll by reed · 9 years ago
  57. 3d91aad Disable LCD text when rasterizing SkPictureShader tiles. by fmalita · 9 years ago
  58. 96a857e initial preroll api by reed · 9 years ago
  59. b087879 SkPictureShader should handle negative scaling gracefully. by fmalita · 10 years ago
  60. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  61. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  62. 04b49c3 Don't store an SkMatrix in BitmapShaderKey. by fmalita · 10 years ago
  63. 387a01a Detect discarded SkPictureShader pixel refs. by fmalita · 10 years ago
  64. a2bd24f Tweak SkPictureShader's tile semantics. by fmalita · 10 years ago
  65. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  66. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  67. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  68. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  69. 23df2d6 Picture shader resource caching. by fmalita · 10 years ago
  70. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  71. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  72. 8482504 make allocPixels throw on failure by reed · 10 years ago
  73. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  74. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  75. bb204f4 Clamp SkPictureShader's tile size. by fmalita · 10 years ago
  76. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  77. e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 10 years ago
  78. 1b0aa00 No need to cache local matrix in picture shader. by scroggo · 10 years ago
  79. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  80. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  81. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  82. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  83. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  84. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  85. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  86. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  87. d12de02 Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) by commit-bot@chromium.org · 10 years ago
  88. 5adad32 hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  89. 80116dc add local-matrix to shader::context by commit-bot@chromium.org · 10 years ago
  90. f03f9ff don't leak the bitmapShader by commit-bot@chromium.org · 10 years ago
  91. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  92. 5aacfe9 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  93. c09abe6 Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  94. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  95. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  96. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  97. 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
  98. 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
  99. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  100. 855e88e Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago