1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  3. 073073e Rename append_uniform_color() to append_constant_color(). by Mike Klein · 7 years ago
  4. c91e387 add stages for black and white colors by Mike Reed · 7 years ago
  5. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  6. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  7. c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
  8. e8f2881 Revert "Revert "inline common modecolorfilters"" by Mike Reed · 7 years ago
  9. 4049dff Revert "inline common modecolorfilters" by Mike Klein · 7 years ago
  10. c8b6828 inline common modecolorfilters by Mike Reed · 7 years ago
  11. ce9514c remove unneeded proc fields by Mike Reed · 7 years ago
  12. cb3ceb7 CanOverflow -> ClampIfNeeded by Mike Klein · 7 years ago
  13. cde9031 remove unused xfermode methods by Mike Reed · 7 years ago
  14. 25f3805 slant colorfilter away from filterSpan4f by Mike Reed · 7 years ago
  15. fdf3103 void SkColorFilter::onAppendStages(...) by Mike Klein · 7 years ago
  16. bb33833 jumper, finish blend modes by Mike Klein · 7 years ago
  17. 2fbd016 speed-up 4f version of modecolorfilter and modulate by Mike Reed · 7 years ago
  18. 4e92b82 SkColorFilter::makeColorSpace() by Mike Klein · 7 years ago
  19. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  20. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  21. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  22. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  23. 526525a Revert "While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD." by Mike Klein · 8 years ago
  24. 1ee7035 While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD. by Mike Klein · 8 years ago
  25. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  26. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  27. c509341 swap_src_dst -> move_src_dst by Mike Klein · 8 years ago
  28. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  29. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  30. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  31. 130863e Only clamp when we think our math requires it. by Mike Klein · 8 years ago
  32. e902f8d SkRasterPipelineBlitter simplifications by Mike Klein · 8 years ago
  33. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  34. df3fbd6 Apply correct sRGB->Linear4f conversion in SkModeColorFilter by Matt Sarett · 8 years ago
  35. 96b333a Add SkRasterPipeline support to SkModeColorFilter. by Mike Klein · 8 years ago
  36. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  37. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  38. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  39. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  40. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  41. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  42. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  43. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  44. c5b1228 remove supports4f flag for colorfilters by reed · 9 years ago
  45. dd9ffea make SkPM4f private by reed · 9 years ago
  46. 3125565 extend modecolorfilter to 4f by reed · 9 years ago
  47. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago[Renamed (90%) from src/effects/SkColorFilters.cpp]
  48. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  49. f028003 change more effects to only expose factories by reed · 9 years ago
  50. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  51. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  52. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  53. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  54. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  55. 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
  56. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  57. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  58. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  59. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  60. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  61. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  62. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  63. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  64. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  65. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  66. a0f1a18 Don't leak fragment processor in SkColorFilter::asFragmentProcessors implementations. by bsalomon · 9 years ago
  67. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  68. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  69. 95cc012 De-proc Color32 by mtklein · 9 years ago
  70. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  71. d65dc0c De-proc Color32 by mtklein · 9 years ago
  72. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  73. 376e9bc De-proc Color32 by mtklein · 9 years ago
  74. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  75. 62a320c Revert of Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #1 id:1 of https://codereview.chromium.org/1022673007/) by reed · 9 years ago
  76. 92b47c4 Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #2 id:20001 of https://codereview.chromium.org/1015533011/) by reed · 9 years ago
  77. 2151353 remove colorfilter native-565 support. complicating w/ no real value. by reed · 9 years ago
  78. 8d1a97e Revert of correct reporting of kAlphaUnchanged_Flag in ModeFilter (patchset #1 id:1 of https://codereview.chromium.org/1033583002/) by reed · 9 years ago
  79. afced66 correct reporting of kAlphaUnchanged_Flag in ModeFilter by reed · 9 years ago
  80. 01849ac disable chatting debugf by reed · 9 years ago
  81. cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
  82. db873d8 add compose-colorfilter by reed · 10 years ago
  83. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  84. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  85. eb2a676 Remove backend factories by joshualitt · 10 years ago
  86. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  87. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  88. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  89. 267ce48 remove proc key by joshualitt · 10 years ago
  90. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  91. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  92. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  93. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  94. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  95. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  96. 6517134 gl programs rewrite by joshualitt · 10 years ago
  97. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  98. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  99. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  100. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago