1. 9bbed5e Revert "Presubmit: ensure empty line between CL title and description" by Ravi Mistry · 7 years ago
  2. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  3. 0562eb9 Allow wrapped resources to have unique keys by Brian Osman · 7 years ago
  4. af6522a [Bazel] Omit bigrect GM for ASAN. by Ben Wagner · 7 years ago
  5. ff60b17 GrTessellator AA: fix 1px wide paths. by Stephen White · 7 years ago
  6. 63f717d Remove Sk4fGradientInterval::fZeroRamp by Florin Malita · 7 years ago
  7. 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
  8. bb33833 jumper, finish blend modes by Mike Klein · 7 years ago
  9. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  10. 9bb75af Tighten up gradient clamp logic. by Mike Klein · 7 years ago
  11. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  12. 2629ea3 Manually roll recipes. by Robert Iannucci · 7 years ago
  13. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  14. ba8ca0a polish up gm/hsl.cpp by Mike Klein · 7 years ago
  15. bc63fd4 bug fix in hsl GM reference impls by Mike Klein · 7 years ago
  16. f484ac6 hsl GM: more realistic references for non-legacy backends by Mike Klein · 7 years ago
  17. 5b4e277 update hsl GM by Mike Klein · 7 years ago
  18. c682038 remove old 565 destination opts by Mike Klein · 7 years ago
  19. 4c6e410 impl 4f version for tricolor shader by Mike Reed · 7 years ago
  20. 7633477 Fix color blending for analytic shadows by Jim Van Verth · 7 years ago
  21. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  22. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  23. 22469d9 Stub encoding impls for clients without libraries by Matt Sarett · 7 years ago
  24. 41a8ec0 Fix implicit ptr to bool by Matt Sarett · 7 years ago
  25. 9444bdd composecolorfilter can now append stages by Mike Reed · 7 years ago
  26. 912876b Add bigrect GM. by Ben Wagner · 7 years ago
  27. 6bfe3f5 add a new hsl GM by Mike Klein · 7 years ago
  28. 2627b04 SkTypeface: remove old virtual onGetAdvancedMetrics, since https://crrev.com/2860293003 by Hal Canary · 7 years ago
  29. b1485f2 tweak the gaussian quartic by Mike Reed · 7 years ago
  30. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago
  31. 76fcb10 Fix clang compiler error in SkSLFileOutputStream by Matt Sarett · 7 years ago
  32. 9518830 Presubmit: ensure empty line between CL title and description by Eric Boren · 7 years ago
  33. afc2368 Revert "GL: track enabled vertex arrays as a count rather than a mask" by Chris Dalton · 7 years ago
  34. 2fbd016 speed-up 4f version of modecolorfilter and modulate by Mike Reed · 7 years ago
  35. c367d03 Add support for row-by-row png encodes by Matt Sarett · 7 years ago
  36. 243ed37 Remove unnecessary non-UTF8 character by Leon Scroggins III · 7 years ago
  37. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  38. 9d687df Avoid interpolating color lut with less than 2 points by Matt Sarett · 7 years ago
  39. 788c3c4 SkDiscardableMemoryPool: always have a mutex for testing by Hal Canary · 7 years ago
  40. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  41. 288d041 GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  42. c2371a4 sksl optimizer fixes by Ethan Nicholas · 7 years ago
  43. e12c69e optimize gaussian with herbs quartic by Mike Reed · 7 years ago
  44. ce78bad header cleanup by Hal Canary · 7 years ago
  45. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 7 years ago
  46. 452f920 add -Wno-error=attributes for G3 Android builds by Mike Klein · 7 years ago
  47. a55ea5e Local matrix support for RP gradients by Florin Malita · 7 years ago
  48. a377184 Retry "Factor out common code from sweep and linear." by Mike Klein · 7 years ago
  49. 02ab8cc Revert "Factor out common code from sweep and linear." by Mike Klein · 7 years ago
  50. 4c29633 CRC32 no longer restricted to ARM64 by Amaury Le Leyzour · 7 years ago
  51. 783c436 Fix comma in vulkan by Greg Daniel · 7 years ago
  52. 18f9602 Add support for Geom shaders in Vulkan backend. by Greg Daniel · 7 years ago
  53. b7a330f Factor out common code from sweep and linear. by Herb Derby · 7 years ago
  54. e770578 Add ShadowUtils sample. by Jim Van Verth · 7 years ago
  55. 3d8a374 Marker for Windows NVIDIA driver update. by Ben Wagner · 7 years ago
  56. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 7 years ago
  57. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 7 years ago
  58. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 7 years ago
  59. ba90284 try re-enabling test_diagonal on 565 by Mike Klein · 7 years ago
  60. f2daf74 update Windows build docs by Mike Klein · 7 years ago
  61. b9641bd force all colorfilters to implement 4f by Mike Reed · 7 years ago
  62. 342a9fa add virtual to support CTFontRef by Mike Reed · 7 years ago
  63. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  64. db711c9 move dither after the transfer function by Mike Klein · 7 years ago
  65. 65f33fc Fix spot shadow inset. by Jim Van Verth · 7 years ago
  66. 40c0f24 Turn on verbose logging for Valgrind_PreAbandonGpuContext bot. by Ben Wagner · 7 years ago
  67. 22d5ee5 Remove Nexus5 experimental tryjob. by Ben Wagner · 7 years ago
  68. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  69. 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  70. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  71. 5c1b360 src/pdf: code cleanup by Hal Canary · 7 years ago
  72. bc6e5ff Finish removal of SkImageInfo from SkPixelRef by Matt Sarett · 7 years ago
  73. b59a9da Revert "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  74. 64dbb89 GrTessellator: fix for vertex coincident with enclosing edge. by Stephen White · 7 years ago
  75. 0356714 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  76. 461fa6a Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  77. 9ad0531 Add SkImage::makeColorSpace() with correct transfer fn behavior by Matt Sarett · 7 years ago
  78. 1478f74 Revert "treat SkPMColor as sRGB in SkPM4f::FromPMColor()" by Mike Klein · 7 years ago
  79. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 7 years ago
  80. cc413b0 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  81. a4f3e14 treat SkPMColor as sRGB in SkPM4f::FromPMColor() by Mike Klein · 7 years ago
  82. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 7 years ago
  83. 617824c Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  84. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  85. bc4c96b fix G3 opt android_arm build? by Mike Klein · 7 years ago
  86. 69b1045 disable test_diagonal on 565 by Mike Klein · 7 years ago
  87. f40b249 Validate SkSpecialSurface raster info by Florin Malita · 7 years ago
  88. e80e618 headers: fix by Hal Canary · 7 years ago
  89. a0ac963 Add a GM to exercise some complex gradient constructs by Florin Malita · 7 years ago
  90. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  91. ac6f8ef Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  92. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  93. 8559183 Delete SkBitmap::copyTo() by Matt Sarett · 7 years ago
  94. 0187ae6 sksl SPIR-V sampledBuffer support by Ethan Nicholas · 7 years ago
  95. 581e698 dither stage by Mike Klein · 7 years ago
  96. 40226b4 Upgrade Windows 10 to v1703. by Ben Wagner · 7 years ago
  97. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  98. 7eb8698 Add sweep gradient to SkRasterPipeline by Herb Derby · 7 years ago
  99. 86d64a8 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  100. a9e241d drawfilter is legacy-guarded, no need for deprecated by Mike Reed · 7 years ago