1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  4. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  5. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  6. 1688507 Try out clang-tidy, starting with bugprone-use-after-move by Mike Klein · 6 years ago
  7. 00b2939 Remove some more GrColor references by Brian Osman · 6 years ago
  8. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  9. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  10. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  11. ad445ce Remove GrPaint::setGammaCorrect by Brian Osman · 6 years ago
  12. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  13. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  14. d49e946 Remove unnecessary includes of GrColorSpaceXform.h by Brian Osman · 7 years ago
  15. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  16. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  17. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 7 years ago
  18. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  19. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  20. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 7 years ago
  21. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 7 years ago
  22. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  23. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  24. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  25. 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 7 years ago[Renamed from include/gpu/GrPaint.h]
  26. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago
  27. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  28. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  29. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  30. d4652ca Remove most modifiers of processors on GrPipelineBuilder by Brian Salomon · 8 years ago
  31. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  32. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  33. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  34. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  35. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  36. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  37. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  38. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  39. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  40. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  41. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  42. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  43. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  44. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  45. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  46. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  47. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  48. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  49. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  50. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  51. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  52. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  53. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  54. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  55. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  56. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  57. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  58. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  59. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  60. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  61. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  62. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 8 years ago
  63. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  64. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  65. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  66. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  67. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  68. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  69. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  70. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  71. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  72. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  73. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  74. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  75. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  76. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  77. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  78. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  79. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  80. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  81. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  82. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  83. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  84. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  85. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  86. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  87. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  88. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  89. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  90. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  91. 5531d51 remove view matrix from context by joshualitt · 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. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  96. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  97. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  98. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  99. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  100. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago