1. 7b3415c [skottie] "hold" keyframe support by Florin Malita · 7 years ago
  2. 44804c0 Skip driver workarounds in GrGLCaps::initConfigTable based on GrContextOptions by Brian Salomon · 7 years ago
  3. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 7 years ago
  4. 4e69f14 Fix noncoherent advanced blend eq NV workaround by Brian Salomon · 7 years ago
  5. 0a134c4 Roll skia/third_party/externals/angle2/ 379681336..c081020c7 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  6. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
  7. 3a08c65 update gold docs by Heather Miller · 7 years ago
  8. d00072d Roll skia/third_party/externals/angle2/ 49886899b..379681336 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  9. 39d6c1a Roll skia/third_party/externals/angle2/ d66e19393..49886899b (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  10. 3da15bb SkQP: fix upload script by Hal Canary · 7 years ago
  11. 78d762d Added bullet proofing to WrappedProxyConversionTest by Robert Phillips · 7 years ago
  12. 757c154 Remove superfluous SkReadBuffer validity checks by Robert Phillips · 7 years ago
  13. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
  14. 8524c30 Make SkAnimatedImage::update return sentinel when stopped by Leon Scroggins III · 7 years ago
  15. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 7 years ago
  16. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 7 years ago
  17. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  18. a7701e0 GrTessellator: add a #define for max aa verb count. by Stephen White · 7 years ago
  19. 37834c8 Various MSAN fixes by Kevin Lubick · 7 years ago
  20. 3bfba2a Increase depth threshold for SkClipStack::isRRect. by Brian Salomon · 7 years ago
  21. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  22. 574b06f init out-param on buffer failure by Mike Reed · 7 years ago
  23. 959ccc2 Fix skia image filter fuzz SkLightingImageFilter complaint by Robert Phillips · 7 years ago
  24. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  25. 8d4a9f0 SkQP: upload_directory_contents.sh is sharded by Hal Canary · 7 years ago
  26. 16b56f5 SkQP: set fDisableDriverCorrectnessWorkarounds by Hal Canary · 7 years ago
  27. 23fda7a SkQP: Cloud Scripts by Hal Canary · 7 years ago
  28. 25366fa [skottie] Initial mask support by Florin Malita · 7 years ago
  29. 74d6e11 require finite blob bounds by Mike Reed · 7 years ago
  30. 01b476a Start of adding GrContextOption that overrides driver workarounds. by Brian Salomon · 7 years ago
  31. 165fa63 check for valid vertices mode by Mike Reed · 7 years ago
  32. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  33. e70b9e8 report error on global enum by Cary Clark · 7 years ago
  34. de9cef2 rm spurious std::move from getFontAtlasImage_ForTesting by Robert Phillips · 7 years ago
  35. 08dae92 Fixed a few spots where SkSL optimizer was not respecting side effects by Ethan Nicholas · 7 years ago
  36. d8327a8 Clean up SkScalerContext descriptor creation by Herb Derby · 7 years ago
  37. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  38. da8139f Roll skia/third_party/externals/angle2/ dd21ecf80..d66e19393 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  39. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  40. ca4439f [skottie] Discard orphaned geometry animators by Florin Malita · 7 years ago
  41. 52247db Roll skia/third_party/externals/angle2/ 66f73b731..dd21ecf80 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  42. ad335bb [skottie] Improved animation params parsing by Florin Malita · 7 years ago
  43. 055b0f5 [skottie] Improved trim path support by Florin Malita · 7 years ago
  44. 731dd8d Roll skia/third_party/externals/angle2/ f661686c1..66f73b731 (12 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  45. 03362c3 Update ANGLE's BUILD.gn to include definitions for GL_API. by Geoff Lang · 7 years ago
  46. 95bd387 Verify Status is showing new commits. by Ben Wagner · 7 years ago
  47. 1fe0bcc check for huge paths by Mike Reed · 7 years ago
  48. ca02c0a Convert SVGPong sample to sksg by Florin Malita · 7 years ago
  49. 4080305 SkQP: add some scripts for admin by Hal Canary · 7 years ago
  50. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  51. 2e6feed Fix crash in ~GrContext by Robert Phillips · 7 years ago
  52. baafcdc move zero-init to sk_malloc for masks by Mike Reed · 7 years ago
  53. ec97ac9 fetch-clang-format: better error checking by Hal Canary · 7 years ago
  54. a9de760 SkQP: replace blacklist with: DoNotExecuteInExperimentalMode and NoScoreInCompatibilityTestMode by Hal Canary · 7 years ago
  55. 3b428cb Set empty device clip when an image filter has zero bounds by Xianzhu Wang · 7 years ago
  56. 2cb6cb1 Add SkAnimatedImage::isFinished by Leon Scroggins III · 7 years ago
  57. 0848fb0 Fix startup for SampleSlide by Jim Van Verth · 7 years ago
  58. 4c11945 Respect repetition count in SkAnimatedImage by Leon Scroggins III · 7 years ago
  59. 19dd8fb https://skia.org/skqp by Hal Canary · 7 years ago
  60. 35efaa8 [sksg] Animator, Scene by Florin Malita · 7 years ago
  61. 5d750ed Blacklist changed skp by Kevin Lubick · 7 years ago
  62. 87d18ce Add Chinese zoom Sample. by Jim Van Verth · 7 years ago
  63. de161cb increase alignment of half-float pixels in F16Stages test by Mike Klein · 7 years ago
  64. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  65. 3ba3fa7 [sksg] Refactor inval registration by Florin Malita · 7 years ago
  66. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  67. 5081eed self check and corrections by Cary Clark · 7 years ago
  68. 8a67c4c remove doc reference to (now deleted) class by Mike Reed · 7 years ago
  69. a6cd625 Revert "declare SkRasterizer for android" by Mike Reed · 7 years ago
  70. 949cfd4 Update markdown files by Update Docs · 7 years ago
  71. e168c3e declare SkRasterizer for android by Mike Reed · 7 years ago
  72. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  73. 0785365 [sksg] Improved trim-path emulation by Florin Malita · 7 years ago
  74. ee6de4b [skottie] Only apply effects to non-empty geometry stacks by Florin Malita · 7 years ago
  75. 7396415 [sksg] Skip zero-width strokes by Florin Malita · 7 years ago
  76. b7235a9 Update SKP version by UpdateSKPs · 7 years ago
  77. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 7 years ago
  78. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  79. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  80. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  81. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 7 years ago
  82. faca00d ccpr: Unblacklist Mali by Chris Dalton · 7 years ago
  83. 36591e5 Better handle context-loss in MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  84. 81fe2a1 remove some old old pict ops by Mike Reed · 7 years ago
  85. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  86. ad6660a Use equal_range for factory lookups by Vladimir Levin · 7 years ago
  87. 16d0ad0 [skottie,sksg] Improved shape group semantics by Florin Malita · 7 years ago
  88. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  89. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  90. 4d12051 Add explicit abandoned flag to the GrProxyProvider by Robert Phillips · 7 years ago
  91. bd4bfa8 Add Android_API26 bot to CQ by Greg Daniel · 7 years ago
  92. 2826627 drawimage + maskfilter bug fix by Mike Reed · 7 years ago
  93. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  94. 9cec1bc check for crazy bounds from fuzzer by Mike Reed · 7 years ago
  95. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  96. b69a2f6 SkQP: use bitmap.pixmap() by Hal Canary · 7 years ago
  97. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  98. e582600 make rrect's more self-consistent, check drawable index by Mike Reed · 7 years ago
  99. 2cc7d13 Stop defining SK_CODEC_PRINTF in debug by Leon Scroggins III · 7 years ago
  100. 0a94e4c ccpr: Blacklist vertex shaders on ANGLE/Skylake by Chris Dalton · 7 years ago