1. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  2. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  3. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  4. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkLocalMatrixShader.h]
  5. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkLocalMatrixShader.h]
  6. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkLocalMatrixShader.h]
  7. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  8. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  9. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  10. 7d022e0 Always use raster pipeline for SkSweepGradient by Florin Malita · 7 years ago
  11. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 8 years ago
  12. 547a727 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  13. e5fec21 Revert "Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix" by Matt Sarett · 8 years ago
  14. e5efa51 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  15. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  16. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  17. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  18. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  19. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago
  20. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  21. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  22. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  23. 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
  24. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  25. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  26. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  27. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  28. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  29. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  30. 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
  31. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  32. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  33. 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
  34. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  35. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  36. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  37. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  38. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  39. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  40. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  41. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  42. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  43. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  44. 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
  45. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 10 years ago
  46. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  47. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  48. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  49. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  50. e92c68f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  51. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago