1. 0bab4a0 Add Not.sksl to SkSLTest.cpp. by John Stiles · 2 years, 8 months ago
  2. a64a36d Add Dot.sksl to SkSLTest.cpp. by John Stiles · 2 years, 8 months ago
  3. ffd084f [base] Move include/base to include/private/base by Kevin Lubick · 2 years, 8 months ago
  4. dfc1e62 Change skia::tracing_internals to skia_internal by Herb Derby · 2 years, 8 months ago
  5. ec158c2 Add float/int/uint casting support to RP codegen. by John Stiles · 2 years, 8 months ago
  6. 358dbdf Add casting support to RP builder. by John Stiles · 2 years, 8 months ago
  7. 17af2e6 Update stack rewinding behavior in RP builder. by John Stiles · 2 years, 8 months ago
  8. 613fb5e Roll SK Tool from 20657cd82ed9 to f0e8f01433a5 by skia-autoroll · 2 years, 8 months ago
  9. 65ad1fe Add clang::musttail to SkSL RP ops. by John Stiles · 2 years, 8 months ago
  10. 40adcd8 Check link status for copy/mipmap programs by Michael Ludwig · 2 years, 8 months ago
  11. 699841c Move SkImageInfoPriv.h to src/core by Brian Osman · 2 years, 8 months ago
  12. b0a46d5 [graphite] Add Blend and HSLAMatrix ColorFilters to Precompile system by Robert Phillips · 2 years, 8 months ago
  13. 60e4a4a Add casting ops to Raster Pipeline. by John Stiles · 2 years, 8 months ago
  14. 8750bb6 Revert "Reland "Move SkAutoTMalloc to namespace skia::internal"" by Herb Derby · 2 years, 8 months ago
  15. e2f9f7a Add structure for unary-ops in SkRP_opts. by John Stiles · 2 years, 8 months ago
  16. fe58f35 Revert "Fix forward skia::internal for Android code" by Herb Derby · 2 years, 8 months ago
  17. 0c17323 Bazel: Comment generated GNI files to show list source by Chris Mumford · 2 years, 8 months ago
  18. 9423a8a Roll vulkan-deps from 61636505d609 to 7ed449387d3b (1 revision) by skia-autoroll · 2 years, 8 months ago
  19. 6ec1f74 Roll ANGLE from efbccf447128 to 61728827d2e5 (8 revisions) by skia-autoroll · 2 years, 8 months ago
  20. e303a0c Roll Skia Infra from 7023a3e0613f to 20657cd82ed9 (4 revisions) by skia-autoroll · 2 years, 8 months ago
  21. 8d5fe78 Roll Dawn from da3ea990eb6e to 7c26d3152dab (9 revisions) by skia-autoroll · 2 years, 8 months ago
  22. 6c4e64f Fix forward skia::internal for Android code by Herb Derby · 2 years, 8 months ago
  23. eb7b7e3 Roll vulkan-deps from d76879bc892f to 61636505d609 (6 revisions) by skia-autoroll · 2 years, 8 months ago
  24. 458bd78 Add support for casting bools to int or float. by John Stiles · 2 years, 8 months ago
  25. b76dc82 Add SK_SPI to SkDebugf by Kevin Lubick · 2 years, 8 months ago
  26. 01d6b09 Add multi-slot support to binary bitwise ops. by John Stiles · 2 years, 8 months ago
  27. f77798b Fix several outdated / incorrect comments in SkColorSpace by Brian Osman · 2 years, 8 months ago
  28. de83118 Reland "Move SkAutoTMalloc to namespace skia::internal" by Herb Derby · 2 years, 10 months ago
  29. 2309f70 Add support for casting ints and floats to bool. by John Stiles · 2 years, 8 months ago
  30. c20bf3f Roll SK Tool from 7023a3e0613f to 19312edd895e by skia-autoroll · 2 years, 8 months ago
  31. 50c2b18 Fix Android Framework genID logic by Kevin Lubick · 2 years, 8 months ago
  32. b7d7e7c Add RP codegen support for mix(float). by John Stiles · 2 years, 8 months ago
  33. 940546b Add mix support to the RP builder. by John Stiles · 2 years, 8 months ago
  34. 9070317 Add mix stage to Raster Pipeline. by John Stiles · 2 years, 8 months ago
  35. 8f54106 [base] Split SkTypes.h logic out into smaller files by Kevin Lubick · 2 years, 9 months ago
  36. cbb8210 [base] Move align-functions from SkTypes to base/SkAlign.h by Kevin Lubick · 2 years, 8 months ago
  37. a727ba9 Correctly wire up the remote glyph test by Herb Derby · 2 years, 8 months ago
  38. 33ace5e [includes] Fix IWYU after things moved out of SkTypes.h by Kevin Lubick · 2 years, 8 months ago
  39. 293f99f Add Tests for SkGeometry::ChopMonoCubicAt by Kevin Lubick · 2 years, 8 months ago
  40. a681561 Move Abs functions out of SkTypes.h by Kevin Lubick · 2 years, 8 months ago
  41. 296f71d Remove unused SkFixedAbs macro by Kevin Lubick · 2 years, 8 months ago
  42. 4abc295 Roll FreeType from 1bfaca06 to 0bcb664d (31 commits) by Dominik Röttsches · 2 years, 8 months ago
  43. fbd683d [graphite] Move static buffer creation to Context initialization by Michael Ludwig · 2 years, 8 months ago
  44. c316237 Use skvx instead of SkDVector in Path/PathBuilder by Kevin Lubick · 2 years, 8 months ago
  45. 7167b1e Check vertex buffer for nullptr during glyph drawing by Herb Derby · 2 years, 8 months ago
  46. 8b0def3 Introduce SkPathEnums.h by Kevin Lubick · 2 years, 9 months ago
  47. c50e683 Add RP codegen support for clamp and saturate. by John Stiles · 2 years, 8 months ago
  48. 6f040e8 Add RP codegen support for function calls. by John Stiles · 2 years, 8 months ago
  49. 23801d2 Run existing SkSL test corpus using Raster Pipeline. by John Stiles · 2 years, 8 months ago
  50. 7c97420 Return animationId when calling Surface.requestAnimationFrame. by lamngg · 2 years, 9 months ago
  51. 30d5af7 Roll vulkan-deps from bd2a669760ea to d76879bc892f (1 revision) by skia-autoroll · 2 years, 8 months ago
  52. 9f79e2c Roll ANGLE from 03b2c124e5e9 to efbccf447128 (1 revision) by skia-autoroll · 2 years, 8 months ago
  53. 891e5d8 Roll Skia Infra from 0a4da8d6b015 to 7023a3e0613f (1 revision) by skia-autoroll · 2 years, 8 months ago
  54. 5adc265 Roll Dawn from fd5a6650e2df to da3ea990eb6e (2 revisions) by skia-autoroll · 2 years, 8 months ago
  55. 15d36b1 Roll SK Tool from 0a4da8d6b015 to 7023a3e0613f by skia-autoroll · 2 years, 8 months ago
  56. 697f9b5 Roll vulkan-deps from 623e26967c69 to bd2a669760ea (1 revision) by skia-autoroll · 2 years, 8 months ago
  57. 809e328 Bump json5 and tsconfig-paths in /experimental/tskit by dependabot[bot] · 2 years, 8 months ago
  58. fde37f5 Roll ANGLE from 4a8bc146fac6 to 03b2c124e5e9 (1 revision) by skia-autoroll · 2 years, 8 months ago
  59. 269dce7 Roll Skia Infra from 67daa1e688cb to 0a4da8d6b015 (1 revision) by skia-autoroll · 2 years, 8 months ago
  60. 2ffa04c Roll Dawn from ce3400170d0e to fd5a6650e2df (5 revisions) by skia-autoroll · 2 years, 8 months ago
  61. 392acb1 Roll vulkan-deps from 38322277250a to 623e26967c69 (3 revisions) by skia-autoroll · 2 years, 8 months ago
  62. 01aeec8 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 8 months ago
  63. fbac933 Roll vulkan-deps from 3e1582090b12 to 38322277250a (2 revisions) by skia-autoroll · 2 years, 9 months ago
  64. 9010167 Roll SK Tool from 67daa1e688cb to 0a4da8d6b015 by skia-autoroll · 2 years, 9 months ago
  65. b9bcfab Roll Skia Infra from fdf8ec5a8b90 to 67daa1e688cb (1 revision) by skia-autoroll · 2 years, 9 months ago
  66. a31d9c3 Roll Dawn from f15c0f670d9e to ce3400170d0e (2 revisions) by skia-autoroll · 2 years, 9 months ago
  67. 8312587 Roll ANGLE from 377667505182 to 4a8bc146fac6 (1 revision) by skia-autoroll · 2 years, 9 months ago
  68. 486deb2 Make uniforms in SkSLTest more data-driven. by John Stiles · 2 years, 9 months ago
  69. 17071d0 Remove unused and unassigned `testInput` uniform. by John Stiles · 2 years, 9 months ago
  70. 9e8f31e Roll vulkan-deps from 07cf003a0f28 to 3e1582090b12 (1 revision) by skia-autoroll · 2 years, 9 months ago
  71. 5ca9774 Add RP codegen support for min/max intrinsics. by John Stiles · 2 years, 9 months ago
  72. e119b75 Add $genUType support for min and max in ES3. by John Stiles · 2 years, 9 months ago
  73. 1343516 Roll ANGLE from 35d2fc302ebc to 377667505182 (1 revision) by skia-autoroll · 2 years, 9 months ago
  74. c776239 Roll Dawn from fbdca88f952a to f15c0f670d9e (2 revisions) by skia-autoroll · 2 years, 9 months ago
  75. cc3e0cd Roll vulkan-deps from 8b4c6d99ec2b to 07cf003a0f28 (2 revisions) by skia-autoroll · 2 years, 9 months ago
  76. 8c4aed0 Roll SK Tool from fdf8ec5a8b90 to 67daa1e688cb by skia-autoroll · 2 years, 9 months ago
  77. 26bde60 Roll Skia Infra from 8c84510dcb1d to fdf8ec5a8b90 (1 revision) by skia-autoroll · 2 years, 9 months ago
  78. beead91 Roll Dawn from d25fc2f51451 to fbdca88f952a (2 revisions) by skia-autoroll · 2 years, 9 months ago
  79. 25ffa2b Add RP builder support for min and max binary ops. by John Stiles · 2 years, 9 months ago
  80. 668260c Implement min/max binary-op stages in RasterPipeline. by John Stiles · 2 years, 9 months ago
  81. 0027eb3 Add RP support for unsigned * / < <= operators. by John Stiles · 2 years, 9 months ago
  82. 4af4d73 Add support for comparison intrinsic functions. by John Stiles · 2 years, 9 months ago
  83. 1c581f4 Optimize away no-op swizzles. by John Stiles · 2 years, 9 months ago
  84. a176085 Roll vulkan-deps from 40f2f79d51d7 to 8b4c6d99ec2b (2 revisions) by skia-autoroll · 2 years, 9 months ago
  85. 9b91d68 Roll ANGLE from fe704fb57338 to 35d2fc302ebc (1 revision) by skia-autoroll · 2 years, 9 months ago
  86. b11fcc8 Roll vulkan-deps from b7d3e638f053 to 40f2f79d51d7 (1 revision) by skia-autoroll · 2 years, 9 months ago
  87. 2923399 [skshaper] Fix default breakiter locale by Florin Malita · 2 years, 9 months ago
  88. 937846f Roll Dawn from d441669dd135 to d25fc2f51451 (1 revision) by skia-autoroll · 2 years, 9 months ago
  89. e4c86c2 Roll vulkan-deps from c35f108bbc84 to b7d3e638f053 (1 revision) by skia-autoroll · 2 years, 9 months ago
  90. 4b578d7 Test for files first before reading them. by Joe Gregorio · 2 years, 9 months ago
  91. f78bb84 Roll SK Tool from 8c84510dcb1d to fdf8ec5a8b90 by skia-autoroll · 2 years, 9 months ago
  92. f015744 Roll ANGLE from 6a8cfc6c3c52 to fe704fb57338 (1 revision) by skia-autoroll · 2 years, 9 months ago
  93. 913271b Roll Dawn from 379e90ec8fe2 to d441669dd135 (3 revisions) by skia-autoroll · 2 years, 9 months ago
  94. e1a6c67 Roll Skia Infra from 6a9f86b6d20d to 8c84510dcb1d (2 revisions) by skia-autoroll · 2 years, 9 months ago
  95. 656bb22 Roll vulkan-deps from 80b48cfa461d to c35f108bbc84 (5 revisions) by skia-autoroll · 2 years, 9 months ago
  96. c5c0387 Update runtimecolorfilter_GM to avoid decoding a PNG each frame. by John Stiles · 2 years, 9 months ago
  97. f07f2f8 Roll ANGLE from 03b928dbf40c to 6a8cfc6c3c52 (2 revisions) by skia-autoroll · 2 years, 9 months ago
  98. 1a93cfd Revert "Transfer directories to Android devices via .tar.gz files." by Joe Gregorio · 2 years, 9 months ago
  99. 34708fe Restore adb root after doing the recovery dance. by Joe Gregorio · 2 years, 9 months ago
  100. 2b6d44e Roll vulkan-deps from dae0d442679f to 80b48cfa461d (2 revisions) by skia-autoroll · 2 years, 9 months ago