1. 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 3 months ago
  2. d5961b3 Update SKP version by skia-recreate-skps · 4 years, 3 months ago
  3. 8702b8f don't return unknown from computing-convexity, as documented by Mike Reed · 4 years, 3 months ago
  4. 5d3314c overhaul blit_row_s32a_opaque() by Mike Klein · 4 years, 3 months ago
  5. 6fd391a uv in x - fix iphone6 by Herb Derby · 4 years, 3 months ago
  6. ae1672b Remove the kFramebufferOnly flag from our validation checks again. by Greg Daniel · 4 years, 3 months ago
  7. 06296c6 secure AtlasLocator by Herb Derby · 4 years, 3 months ago
  8. d80cb1f store the page bits in U only by Herb Derby · 4 years, 3 months ago
  9. 1e87a9a second guess swizzler avx-512 opts by Mike Klein · 4 years, 3 months ago
  10. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years, 3 months ago
  11. 933abe3 Remove fProgram member from ProgramVisitor. by John Stiles · 4 years, 3 months ago
  12. 5c612ad create a sample to demonstrate a timing attack by Mike Klein · 4 years, 3 months ago
  13. 09dac44 Add helper function for making temp variables in inlineCall. by John Stiles · 4 years, 3 months ago
  14. fc1eb95 second-guess AVX-512 opts by Mike Klein · 4 years, 3 months ago
  15. 442c578 add missing include by Mike Klein · 4 years, 3 months ago
  16. 280fa3d Remove use of texture swizzle in GL backend. by Brian Salomon · 4 years, 3 months ago
  17. e7f7158 add suggested `override` by Mike Klein · 4 years, 3 months ago
  18. 8a43e20 Don't run glesnarrow on Mali400 bots by Brian Osman · 4 years, 3 months ago
  19. 43c78ab Remember to track convexity/direction for IsA shapes (e.g. oval, rrect) by Mike Reed · 4 years, 3 months ago
  20. ce591b7 Fix a handful of remaining C-style casts in IRGenerator. by John Stiles · 4 years, 3 months ago
  21. d385091 Roll Chromium from e3029d74cf64 to 15c4ec7c0cc6 (406 revisions) by skia-autoroll · 4 years, 3 months ago
  22. 5fc37c9 Roll ANGLE from 68c8ed7aec14 to d3eba1db0a14 (19 revisions) by skia-autoroll · 4 years, 3 months ago
  23. 6e093d6 Roll SwiftShader from 1f48854dae26 to ec3650f56ca2 (1 revision) by skia-autoroll · 4 years, 3 months ago
  24. 983b416 Roll dawn from 8c012e879646 to 900bd341a3c6 (1 revision) by skia-autoroll · 4 years, 3 months ago
  25. 952f088 Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver by Brian Salomon · 4 years, 3 months ago
  26. 716e281 use a dense index internally in SkScalerCache by Herb Derby · 4 years, 3 months ago
  27. 30691f8 Make sure we set vk input attachment for case when doing copy. by Greg Daniel · 4 years, 3 months ago
  28. ee58da9 Remove unused `count_returns` method. by John Stiles · 4 years, 3 months ago
  29. 656427a Prefer unique_ptr<> and make_xxxx over raw pointers and new. by John Stiles · 4 years, 3 months ago
  30. 638b2e8 Add GrInternalSurfaceFlag for vulkan input attachment. by Greg Daniel · 4 years, 3 months ago
  31. f1bc828 Replace complex `count_returns` method with a ProgramVisitor. by John Stiles · 4 years, 3 months ago
  32. 532a264 use bit 15 to encode page information in glyph UV by Herb Derby · 4 years, 3 months ago
  33. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 3 months ago
  34. b0ebb5a Don't pre-scale tessellated strokes by the matrix scale by Chris Dalton · 4 years, 3 months ago
  35. 55f02eb Run glnarrow/glesnarrow on GPU perf bots by Brian Osman · 4 years, 3 months ago
  36. 5a1ebc6 use pathbuilder by Mike Reed · 4 years, 3 months ago
  37. b6bd0d2 Make SkRuntimeShaderBuilder safe for reuse by Brian Osman · 4 years, 3 months ago
  38. 318ad4b Improve control-flow support in early-return detection. by John Stiles · 4 years, 3 months ago
  39. be0e42c New helpers for SkYUVAInfo when used with pixmaps. by Brian Salomon · 4 years, 3 months ago
  40. 626349b Remove do-nothing MPD benchmarking from nanobench by Brian Salomon · 4 years, 3 months ago
  41. faa844b collapse some unused type hierarchy by Mike Klein · 4 years, 3 months ago
  42. 810c8cf Use an unordered map for intrinsics in the IR generator. by John Stiles · 4 years, 3 months ago
  43. aba6b93 Replace C-style casts with as<T> in the Control Flow Graph. by John Stiles · 4 years, 3 months ago
  44. e3d6db4 Roll Chromium from 0839d38f07fc to e3029d74cf64 (465 revisions) by skia-autoroll · 4 years, 3 months ago
  45. 6cd6d19 Roll ANGLE from 3c2454b82c05 to 68c8ed7aec14 (11 revisions) by skia-autoroll · 4 years, 3 months ago
  46. 5ce7158 Roll SwiftShader from 622558b02e1a to 1f48854dae26 (3 revisions) by skia-autoroll · 4 years, 3 months ago
  47. e6c0f01 Roll dawn from c3e3c30b0d7f to 8c012e879646 (4 revisions) by skia-autoroll · 4 years, 3 months ago
  48. 398ecf1 Remove unused factories that take characterizations. by Greg Daniel · 4 years, 3 months ago
  49. b7926b8 Enable glesfakev2 config on Android perf bots by Brian Salomon · 4 years, 3 months ago
  50. 4d09f2d Format and comment SkScalarInterpFunc by Ben Wagner · 4 years, 3 months ago
  51. b2b7f80 Add config "glesfakev2". It runs GLES with the version faked as 2. by Brian Salomon · 4 years, 3 months ago
  52. 64f3530 [canvaskit] Update GM:skottie_setcolor by Florin Malita · 4 years, 3 months ago
  53. 4e67774 Reland "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago
  54. f2845ac Always (pre)compute path bounds when using a builder by Mike Reed · 4 years, 3 months ago
  55. c113f00 Remove renderable flag from texture createLazyProxy. by Greg Daniel · 4 years, 3 months ago
  56. 9e506ee Add the inline keyword to top-level FPs that use an explicit return. by John Stiles · 4 years, 3 months ago
  57. 1798f4f Reland "Reland "ICU: SkShaper (bidi iterator only)"" by Julia Lavrova · 4 years, 3 months ago
  58. 06d7c9d Revert "Revert "use pathbuilder"" by Mike Reed · 4 years, 3 months ago
  59. 735a5a7 Allow .fp files to return a color from main(). by John Stiles · 4 years, 3 months ago
  60. 3be08b6 Add unit tests for early-return detection. by John Stiles · 4 years, 3 months ago
  61. 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years, 3 months ago
  62. 10c4213 Remove GrRenderTargetProxyPriv class and setGLRTFBOIDIs0 call. by Greg Daniel · 4 years, 3 months ago
  63. 8e4a44f Add Retries to Canaries by Ravi Mistry · 4 years, 3 months ago
  64. 0703d65 Update SKP version by skia-recreate-skps · 4 years, 3 months ago
  65. 4b25d41 use pathbuilder by Mike Reed · 4 years, 3 months ago
  66. 44820a9 Remove legacy runtime effect main signature by Brian Osman · 4 years, 3 months ago
  67. 38e81a5 Revert "Simplify the Metal Compiler wrapper code" by Adlai Holler · 4 years, 3 months ago
  68. cdb0f8e [skottie] Assorted shape repeater fixes by Florin Malita · 4 years, 3 months ago
  69. 03cde5f Revert "Reland "ICU: SkShaper (bidi iterator only)"" by Derek Sollenberger · 4 years, 3 months ago
  70. 765d2fe optimized SkSL inlining output by Ethan Nicholas · 4 years, 3 months ago
  71. 5da7327 Use GCLIENT_PY3=0 in recreate_skps.py by Ravi Mistry · 4 years, 3 months ago
  72. ead4ca0 Roll ANGLE from 7bce5194d1d6 to 3c2454b82c05 (19 revisions) by skia-autoroll · 4 years, 3 months ago
  73. 8a1acf8 Roll Chromium from 752313f1c52e to 0839d38f07fc (372 revisions) by skia-autoroll · 4 years, 3 months ago
  74. a139788 add arm64e slice to arm64 iOS builds by Mike Klein · 4 years, 3 months ago
  75. 2064111 Fix early-return misdetection in the inliner. by John Stiles · 4 years, 3 months ago
  76. 62a0f15 remove __ARM_FEATURE_CRC32 workaround by Mike Klein · 4 years, 3 months ago
  77. ad5494d use pathbuilder by Mike Reed · 4 years, 3 months ago
  78. c37d551 Add unit test for return statements wrapped in a block. by John Stiles · 4 years, 3 months ago
  79. 3c02c93 Revert "Update SKP version" by Ravi Mistry · 4 years, 3 months ago
  80. 052ece3 Update SKP version by skia-recreate-skps · 4 years, 3 months ago
  81. e60e560 set _XOPEN_SOURCE=0 when building ICU by Mike Klein · 4 years, 3 months ago
  82. c09645b Remove newly-added SkDEBUGFAILs when we can't make an FP in drawAtlas. by John Stiles · 4 years, 3 months ago
  83. 3cce112 Simplify the Metal Compiler wrapper code by Adlai Holler · 4 years, 3 months ago
  84. 90242db Remove Sk2f usage from curve rotation calculations by Chris Dalton · 4 years, 3 months ago
  85. a316aa6 Add "radial edges" to tessellated stroking by Chris Dalton · 4 years, 3 months ago
  86. f621e23 Fix cases of variable shadowing in SkSL. by John Stiles · 4 years, 3 months ago
  87. 7bc5542 Reland "ICU: SkShaper (bidi iterator only)" by Julia Lavrova · 4 years, 3 months ago
  88. b2b4cc8 Don't used cached memory for buffers in vulkan. by Greg Daniel · 4 years, 3 months ago
  89. f2f9b0d Filter transformed atlas images correctly on GPU. by John Stiles · 4 years, 3 months ago
  90. 5660e8b Hook DDLPromiseImageHelper up to new YUVA API. by Brian Salomon · 4 years, 3 months ago
  91. cd2f0b6 GrSempahore/GrGpuResource cleanup by Mike Klein · 4 years, 3 months ago
  92. 92f6eb1 use pathbuilder by Mike Reed · 4 years, 3 months ago
  93. 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 3 months ago
  94. 5c4880c refactor SkArenaAlloc footers by Mike Klein · 4 years, 3 months ago
  95. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 3 months ago
  96. 3a96e2c Draw patches/atlases using the AutoLayerForImageFilter's SkPaint. by John Stiles · 4 years, 3 months ago
  97. 578215b Roll ANGLE from 4f7edbe1f6f0 to 7bce5194d1d6 (7 revisions) by skia-autoroll · 4 years, 3 months ago
  98. 221a069 Roll Chromium from 65295ec3eca4 to 752313f1c52e (354 revisions) by skia-autoroll · 4 years, 3 months ago
  99. 9ad0c9e Roll dawn from ef7447334713 to c3e3c30b0d7f (1 revision) by skia-autoroll · 4 years, 3 months ago
  100. bcca52a Revert "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago