1. 0ef0491 Use Microsoft's ComPtr to wrap D3D12 objects. by Jim Van Verth · 4 years, 5 months ago
  2. 9e5a60c Don't set BASE/MAX mip map level on PowerVR. by Brian Salomon · 4 years, 5 months ago
  3. 2ff24c6 [infra] Fix Git package for Housekeeper-PerCommit-InfraTests_Win by Eric Boren · 4 years, 5 months ago
  4. d2b695a Close disabled warning pragmas by Jim Van Verth · 4 years, 5 months ago
  5. e659214 Revamped handling of SkSL node kinds by Ethan Nicholas · 4 years, 5 months ago
  6. a9b45b6 Re-enable use of sampler objects on ANGLE. by Brian Salomon · 4 years, 5 months ago
  7. 6eadf13 Change Inliner signature in preparation for analyzer pass. by John Stiles · 4 years, 5 months ago
  8. c665507 SK_API on SkYUVAPixmaps::SupportedDataTypes. by Brian Salomon · 4 years, 5 months ago
  9. 7328d17 Fix Dawn's path to spirv-cross. by Corentin Wallez · 4 years, 5 months ago
  10. 2b3b35f Handle function reference expressions in the inliner by Brian Osman · 4 years, 5 months ago
  11. cd54c83 Roll ANGLE from 72f6b99c29f2 to 07d44b97cf65 (6 revisions) by skia-autoroll · 4 years, 5 months ago
  12. 3900145 Roll Chromium from fd16dd07f3d1 to e96bb06cb4d5 (177 revisions) by skia-autoroll · 4 years, 5 months ago
  13. 611a521 Roll ANGLE from 4a41204d8175 to 72f6b99c29f2 (7 revisions) by skia-autoroll · 4 years, 5 months ago
  14. 0ff3870 Roll Chromium from 7a93e0299dbc to fd16dd07f3d1 (142 revisions) by skia-autoroll · 4 years, 5 months ago
  15. d0fe7d3 Roll SwiftShader from e63aa953ddfd to 10121443c16d (1 revision) by skia-autoroll · 4 years, 5 months ago
  16. a73a84f Update SKP version by skia-recreate-skps · 4 years, 5 months ago
  17. d91cd6b Roll Chromium from 210fb6b52262 to 7a93e0299dbc (467 revisions) by skia-autoroll · 4 years, 5 months ago
  18. 5b4ab5c Roll SwiftShader from 75690ce7ef4a to e63aa953ddfd (2 revisions) by skia-autoroll · 4 years, 5 months ago
  19. 84902ce Roll ANGLE from 0c25fbe3e3ed to 4a41204d8175 (10 revisions) by skia-autoroll · 4 years, 5 months ago
  20. 6763a71 Limit morphology radius to 100 pixels by Brian Osman · 4 years, 5 months ago
  21. 1ee21cd Create cpu-side blurred RRect mask when recording DDLs (take 2) by Robert Phillips · 4 years, 5 months ago
  22. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 4 years, 5 months ago
  23. 00b2fdb move blur and path attributes to key by Herb Derby · 4 years, 5 months ago
  24. f3e00d8 Revert "Create cpu-side blurred RRect mask when recording DDLs" by Robert Phillips · 4 years, 5 months ago
  25. 5951e8f Create cpu-side blurred RRect mask when recording DDLs by Robert Phillips · 4 years, 5 months ago
  26. 3454885 Add is<T> to IRNode types. by John Stiles · 4 years, 5 months ago
  27. eadfc3b Use erase-remove idiom for dead-declaration removal. by John Stiles · 4 years, 5 months ago
  28. d8640fc [infra] remove SkottieWASM CPU job by Kevin Lubick · 4 years, 5 months ago
  29. a1c2117 [canvaskit] Add drawRect4f as example 'fast path' API by Kevin Lubick · 4 years, 5 months ago
  30. f8823b5 Reland "[canvaskit] Change SkRects to be arrays, not objects." by Kevin Lubick · 4 years, 5 months ago
  31. be72801 Reland "[canvaskit] Replace RRect objects with TypedArrays." by Kevin Lubick · 4 years, 5 months ago
  32. a66a9c3 Roll SwiftShader from e1051cbaad46 to 75690ce7ef4a (4 revisions) by skia-autoroll · 4 years, 5 months ago
  33. 9e812d1 Roll Chromium from 33b01ad5c6d0 to 210fb6b52262 (274 revisions) by skia-autoroll · 4 years, 5 months ago
  34. f5e2b2e Roll ANGLE from 6eeb3d8bf667 to 0c25fbe3e3ed (14 revisions) by skia-autoroll · 4 years, 5 months ago
  35. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 5 months ago
  36. 683becc Migrate inliner-related tests to a separate unit-test file. by John Stiles · 4 years, 5 months ago
  37. 6ed2dcc Don't require secondary command buffers on mali vk. by Greg Daniel · 4 years, 5 months ago
  38. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 4 years, 5 months ago
  39. 370de72 Revert "[canvaskit] Replace RRect objects with TypedArrays." by Michael Ludwig · 4 years, 5 months ago
  40. 1f49ceb Revert "[canvaskit] Change SkRects to be arrays, not objects." by Michael Ludwig · 4 years, 5 months ago
  41. 55289ae Revert "[canvaskit] Add drawRect4f as example 'fast path' API" by Michael Ludwig · 4 years, 5 months ago
  42. fffe384 Remove pipeline-stage workarounds from the GLSL code generator. by John Stiles · 4 years, 5 months ago
  43. 72de115 update INHERITED style by Mike Klein · 4 years, 5 months ago
  44. 0f7aa54 Fix GL loading bug in wasm debugger. by Nathaniel Nifong · 4 years, 5 months ago
  45. 2753b12 [canvaskit] Add drawRect4f as example 'fast path' API by Kevin Lubick · 4 years, 5 months ago
  46. bdc214a [canvaskit] Change SkRects to be arrays, not objects. by Kevin Lubick · 4 years, 5 months ago
  47. c9498ef [canvaskit] Replace RRect objects with TypedArrays. by Kevin Lubick · 4 years, 5 months ago
  48. 2ff9706 Replace empty Block with Nop statement. by John Stiles · 4 years, 5 months ago
  49. 3d1d636 simplify fill vertex calculations by Herb Derby · 4 years, 5 months ago
  50. 16f376f Disallow some combinations of program element and program kind by Brian Osman · 4 years, 5 months ago
  51. ad2319f Ensure that inlined if/else blocks are properly scoped. by John Stiles · 4 years, 5 months ago
  52. da6320c Disallow a bare ';' at the top level of SkSL files by Ethan Nicholas · 4 years, 5 months ago
  53. 0e47880 Remove some leftover double types from SkSLContext by Brian Osman · 4 years, 5 months ago
  54. 2099ac7 Add unit tests for inlining if/else blocks. by John Stiles · 4 years, 5 months ago
  55. e9a9ad9 Remove unused GrVkDescriptorSetManager factor. by Greg Daniel · 4 years, 5 months ago
  56. c0dd06d Ensure that inlined statements are properly scoped. by John Stiles · 4 years, 5 months ago
  57. 5bdba1a add missing clamp to SkColorFilter_Matrix by Mike Klein · 4 years, 5 months ago
  58. 0ce0f6d update SkNx allTrue/anyTrue by Mike Klein · 4 years, 5 months ago
  59. 4ef21ed Split creation of integral table out of GrRectBlurEffect by Robert Phillips · 4 years, 5 months ago
  60. 8fa3b4e Disallow inlining ternary true/false branches. by John Stiles · 4 years, 5 months ago
  61. 648a81e Add unit tests for the inliner. by John Stiles · 4 years, 5 months ago
  62. a171109 skvx spring cleaning by Mike Klein · 4 years, 5 months ago
  63. 5bc0b65 Split up find_or_create_rrect_blur_mask_fp by Robert Phillips · 4 years, 5 months ago
  64. 90b027a disable -Wpsabi everywhere by Mike Klein · 4 years, 5 months ago
  65. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 4 years, 5 months ago
  66. 1338a37 Roll Chromium from 09ccc6e069bb to 33b01ad5c6d0 (397 revisions) by skia-autoroll · 4 years, 5 months ago
  67. 6f5aa39 Roll ANGLE from c0dda02196e8 to 6eeb3d8bf667 (8 revisions) by skia-autoroll · 4 years, 5 months ago
  68. 0e24f85 Roll SwiftShader from a2e6c1a149f4 to e1051cbaad46 (5 revisions) by skia-autoroll · 4 years, 5 months ago
  69. fbcc21f Roll dawn from 0b89b27263b1 to 880013579381 (5 revisions) by skia-autoroll · 4 years, 5 months ago
  70. 05ce281 Revert "Removing ICU dependencies from skparagraph BUILD.gn file" by Julia Lavrova · 4 years, 5 months ago
  71. f1711ad Removing ICU dependencies from skparagraph BUILD.gn file by Julia Lavrova · 4 years, 6 months ago
  72. f48dfd9 Revert "debug LSAN failures" by Mike Klein · 4 years, 5 months ago
  73. 75f5314 fix unsigned compare against zero by Herb Derby · 4 years, 5 months ago
  74. 3867c70 plumb cubic params into gpu backend by Mike Reed · 4 years, 5 months ago
  75. a0d913b Separate our use of sampler object from GL support. by Brian Salomon · 4 years, 5 months ago
  76. e1a0089 maintain the page index in AtlasLocator by Herb Derby · 4 years, 5 months ago
  77. 928a02b Roll Chromium from b89144a43412 to 09ccc6e069bb (370 revisions) by skia-autoroll · 4 years, 5 months ago
  78. d20e8e9 debug LSAN failures by Mike Klein · 4 years, 5 months ago
  79. 4202dc4 Use erase-remove idiom for dead-variable removal. by John Stiles · 4 years, 5 months ago
  80. 7954d6c Use erase-remove idiom to remove dead SkSL functions. by John Stiles · 4 years, 5 months ago
  81. a73c9d7 Make some internal runtime effect API private by Brian Osman · 4 years, 5 months ago
  82. 7b46300 Move ownership of SkSL::Inliner to SkSL::Compiler. by John Stiles · 4 years, 5 months ago
  83. cf936f9 Replace salting process in SkSLInliner with a symbol table check. by John Stiles · 4 years, 5 months ago
  84. b92641c Update contains_xxxx_break to use ProgramVisitor. by John Stiles · 4 years, 5 months ago
  85. a551fd2 Roll ANGLE from 2f291c0bd181 to c0dda02196e8 (11 revisions) by skia-autoroll · 4 years, 5 months ago
  86. 3913d3e Set Metal semantics for SkSL point size. by Jim Van Verth · 4 years, 5 months ago
  87. 39616ec The inlined function body is now returned as a single Statement. by John Stiles · 4 years, 5 months ago
  88. 44e96be Migrate SkSL Inliner out of IRGenerator and into its own module. by John Stiles · 4 years, 5 months ago
  89. 16d5b0a Consolidate image filter evaluation into SkBaseDevice by Michael Ludwig · 4 years, 5 months ago
  90. 241f080 Add helper function for inlining argument lists. by John Stiles · 4 years, 5 months ago
  91. 4c2928b deserialize drawPoints() mode safely by Mike Klein · 4 years, 5 months ago
  92. db5582b Revert "Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver" by Brian Salomon · 4 years, 5 months ago
  93. ea9ab82 Refactor inlineCall() to take a FunctionCall and SymbolTable as input. by John Stiles · 4 years, 5 months ago
  94. ffd61ca Simpler SkYUVAPixmapInfo construction by Brian Salomon · 4 years, 5 months ago
  95. c23eeb8 Roll SwiftShader from ec3650f56ca2 to a2e6c1a149f4 (4 revisions) by skia-autoroll · 4 years, 5 months ago
  96. 5f71ffe Roll ANGLE from d3eba1db0a14 to 2f291c0bd181 (29 revisions) by skia-autoroll · 4 years, 5 months ago
  97. bdf7904 Roll Chromium from 15c4ec7c0cc6 to b89144a43412 (499 revisions) by skia-autoroll · 4 years, 5 months ago
  98. ba1e083 Roll dawn from 900bd341a3c6 to 0b89b27263b1 (2 revisions) by skia-autoroll · 4 years, 5 months ago
  99. 85f51b2 Simplify firstdirection by Mike Reed · 4 years, 5 months ago
  100. 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 5 months ago