1. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 8 years ago
  2. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 8 years ago
  3. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 8 years ago
  4. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  5. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  6. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  7. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  8. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  9. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  10. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  11. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  12. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  13. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  14. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  16. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  17. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  19. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  20. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  22. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  23. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  24. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  25. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  26. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  27. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  28. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  29. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  30. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  31. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  32. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  33. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  34. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  35. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  36. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  37. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  38. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  39. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  40. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
  41. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  42. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  43. 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
  44. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  45. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  46. 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
  47. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  48. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  49. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  50. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  51. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  52. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  53. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  54. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  55. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  56. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  57. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  58. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  59. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  60. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  61. c9c3e62 Add constant color GrFP. by bsalomon · 10 years ago
  62. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 10 years ago
  63. dfbbec4 Add constant color GrFP. by bsalomon · 10 years ago
  64. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  65. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  66. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  67. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  68. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 10 years ago
  69. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  70. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  71. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  72. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  73. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  74. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  75. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  76. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  77. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  78. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  79. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  80. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  81. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  82. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  83. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  84. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  85. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  86. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  87. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  88. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  89. 06f019f Revert of Fix to set correct output type when blending when we've read dst (patchset #4 id:60001 of https://codereview.chromium.org/791143002/) by joshualitt · 10 years ago
  90. 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
  91. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  92. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  93. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  94. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  95. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  96. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago