1. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  2. 6985853 Reland "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  3. 1a2476d Revert "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  4. d3c92d9 Initial definition of fill rect op by Michael Ludwig · 6 years ago
  5. 133944a Add a dedicated Op for analytic round rects by Chris Dalton · 6 years ago
  6. 0921219 sksl: Support fwidth() by Chris Dalton · 6 years ago
  7. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  8. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  9. 4cc1ddb Remove unused GrCubicEffect by Brian Osman · 6 years ago
  10. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  11. 72535fb Reland "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Michael Ludwig · 6 years ago
  12. e2a801d Revert "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Brian Osman · 6 years ago
  13. f065907 Reland "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  14. 9461dcf Revert "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  15. dcc85fc Implement an explicit binary search-based analytic gradient colorizer by Michael Ludwig · 6 years ago
  16. a7914d3 Implement textured gradients by Michael Ludwig · 6 years ago
  17. 0495f7a Implement dual interval gradients by Michael Ludwig · 6 years ago
  18. 8f68508 Implement 2-pt conical gradient layout by Michael Ludwig · 6 years ago
  19. 24d438b Implement sweep gradient layout by Michael Ludwig · 6 years ago
  20. 4089df8 Implement radial gradient layout by Michael Ludwig · 6 years ago
  21. 4f94ef6 Reland "Base Gradient FP Refactor" by Michael Ludwig · 6 years ago
  22. 1ea5656 Revert "Base Gradient FP Refactor" by Cary Clark · 6 years ago
  23. 10f7a1e Base Gradient FP Refactor by Michael Ludwig · 6 years ago
  24. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  25. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  26. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  27. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  28. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  29. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  30. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  31. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  32. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 6 years ago
  33. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  34. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  35. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  36. 387eaff Vertex color xform bench by Brian Osman · 6 years ago
  37. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  38. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  39. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 6 years ago
  40. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  41. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  42. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  43. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  44. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 6 years ago
  45. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  46. 62e4f3d Analytic dashing of circles with single on/off intervals and butt caps. by Brian Salomon · 6 years ago
  47. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  48. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  49. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  50. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  51. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 7 years ago
  52. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  53. 915817b Guard the sqrt(temp) where temp < 0 in 2pt conical gradient by Yuqian Li · 7 years ago
  54. 2c4e56c Revert "Reimplement TwoPointConicalGradient_gpu" by Yuqian Li · 7 years ago
  55. 84f18c4 Reimplement TwoPointConicalGradient_gpu by Yuqian Li · 7 years ago
  56. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  57. be0a042 converted Premul / Unpremul to SkSL by Ethan Nicholas · 7 years ago
  58. 8dca18a converted GrAARectEffect to SkSL by Ethan Nicholas · 7 years ago
  59. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  60. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  61. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  62. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  63. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  64. c4f93ca Add GrColorSpaceXformEffect by Brian Osman · 7 years ago
  65. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  66. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  67. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 7 years ago
  68. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 7 years ago
  69. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  70. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  71. b17e639 Add clone methods to unit test GrFragmentProcessor classes by Brian Salomon · 7 years ago
  72. ffc2ec4 Implement clone() for GrDisplacementEffect by Brian Salomon · 7 years ago
  73. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  74. 159e3c6 Fix MDB regression by Robert Phillips · 7 years ago
  75. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  76. 06e547c Fix GrGradientEffect::isValid() by Brian Salomon · 7 years ago
  77. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  78. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  79. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  80. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  81. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  82. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  83. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  84. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  85. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago[Renamed from include/gpu/GrProcessor.h]
  86. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  87. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  88. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  89. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  90. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  91. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  92. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 7 years ago
  93. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  94. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  95. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  96. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  97. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  98. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  99. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  100. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago