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