1. f5e2b2e Roll ANGLE from 6eeb3d8bf667 to 0c25fbe3e3ed (14 revisions) by skia-autoroll · 5 years ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 5 years ago
  3. 683becc Migrate inliner-related tests to a separate unit-test file. by John Stiles · 5 years ago
  4. 6ed2dcc Don't require secondary command buffers on mali vk. by Greg Daniel · 5 years ago
  5. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 5 years ago
  6. 370de72 Revert "[canvaskit] Replace RRect objects with TypedArrays." by Michael Ludwig · 5 years ago
  7. 1f49ceb Revert "[canvaskit] Change SkRects to be arrays, not objects." by Michael Ludwig · 5 years ago
  8. 55289ae Revert "[canvaskit] Add drawRect4f as example 'fast path' API" by Michael Ludwig · 5 years ago
  9. fffe384 Remove pipeline-stage workarounds from the GLSL code generator. by John Stiles · 5 years ago
  10. 72de115 update INHERITED style by Mike Klein · 5 years ago
  11. 0f7aa54 Fix GL loading bug in wasm debugger. by Nathaniel Nifong · 5 years ago
  12. 2753b12 [canvaskit] Add drawRect4f as example 'fast path' API by Kevin Lubick · 5 years ago
  13. bdc214a [canvaskit] Change SkRects to be arrays, not objects. by Kevin Lubick · 5 years ago
  14. c9498ef [canvaskit] Replace RRect objects with TypedArrays. by Kevin Lubick · 5 years ago
  15. 2ff9706 Replace empty Block with Nop statement. by John Stiles · 5 years ago
  16. 3d1d636 simplify fill vertex calculations by Herb Derby · 5 years ago
  17. 16f376f Disallow some combinations of program element and program kind by Brian Osman · 5 years ago
  18. ad2319f Ensure that inlined if/else blocks are properly scoped. by John Stiles · 5 years ago
  19. da6320c Disallow a bare ';' at the top level of SkSL files by Ethan Nicholas · 5 years ago
  20. 0e47880 Remove some leftover double types from SkSLContext by Brian Osman · 5 years ago
  21. 2099ac7 Add unit tests for inlining if/else blocks. by John Stiles · 5 years ago
  22. e9a9ad9 Remove unused GrVkDescriptorSetManager factor. by Greg Daniel · 5 years ago
  23. c0dd06d Ensure that inlined statements are properly scoped. by John Stiles · 5 years ago
  24. 5bdba1a add missing clamp to SkColorFilter_Matrix by Mike Klein · 5 years ago
  25. 0ce0f6d update SkNx allTrue/anyTrue by Mike Klein · 5 years ago
  26. 4ef21ed Split creation of integral table out of GrRectBlurEffect by Robert Phillips · 5 years ago
  27. 8fa3b4e Disallow inlining ternary true/false branches. by John Stiles · 5 years ago
  28. 648a81e Add unit tests for the inliner. by John Stiles · 5 years ago
  29. a171109 skvx spring cleaning by Mike Klein · 5 years ago
  30. 5bc0b65 Split up find_or_create_rrect_blur_mask_fp by Robert Phillips · 5 years ago
  31. 90b027a disable -Wpsabi everywhere by Mike Klein · 5 years ago
  32. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 5 years ago
  33. 1338a37 Roll Chromium from 09ccc6e069bb to 33b01ad5c6d0 (397 revisions) by skia-autoroll · 5 years ago
  34. 6f5aa39 Roll ANGLE from c0dda02196e8 to 6eeb3d8bf667 (8 revisions) by skia-autoroll · 5 years ago
  35. 0e24f85 Roll SwiftShader from a2e6c1a149f4 to e1051cbaad46 (5 revisions) by skia-autoroll · 5 years ago
  36. fbcc21f Roll dawn from 0b89b27263b1 to 880013579381 (5 revisions) by skia-autoroll · 5 years ago
  37. 05ce281 Revert "Removing ICU dependencies from skparagraph BUILD.gn file" by Julia Lavrova · 5 years ago
  38. f1711ad Removing ICU dependencies from skparagraph BUILD.gn file by Julia Lavrova · 5 years ago
  39. f48dfd9 Revert "debug LSAN failures" by Mike Klein · 5 years ago
  40. 75f5314 fix unsigned compare against zero by Herb Derby · 5 years ago
  41. 3867c70 plumb cubic params into gpu backend by Mike Reed · 5 years ago
  42. a0d913b Separate our use of sampler object from GL support. by Brian Salomon · 5 years ago
  43. e1a0089 maintain the page index in AtlasLocator by Herb Derby · 5 years ago
  44. 928a02b Roll Chromium from b89144a43412 to 09ccc6e069bb (370 revisions) by skia-autoroll · 5 years ago
  45. d20e8e9 debug LSAN failures by Mike Klein · 5 years ago
  46. 4202dc4 Use erase-remove idiom for dead-variable removal. by John Stiles · 5 years ago
  47. 7954d6c Use erase-remove idiom to remove dead SkSL functions. by John Stiles · 5 years ago
  48. a73c9d7 Make some internal runtime effect API private by Brian Osman · 5 years ago
  49. 7b46300 Move ownership of SkSL::Inliner to SkSL::Compiler. by John Stiles · 5 years ago
  50. cf936f9 Replace salting process in SkSLInliner with a symbol table check. by John Stiles · 5 years ago
  51. b92641c Update contains_xxxx_break to use ProgramVisitor. by John Stiles · 5 years ago
  52. a551fd2 Roll ANGLE from 2f291c0bd181 to c0dda02196e8 (11 revisions) by skia-autoroll · 5 years ago
  53. 3913d3e Set Metal semantics for SkSL point size. by Jim Van Verth · 5 years ago
  54. 39616ec The inlined function body is now returned as a single Statement. by John Stiles · 5 years ago
  55. 44e96be Migrate SkSL Inliner out of IRGenerator and into its own module. by John Stiles · 5 years ago
  56. 16d5b0a Consolidate image filter evaluation into SkBaseDevice by Michael Ludwig · 5 years ago
  57. 241f080 Add helper function for inlining argument lists. by John Stiles · 5 years ago
  58. 4c2928b deserialize drawPoints() mode safely by Mike Klein · 5 years ago
  59. db5582b Revert "Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver" by Brian Salomon · 5 years ago
  60. ea9ab82 Refactor inlineCall() to take a FunctionCall and SymbolTable as input. by John Stiles · 5 years ago
  61. ffd61ca Simpler SkYUVAPixmapInfo construction by Brian Salomon · 5 years ago
  62. c23eeb8 Roll SwiftShader from ec3650f56ca2 to a2e6c1a149f4 (4 revisions) by skia-autoroll · 5 years ago
  63. 5f71ffe Roll ANGLE from d3eba1db0a14 to 2f291c0bd181 (29 revisions) by skia-autoroll · 5 years ago
  64. bdf7904 Roll Chromium from 15c4ec7c0cc6 to b89144a43412 (499 revisions) by skia-autoroll · 5 years ago
  65. ba1e083 Roll dawn from 900bd341a3c6 to 0b89b27263b1 (2 revisions) by skia-autoroll · 5 years ago
  66. 85f51b2 Simplify firstdirection by Mike Reed · 5 years ago
  67. 3872c98 Move convexity enum out of public by Mike Reed · 5 years ago
  68. d5961b3 Update SKP version by skia-recreate-skps · 5 years ago
  69. 8702b8f don't return unknown from computing-convexity, as documented by Mike Reed · 5 years ago
  70. 5d3314c overhaul blit_row_s32a_opaque() by Mike Klein · 5 years ago
  71. 6fd391a uv in x - fix iphone6 by Herb Derby · 5 years ago
  72. ae1672b Remove the kFramebufferOnly flag from our validation checks again. by Greg Daniel · 5 years ago
  73. 06296c6 secure AtlasLocator by Herb Derby · 5 years ago
  74. d80cb1f store the page bits in U only by Herb Derby · 5 years ago
  75. 1e87a9a second guess swizzler avx-512 opts by Mike Klein · 5 years ago
  76. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 5 years ago
  77. 933abe3 Remove fProgram member from ProgramVisitor. by John Stiles · 5 years ago
  78. 5c612ad create a sample to demonstrate a timing attack by Mike Klein · 5 years ago
  79. 09dac44 Add helper function for making temp variables in inlineCall. by John Stiles · 5 years ago
  80. fc1eb95 second-guess AVX-512 opts by Mike Klein · 5 years ago
  81. 442c578 add missing include by Mike Klein · 5 years ago
  82. 280fa3d Remove use of texture swizzle in GL backend. by Brian Salomon · 5 years ago
  83. e7f7158 add suggested `override` by Mike Klein · 5 years ago
  84. 8a43e20 Don't run glesnarrow on Mali400 bots by Brian Osman · 5 years ago
  85. 43c78ab Remember to track convexity/direction for IsA shapes (e.g. oval, rrect) by Mike Reed · 5 years ago
  86. ce591b7 Fix a handful of remaining C-style casts in IRGenerator. by John Stiles · 5 years ago
  87. d385091 Roll Chromium from e3029d74cf64 to 15c4ec7c0cc6 (406 revisions) by skia-autoroll · 5 years ago
  88. 5fc37c9 Roll ANGLE from 68c8ed7aec14 to d3eba1db0a14 (19 revisions) by skia-autoroll · 5 years ago
  89. 6e093d6 Roll SwiftShader from 1f48854dae26 to ec3650f56ca2 (1 revision) by skia-autoroll · 5 years ago
  90. 983b416 Roll dawn from 8c012e879646 to 900bd341a3c6 (1 revision) by skia-autoroll · 5 years ago
  91. 952f088 Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver by Brian Salomon · 5 years ago
  92. 716e281 use a dense index internally in SkScalerCache by Herb Derby · 5 years ago
  93. 30691f8 Make sure we set vk input attachment for case when doing copy. by Greg Daniel · 5 years ago
  94. ee58da9 Remove unused `count_returns` method. by John Stiles · 5 years ago
  95. 656427a Prefer unique_ptr<> and make_xxxx over raw pointers and new. by John Stiles · 5 years ago
  96. 638b2e8 Add GrInternalSurfaceFlag for vulkan input attachment. by Greg Daniel · 5 years ago
  97. f1bc828 Replace complex `count_returns` method with a ProgramVisitor. by John Stiles · 5 years ago
  98. 532a264 use bit 15 to encode page information in glyph UV by Herb Derby · 5 years ago
  99. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 5 years ago
  100. b0ebb5a Don't pre-scale tessellated strokes by the matrix scale by Chris Dalton · 5 years ago