1. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  2. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  3. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  4. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 6 years ago
  5. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  6. 62e4f3d Analytic dashing of circles with single on/off intervals and butt caps. by Brian Salomon · 6 years ago
  7. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 7 years ago
  8. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  9. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  10. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  11. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 7 years ago
  12. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  13. 915817b Guard the sqrt(temp) where temp < 0 in 2pt conical gradient by Yuqian Li · 7 years ago
  14. 2c4e56c Revert "Reimplement TwoPointConicalGradient_gpu" by Yuqian Li · 7 years ago
  15. 84f18c4 Reimplement TwoPointConicalGradient_gpu by Yuqian Li · 7 years ago
  16. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  17. be0a042 converted Premul / Unpremul to SkSL by Ethan Nicholas · 7 years ago
  18. 8dca18a converted GrAARectEffect to SkSL by Ethan Nicholas · 7 years ago
  19. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  20. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  21. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  22. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  23. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  24. c4f93ca Add GrColorSpaceXformEffect by Brian Osman · 7 years ago
  25. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  26. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  27. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 7 years ago
  28. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 7 years ago
  29. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  30. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  31. b17e639 Add clone methods to unit test GrFragmentProcessor classes by Brian Salomon · 7 years ago
  32. ffc2ec4 Implement clone() for GrDisplacementEffect by Brian Salomon · 7 years ago
  33. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  34. 159e3c6 Fix MDB regression by Robert Phillips · 7 years ago
  35. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  36. 06e547c Fix GrGradientEffect::isValid() by Brian Salomon · 7 years ago
  37. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  38. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  39. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  40. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  41. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  42. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  43. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  44. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  45. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago[Renamed from include/gpu/GrProcessor.h]
  46. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  47. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  48. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  49. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  50. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  51. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  52. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  53. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  54. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  55. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  56. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  57. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  58. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  59. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  60. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  61. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  62. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  63. b014cca Make GrBufferAccess a nested class of GrProcessor by Brian Salomon · 8 years ago
  64. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  65. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  66. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  67. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  68. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  69. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  70. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  71. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  72. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  73. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  74. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  75. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  76. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  77. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  78. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  79. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  80. eb2a676 Remove backend factories by joshualitt · 10 years ago
  81. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  82. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  83. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  84. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  85. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  86. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  87. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  88. ab84fae Track if all stages modulate inputColor in computeInvariantOutput by egdaniel · 10 years ago
  89. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  90. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  91. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  92. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  93. 6517134 gl programs rewrite by joshualitt · 10 years ago
  94. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  95. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  96. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  97. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  98. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  99. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago[Renamed (72%) from include/gpu/GrEffect.h]
  100. 49586be removing GrDrawEffect by joshualitt · 10 years ago