1. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  2. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  3. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  4. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  5. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  6. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  7. 4132de7 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #9 id:160001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  8. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  9. da74393 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  10. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  11. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  12. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  13. 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
  14. a4e4b79 Add the ability to handle premul and swizzle src bitmap data. by herb · 8 years ago
  15. 57a69dc Make an embeddable container to hold linear pipelines. by herb · 8 years ago
  16. 670f01f This has all the different source types in and working. There are many SkDiffs, but they seem to be due to better resolution. by herb · 8 years ago
  17. 5d4943c Add guards for edge cases. by herb · 8 years ago
  18. 9f666a1 Whitespace change. by herb · 8 years ago
  19. d5f2e2e Add F16 source to the linear pipelin. by herb · 8 years ago
  20. 69076fe Blitter for repeat RGBA8888->RGBA8888. by herb · 8 years ago
  21. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  22. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  23. 222f8ff Add index-8 sampler to the pipeline. by herb · 8 years ago
  24. 6eff52a WIP: experimental bilerp pipeline. by herb · 8 years ago
  25. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  26. 20adafa disable linear pipeline for now (so bots don't crash) by reed · 8 years ago
  27. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 8 years ago
  28. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  29. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  30. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  31. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  32. cd660e1 Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ ) by reed · 8 years ago
  33. 19cef56 add support for new bitmapshader context by reed · 8 years ago
  34. 05a5647 fission bitmapprocstate by reed · 8 years ago
  35. b4b42ed restore lost optimization when the shader can report const_in_y by reed · 9 years ago
  36. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  37. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  38. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  39. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  40. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  41. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  42. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  43. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  44. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  45. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  46. 013e9e3 move SkBitmapProvider to its own file by reed · 9 years ago
  47. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  48. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  49. ff390c9 Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (patchset #3 id:40001 of https://codereview.chromium.org/1311963007/ ) by scroggo · 9 years ago
  50. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  51. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  52. 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
  53. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  54. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  55. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  56. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  57. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  58. 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago
  59. ab51cbd Disable optimization as HWUI does not yet support color shaders. by djsollen · 9 years ago
  60. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  61. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  62. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  63. ad7ae6c switch bitmapshader internals over to pixmap by reed · 9 years ago
  64. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  65. 9e447c0 remove unneeded preroll by reed · 9 years ago
  66. 96a857e initial preroll api by reed · 9 years ago
  67. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  68. 89dee42 check (thread-tricky) colortable after we've copied the bitmap into a per-thread context by reed · 10 years ago
  69. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  70. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  71. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  72. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  73. 7ef849d Add Sk prefix to CreateBitmapShader. by mtklein · 10 years ago
  74. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  75. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  76. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  77. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  78. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  79. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  80. 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
  81. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  82. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  83. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  84. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  85. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  86. f21991b Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/) by commit-bot@chromium.org · 10 years ago
  87. 0533146 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  88. b03be0b Revert "Modify sample buffer size for larger displays." by reed@google.com · 10 years ago
  89. af159a5 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  90. 9927bd3 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  91. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  92. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  93. edda70e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  94. ce56d96 Remove SkShader virtual method validContext 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. 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