1. 31cff27 Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"" by Ethan Nicholas · 5 years ago
  2. 85705c1b Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" by Ethan Nicholas · 5 years ago
  3. 4e8f63a Blur both in x and y by Herb Derby · 5 years ago
  4. ac18a5c remove 'in uniform' support from GrSkSLFP, make rules more clear by Ethan Nicholas · 5 years ago
  5. f07a363 Limit sigma for software blurs by Herb Derby · 5 years ago
  6. c096654 ccpr: Don't assign inverse fill types to fan tessellations by Chris Dalton · 5 years ago
  7. 2e29ab5 added support for user-defined functions to GrSKSLFP by Brian Osman · 5 years ago
  8. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
  9. f47717a Alter wacky_yuv_formats GM to skip rows if the required backing GPU format(s) aren't supported by Robert Phillips · 5 years ago
  10. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  11. db47b16 blurrect_compare GM: draw "masks" in white for RGBA fallback. by Brian Salomon · 5 years ago
  12. db151e0 Respect ImageSetEntry alpha in one-at-a-time code path by Brian Salomon · 5 years ago
  13. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  14. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  15. 032cf12 Make blurrect_compare GM work on GPUs without renderable A8 by Brian Salomon · 5 years ago
  16. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  17. 4fe30e1 Also skip blurrect_compare on DDL configs by Brian Salomon · 5 years ago
  18. 78be3eb Update new blurrect_compare GM to skip when SkCanvas::makeSurface will fail by Brian Salomon · 5 years ago
  19. a8f43ce Remove unused GM deferred canvas feature by Brian Salomon · 5 years ago
  20. b2d5d40 Adapt GrRectBlur for cases with rect W/H less than six sigma. by Brian Salomon · 5 years ago
  21. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  22. f793de1 Update some ops to create their buffers in onPrepare. by Greg Daniel · 5 years ago
  23. 18a8df6 update gm to better show the unclipped layers by Mike Reed · 5 years ago
  24. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  25. 0a1e9ef Don't use AA convex path renderer if direction can't be determined by Michael Ludwig · 5 years ago
  26. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  27. 54aa884 Add test for baseline snapping. by Ben Wagner · 5 years ago
  28. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  29. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  30. 7e16b58 SkRuntimeShaderMaker -> SkRuntimeShaderFactory by Brian Osman · 5 years ago
  31. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  32. 52a6a40 Add savelayer_with_backdrop GM to benchmark by Yuqian Li · 5 years ago
  33. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
  34. bacb821 Fix crash in reinterpretcolorspace GM with abandoned context by Brian Osman · 5 years ago
  35. d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
  36. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  37. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  38. 9f02d2d Add portable allocator to raster allocator test. by Ben Wagner · 5 years ago
  39. 74587d8 Test serializing pictures with cull rects by Yuqian Li · 5 years ago
  40. fbac83a Make fontscalerdistortable more flexible. by Ben Wagner · 5 years ago
  41. 2e9f772 Move bigconic gm to be a test. by Ben Wagner · 5 years ago
  42. c061d31 Make the flippity not crash in Viewer. by Ben Wagner · 5 years ago
  43. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  44. 2e1142c Swap async readback gms over to using GrContext's createBackendTexture by Robert Phillips · 5 years ago
  45. 2c59659 Make GrRectBlurEffect be analytical rather than use a texture LUT. by Brian Salomon · 5 years ago
  46. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  47. f815301 add GM for skbug.com/9331 by Mike Klein · 5 years ago
  48. edda565 gm: GMFactory returns a unique_ptr<> by Hal Canary · 5 years ago
  49. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  50. c4abade Reland "add a stub for running fiddles as GMs" by Mike Klein · 5 years ago
  51. 639fce9 Revert "add a stub for running fiddles as GMs" by Mike Klein · 5 years ago
  52. adfc22d add a stub for running fiddles as GMs by Mike Klein · 5 years ago
  53. bf8439d Fix GMs broken during API porting by Michael Ludwig · 5 years ago
  54. 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
  55. 898bbfa Update gms to use new image filter factories by Michael Ludwig · 5 years ago
  56. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  57. 8ba5315 Revert "Increase specificity of GrColorType computed for YUV planes" by Robert Phillips · 5 years ago
  58. c326aaf Increase specificity of GrColorType computed for YUV planes by Robert Phillips · 5 years ago
  59. 4800949 Reland: SkColorfilters::HSLAMatrix by Florin Malita · 5 years ago
  60. 44d095f Revert "SkColorfilters::HSLAMatrix" by Mike Klein · 5 years ago
  61. f4c5f63 SkColorfilters::HSLAMatrix by Florin Malita · 5 years ago
  62. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  63. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  64. 07931aa Rename labrynth.cpp -> labyrinth.cpp by Chris Dalton · 5 years ago
  65. 6397fa3 add gm for tricky arc by Mike Reed · 5 years ago
  66. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  67. eda9a55 Fix analytic shadows when rotated 180 degrees. by Jim Van Verth · 5 years ago
  68. fa3305a gm: add some overrides by Hal Canary · 5 years ago
  69. 594fe85 gm: simplify several onName by Hal Canary · 5 years ago
  70. db5210f Add a gm for the labyrinth bug by Chris Dalton · 5 years ago
  71. aed493e remove default looper flag, rely on clients to opt-in by Mike Reed · 5 years ago
  72. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  73. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  74. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  75. c9f0c59 simplify how we call apply by Mike Reed · 5 years ago
  76. efe259b add apply method to drawlooper by Mike Reed · 5 years ago
  77. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  78. bd865e2 gm: virtual->override by Hal Canary · 5 years ago
  79. 019458d change colorfilter signature back to just inout color by Mike Reed · 5 years ago
  80. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  81. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  82. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  83. 12e7585 Revert "SkMetaData: move from src/ to tools/" by Greg Daniel · 5 years ago
  84. 9d844d8 SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  85. 1f3548c add savelayer flag to promote the later to half-float by Mike Reed · 5 years ago
  86. bae6169 Revert "Revert "reimpl parts of arctTo using doubles to handle shallow angles"" by Mike Reed · 5 years ago
  87. 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
  88. bc525d6 Revert "reimpl parts of arctTo using doubles to handle shallow angles" by Florin Malita · 5 years ago
  89. 1ec1704 reimpl parts of arctTo using doubles to handle shallow angles by Mike Reed · 5 years ago
  90. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  91. c38cfa9 Third land of "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles" by Brian Salomon · 5 years ago
  92. f16020b Reland "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 5 years ago
  93. 4b40a1d Revert "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 5 years ago
  94. 9ab449a Optional local matrix for SkShaders factories by Florin Malita · 5 years ago
  95. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  96. c74a550 GM: s/handleKey/onChar/ by Hal Canary · 5 years ago
  97. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  98. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  99. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  100. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago