1. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  2. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  3. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  4. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 5 years ago
  5. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 5 years ago
  6. 330b085 Remove "canCombineOverlappedStencilAndCover" by Chris Dalton · 6 years ago
  7. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  8. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  9. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  10. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  11. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  12. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  13. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  14. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  15. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  16. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  17. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  18. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 6 years ago
  19. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  20. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  21. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  22. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  23. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  24. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  25. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  26. dcfca43 Use GrContextFactories that produce a single GrContext in unit tests. by Brian Salomon · 7 years ago
  27. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  28. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  29. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  30. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  31. d7b1159 Revert "Revert "Go back to using dual source blending for lcd src-over even with non-opaque color"" by Greg Daniel · 7 years ago
  32. 7d6fe0b Revert "Go back to using dual source blending for lcd src-over even with non-opaque color" by Greg Daniel · 7 years ago
  33. b54bdef Go back to using dual source blending for lcd src-over even with non-opaque color by Greg Daniel · 7 years ago
  34. 28207df Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as alpha by Brian Salomon · 7 years ago
  35. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  36. 79cdf28 Fix to lcd blending in ganesh by Greg Daniel · 7 years ago
  37. 6ebe4b9 Fix gpu lcd blending to semi-correctly handle alpha coverage by Greg Daniel · 7 years ago
  38. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  39. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  40. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  41. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  42. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  43. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  44. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  45. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  46. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  47. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 7 years ago
  48. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  49. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  50. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  51. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  52. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  53. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  54. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  55. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  56. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  57. 97180af Compute clipped draw bounds outside GrAppliedClip. by Brian Salomon · 7 years ago
  58. 8d2f90b Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred pipeline creation. by Brian Salomon · 7 years ago
  59. 1c10fdd Remove XP override color. by Brian Salomon · 7 years ago
  60. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  61. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 7 years ago
  62. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  63. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 7 years ago
  64. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  65. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 7 years ago
  66. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 7 years ago
  67. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  68. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  69. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  70. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  71. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  72. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  73. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  74. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  75. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  76. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  77. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  78. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  79. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  80. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  81. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  82. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  83. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  84. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  85. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  86. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  87. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  88. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  89. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  90. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  91. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  92. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  93. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  94. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  95. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  96. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  97. 3b7af78 added a default constructor for GrBatchToXPOverrides by ethannicholas · 8 years ago
  98. 975765c fix for GrPorterDuffTest valgrind error by ethannicholas · 8 years ago
  99. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  100. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 8 years ago