1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  4. 08c0629 Revert "Implement XP factory dumping" by Derek Sollenberger · 6 years ago
  5. 8d8224f Implement XP factory dumping by Chris Dalton · 6 years ago
  6. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  7. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  8. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  9. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 7 years ago
  10. 7cdabed Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. by Brian Salomon · 7 years ago
  11. 1ef8094 turn on extended Clang warnings on Windows too by Chris Dalton · 7 years ago
  12. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  13. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  14. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  15. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 7 years ago
  16. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  17. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  18. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  19. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  20. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  21. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  22. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  23. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  24. 780b41f Add query to GrXPFactory about coverage-as-alpha optimization by Brian Salomon · 8 years ago
  25. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  26. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  27. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago[Renamed from include/gpu/effects/GrPorterDuffXferProcessor.h]
  28. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  29. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  30. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
  31. 119fb2b Add a basic constructor to GrPipeline by csmartdalton · 8 years ago
  32. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 8 years ago
  33. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 8 years ago
  34. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 8 years ago
  35. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  36. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  37. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  38. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  39. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  40. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  41. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  42. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  43. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  44. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  45. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  46. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  47. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  48. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  49. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  50. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  51. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  52. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  53. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  54. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  55. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  56. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  57. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  58. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  59. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  60. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  61. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  62. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  63. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  64. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  65. 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
  66. 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
  67. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  68. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  69. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  70. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  71. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  72. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  73. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  74. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  75. 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
  76. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  77. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  78. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  79. 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
  80. 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
  81. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  82. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  83. 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
  84. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  85. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  86. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  87. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  88. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  89. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  90. 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
  91. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  92. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  93. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  94. 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
  95. 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
  96. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  97. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  98. 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
  99. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  100. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago