1. 8738cf4 ccpr: Simplify triangle corners by Chris Dalton · 6 years ago
  2. 43f0ba0 update tool to sniff images during deserialization by Mike Reed · 6 years ago
  3. 7946c0c Fix no gpu build by Greg Daniel · 6 years ago
  4. f4e99e6 Remove getCache from SkAutoGlyphCache* by Herb Derby · 6 years ago
  5. cb1bbfe Fix breakage from merge conflict related to deleteTestingOnlyBackendTexture sig. change by Brian Salomon · 6 years ago
  6. 11b3051 Enable opList-based DDLs by Robert Phillips · 6 years ago
  7. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  8. 2fa912a Fix a logical test in GrColorSpaceXform::Equals by Brian Osman · 6 years ago
  9. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago
  10. 33cb22c Remove one use of AttachCache, and a paint variant of FindOrCreate... by Herb Derby · 6 years ago
  11. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 6 years ago
  12. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 6 years ago
  13. 32929e0 Roll skia/third_party/externals/angle2/ e8a93c6ed..331404098 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  14. a5c6f1c Update SKP version by UpdateSKPs · 6 years ago
  15. a883aca ccpr: Fix stale array access after dynamic resize by Chris Dalton · 6 years ago
  16. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  17. ad06544 ccpr: Fix crash on zero-length fan tessellations by Chris Dalton · 6 years ago
  18. c2ef4ab Remove all uses of getCache with get. by Herb Derby · 6 years ago
  19. 03cd6e6 Avoid serializing to 'typ1' on Mac. by Ben Wagner · 6 years ago
  20. 74b4290 some fuzzer fixes by Cary Clark · 6 years ago
  21. b537879 Remove SKQP bots from master by Stephan Altmueller · 6 years ago
  22. 66abdf6 Roll skia/third_party/externals/angle2/ 80964f97e..e8a93c6ed (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  23. dc0b12e Harden size check during textblob deserialization by Wei Li · 6 years ago
  24. ff6b4c5 Roll skia/third_party/externals/angle2/ 5164b797c..80964f97e (6 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  25. d07e4a2 Change behavior of custom image serial/deserial by Mike Reed · 6 years ago
  26. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 6 years ago
  27. 3adc122 Fill in some missing virtuals from canvas subclasses by Brian Osman · 6 years ago
  28. a3457b8 Split GrDDL- & GrDirect- Contexts into their own files by Robert Phillips · 6 years ago
  29. 1eb5ca4 tighten check when we might overflow legacy shader math by Mike Reed · 6 years ago
  30. 8b0ef63 Use clippedIR instead of clipBounds to filter coverage deltas by Yuqian Li · 6 years ago
  31. 2091fe2 Upgrade IntelIris540 Win10 GPU driver, take 2. by Ben Wagner · 6 years ago
  32. 068ccaa Re-enable PGO for Skia by Pirama Arumuga Nainar · 6 years ago
  33. bebfd41 Fix preAbandonContext bot by Robert Phillips · 6 years ago
  34. baf3e78 Revert "ccpr: Draw curves in a single pass" by Chris Dalton · 6 years ago
  35. fe462ef Revert "ccpr: Simplify triangle corners" by Chris Dalton · 6 years ago
  36. 4997e14 Use kLow_SkFilterQuality when generating shader masks by Florin Malita · 6 years ago
  37. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  38. f777897 Delazify wrapped backend textures/render target proxies by Brian Salomon · 6 years ago
  39. c7c2baf Additional DDL playback cleanup by Robert Phillips · 6 years ago
  40. 8c827ce Roll skia/third_party/externals/angle2/ ed8b49195..5164b797c (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  41. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  42. fa30339 Roll skia/third_party/externals/angle2/ 2202680c6..ed8b49195 (5 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  43. 622650a ccpr: Simplify triangle corners by Chris Dalton · 6 years ago
  44. df04ce2 ccpr: Draw curves in a single pass by Chris Dalton · 6 years ago
  45. 5f20fa2 [skottie] Reduce parser verbosity by Florin Malita · 6 years ago
  46. 4123223 add TrimPathEffect by Mike Reed · 6 years ago
  47. 23d2389 Roll skia/third_party/externals/skcms/ da8c41528..e5ac7a7c8 (2 commits) by skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  48. 19f2922 [sksg] Cache transformed TrimEffect geometry by Florin Malita · 6 years ago
  49. 02bd295 Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft by Brian Salomon · 6 years ago
  50. 88df8d2 Test SKQP on Firebase Testlab and Upload by Stephan Altmueller · 6 years ago
  51. 5183e64 ccpr: Combine GS triangle hulls and edges into a single draw by Chris Dalton · 6 years ago
  52. de9f546 Make Vulkan testing-only backend textures have optimal layout by Brian Salomon · 6 years ago
  53. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 6 years ago
  54. af4adef Have GrGlyphCache and GrAtlasManager compute the atlas limits independently by Robert Phillips · 6 years ago
  55. ba8726b Roll skia/third_party/externals/angle2/ 7618eaf9a..2202680c6 (4 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  56. 0a79381 ccpr: Fix very small edges by Chris Dalton · 6 years ago
  57. b5e1f75 Revert "Revert "add tiler for SkDraw"" by Mike Reed · 6 years ago
  58. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  59. c7fbda9 chop down huge rects before hairlining by Mike Reed · 6 years ago
  60. 73fb0c9 Roll skia/third_party/externals/skcms/ 8a7ec86c0..da8c41528 (1 commit) by skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  61. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  62. ab6fd7e Revert "Remove attach and detach glyph cache." by Herb Derby · 6 years ago
  63. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  64. 1b9b7d5 Reland "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 6 years ago
  65. 5cc94cc Revert "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 6 years ago
  66. 61d56b9 Remove attach and detach glyph cache. by Herb Derby · 6 years ago
  67. 78cb579 Reland "make SkJumper stages normal Skia code" by Mike Klein · 6 years ago
  68. aa567ab Remove dm excludes from public.bzl. by Ben Wagner · 6 years ago
  69. 3a4bd34 Revert "make SkJumper stages normal Skia code" by Mike Klein · 6 years ago
  70. 22e536e make SkJumper stages normal Skia code by Mike Klein · 6 years ago
  71. 25d07fc Prefer kMixedSamples MSFBOType to multisampled-render-to-texture variants by Brian Salomon · 6 years ago
  72. 461ef7a Revert "add tiler for SkDraw" by Florin Malita · 6 years ago
  73. 08b44fa Experiment with different settings for Pixel SKP bench by Kevin Lubick · 6 years ago
  74. 0dc33cc Roll skia/third_party/externals/angle2/ 28060c436..7618eaf9a (3 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  75. fcea56c Make GrReleaseProcHelper an SkWeakRefCnt by Greg Daniel · 6 years ago
  76. 7444340 Roll skia/third_party/externals/angle2/ d2cb7cec4..28060c436 (7 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  77. 77e3afc [SkSVGDevice] Add support for image shaders. by Alexander Midlash · 6 years ago
  78. c5cf762 Viewer/Amdroid: universal build, resources in APK by Hal Canary · 6 years ago
  79. a82780e use safe math for growForRepeatedVerb by Cary Clark · 6 years ago
  80. 61e2d45 Revert "Centralize mask byte calculations" by Herb Derby · 6 years ago
  81. 2c71133 Cleaning up SkColorSpaceXform a bit by Brian Osman · 6 years ago
  82. 8994150 Centralize mask byte calculations by Herb Derby · 6 years ago
  83. be1b397 add tiler for SkDraw by Mike Reed · 6 years ago
  84. 18e9ba1 support 888x, 1010102, and 101010x in SkPixmap::erase() by Mike Klein · 6 years ago
  85. 94458ee Add SkSurfaceCharacterization::createResized by Robert Phillips · 6 years ago
  86. e041e31 remove canvas internal private by Cary Clark · 6 years ago
  87. 5fa2711 Add "--nonativeFonts" to public.bzl for running dm. by Ben Wagner · 6 years ago
  88. a62e9a8 Roll skia/third_party/externals/angle2/ e05ffdd19..d2cb7cec4 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  89. 8bac928 Fix .fp files by Robert Phillips · 6 years ago
  90. ba8feb5 Draw glyphs from paths if they have an empty path. by Ben Wagner · 6 years ago
  91. 9d5c674 check for valid inputs to shadows by Mike Reed · 6 years ago
  92. eb3f674 Add GetTypefaceOrDefault to SkPaintPriv by Herb Derby · 6 years ago
  93. 7487ec8 use points instead of verbs for interpolate by Cary Clark · 6 years ago
  94. 7d8b06f Update Skia milestone to 67 by Heather Miller · 6 years ago
  95. 28d4773 make compute helper for blurs private by Mike Reed · 6 years ago
  96. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  97. 2f86220 Fix drawing SkAnimatedImages with transparency by Leon Scroggins III · 6 years ago
  98. bd65253 Roll skia/third_party/externals/angle2/ 78e39b3fd..e05ffdd19 (7 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  99. 2388cd1 Roll skia/third_party/externals/skcms/ 76a0bf463..8a7ec86c0 (1 commit) by skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 6 years ago
  100. cf838c7 Add bilerp support to scaled emojis by Jim Van Verth · 6 years ago