1. 5be0eca Remove a few unneeded retain & autoreleases from Metal by Adlai Holler · 3 years, 6 months ago
  2. 0408afc Fix GrGpuBuffer::onRelease() crash problem. by Peng Huang · 3 years, 7 months ago
  3. 63fe8e5 move subrun creation to GrTextBlob::Make by Herb Derby · 3 years, 7 months ago
  4. 01cb243 Always make unarchived SkMatrices thread-safe by Adlai Holler · 3 years, 7 months ago
  5. 6cb17ea Fix stencil format mismatch in GrMtlPipelineState creation. by Jim Van Verth · 3 years, 7 months ago
  6. b14b636 Added unary + and - DSL operators by Ethan Nicholas · 3 years, 7 months ago
  7. a850a4a Roll ANGLE from 9bc86c50f283 to 9bc9ac8df8df (11 revisions) by skia-autoroll · 3 years, 6 months ago
  8. 7d749cd Roll Chromium from 5cd489ad4ec5 to 5d94010048eb (4448 revisions) by skia-autoroll · 3 years, 6 months ago
  9. 2f37f2c Roll SwiftShader from de7d5775ab25 to 023914a27b63 (2 revisions) by skia-autoroll · 3 years, 6 months ago
  10. 043a737 GrResourceAllocator: cleanup after failed instantiation by Adlai Holler · 3 years, 7 months ago
  11. 1cf5681 Remove supported for (removed) inheriting paint filter-quality by Mike Reed · 3 years, 7 months ago
  12. 5676c57 Optimize away self-comparison in the constant folder. by John Stiles · 3 years, 7 months ago
  13. 7a3f550 Performance experiment: disable control-flow analysis. by John Stiles · 3 years, 7 months ago
  14. c8e31ea GrTextBlob: remove unused hash function; add key() api by Herb Derby · 3 years, 7 months ago
  15. a085cd8 Flatten constant switches at IR generation time. by John Stiles · 3 years, 7 months ago
  16. 19fd514 Simplify GrResourceAllocator API by Adlai Holler · 3 years, 7 months ago
  17. 06d600f Add Convert/Make factory functions to FieldAccess. by John Stiles · 3 years, 7 months ago
  18. ece1bf0 Avoid unnecessary copies of AST objects. by John Stiles · 3 years, 7 months ago
  19. 9ff7eef Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp by Chris Dalton · 3 years, 7 months ago
  20. 7247b48 Add shader optimization level toggles to Viewer. by John Stiles · 3 years, 7 months ago
  21. 41d47ce Pre-cache matrix type in SkMatrixImageFilter by Adlai Holler · 3 years, 7 months ago
  22. 51d3398 Add Convert/Make factory functions to IndexExpression. by John Stiles · 3 years, 7 months ago
  23. 4414f87 Revert the workaround for missing ICU API ubrk_safeClone by Julia Lavrova · 3 years, 7 months ago
  24. 3fa0cda SkPictureShader::asFragmentProcessor should recreate proxy for resource. by Brian Salomon · 3 years, 7 months ago
  25. d60ecb7 [canvaskit] Remove unreliable perf jobs. by Kevin Lubick · 3 years, 7 months ago
  26. a0178b2 Remove DEPS on shaderc and glslang by Corentin Wallez · 3 years, 7 months ago
  27. 9196a08 Roll Dawn from 95034f6528d4 to 010fd1a8d7c7 (1 revision) by skia-autoroll · 3 years, 7 months ago
  28. 0530e52 Roll SwiftShader from 6846389f25ca to de7d5775ab25 (1 revision) by skia-autoroll · 3 years, 7 months ago
  29. 5e13120 Roll ANGLE from fe2efefac498 to 9bc86c50f283 (15 revisions) by skia-autoroll · 3 years, 7 months ago
  30. c70f8c3 Using non-breaking spaces as a hint to break too long words by Julia Lavrova · 3 years, 7 months ago
  31. 07ee548 Remove legacy picture-shader impl by Mike Reed · 3 years, 7 months ago
  32. 5f2932e Skip "~path" tests on Pixel5 by Chris Dalton · 3 years, 7 months ago
  33. 1314913 Update SKP version by skia-recreate-skps · 3 years, 7 months ago
  34. 00d6cf4 Reland "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 7 months ago
  35. 8f440b4 Optimize away no-op arithmetic in ConstantFolder. by John Stiles · 3 years, 7 months ago
  36. cc13b35 Reland "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 7 months ago
  37. 9ef3f2e Revert "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 7 months ago
  38. 83eed35 SkShaper_coretext correct dependencies. by Ben Wagner · 3 years, 7 months ago
  39. 8ef4d6c Add Viewer checkbox to toggle Control-Flow Analysis. by John Stiles · 3 years, 7 months ago
  40. a8f6b6f Update Shaders tab in Viewer. by John Stiles · 3 years, 7 months ago
  41. fe5d692 DSL var values are now specified at construction time rather than in Declare by Ethan Nicholas · 3 years, 7 months ago
  42. e3aec3c Revert "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 7 months ago
  43. e23c03d Make program key descriptions available in release builds by Brian Osman · 3 years, 7 months ago
  44. 6fb520f Improve optimization of prefix expressions at IR time. by John Stiles · 3 years, 7 months ago
  45. 28054ad Optimize ternary tests that check a const variable. by John Stiles · 3 years, 7 months ago
  46. 3dc6c19 Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage. by Greg Daniel · 3 years, 7 months ago
  47. f04e09c Optimize Swizzles inside Swizzle::Make. by John Stiles · 3 years, 7 months ago
  48. d63638b Copy on write for wrapped backend texture surfaces. by Brian Salomon · 3 years, 7 months ago
  49. cad44bc Use analytic AA in FillRRectOp even if the target has MSAA by Chris Dalton · 3 years, 7 months ago
  50. 319565a Clean up prev experiment. by Mike Reed · 3 years, 7 months ago
  51. a42ed48 Fix a double free problem in YCbCrImageGM::createYCbCrImage() by Peng Huang · 3 years, 7 months ago
  52. bf2dd2a Reland "rename GrSDFTOptions to GrSDFTControl" by Herb Derby · 3 years, 7 months ago
  53. b9e4f64 Simplify constructors at IR generation time. by John Stiles · 3 years, 7 months ago
  54. 0404933 Remove CFG-based check for missing value-returns. by John Stiles · 3 years, 7 months ago
  55. 532138c Restore 'medPrecision' label in ellipse effect FP. by John Stiles · 3 years, 7 months ago
  56. 48bfa48 Revert "cache the creation of one GrAtlasTextOp" by Mike Reed · 3 years, 7 months ago
  57. 9edff53 Revert "rename GrSDFTOptions to GrSDFTControl" by Mike Reed · 3 years, 7 months ago
  58. 606a9ab8 Revert "add noexcept to GrAtlasTextOp delete" by Mike Reed · 3 years, 7 months ago
  59. 994a571 Roll Dawn from 637d947937b7 to 95034f6528d4 (8 revisions) by skia-autoroll · 3 years, 7 months ago
  60. d42fe06 Roll ANGLE from 90db604919ba to fe2efefac498 (14 revisions) by skia-autoroll · 3 years, 7 months ago
  61. 324e083 Roll SwiftShader from 084529f3a9b9 to 6846389f25ca (1 revision) by skia-autoroll · 3 years, 7 months ago
  62. 3b58d38 Upscaling demo by Mike Reed · 3 years, 7 months ago
  63. 6ba242d add noexcept to GrAtlasTextOp delete by Herb Derby · 3 years, 7 months ago
  64. c8d836f Fix copy-paste error in prim-proc attribute key generation by Brian Osman · 3 years, 7 months ago
  65. b3dcbb1 Detect functions that fail to return a value, without using CFG. by John Stiles · 3 years, 7 months ago
  66. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 7 months ago
  67. ff83dda Cache image behind picture-shader by Mike Reed · 3 years, 7 months ago
  68. 3316796 Cleanup and reorganize GrProgramDesc::Build and key layout by Brian Osman · 3 years, 7 months ago
  69. 9b660ef Reformat generated files with bin-packing off. by John Stiles · 3 years, 7 months ago
  70. 40a9061 rename GrSDFTOptions to GrSDFTControl by Herb Derby · 3 years, 7 months ago
  71. 4b1fb7c cache the creation of one GrAtlasTextOp by Herb Derby · 3 years, 7 months ago
  72. b2045a3 make runtime effect caching opt-in and private by Mike Klein · 3 years, 7 months ago
  73. be2bc7c no more bin packing in .clang-format by Brian Salomon · 3 years, 7 months ago
  74. 2b6ec98 Disallow unscoped for blocks which declare a variable. by John Stiles · 3 years, 7 months ago
  75. ef3725f Remove a level of indirection with GrProcessorKeyBuilder by Brian Osman · 3 years, 7 months ago
  76. 03467a5 Revert "Disable control-flow analysis in SkSL. (Performance experiment)" by John Stiles · 3 years, 7 months ago
  77. a0e56e3 Allow ProgramVisitor::visitStatement to receive SwitchCase statements. by John Stiles · 3 years, 7 months ago
  78. 48d7f7c Add new style key information to several core effects by Brian Osman · 3 years, 7 months ago
  79. 962708f GrGlGpu::ProgramCache no longer holds a GrGlGpu back pointer by Robert Phillips · 3 years, 7 months ago
  80. b9bd12d Clarify how we decide the bitdepth for picture-shader by Mike Reed · 3 years, 7 months ago
  81. 55aaefe Reland "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 7 months ago
  82. 4b9f428 Roll ANGLE from 1de8b5a697e7 to 90db604919ba (11 revisions) by skia-autoroll · 3 years, 7 months ago
  83. 21c8ad6 Roll Dawn from f9d75ead9e2d to 637d947937b7 (4 revisions) by skia-autoroll · 3 years, 7 months ago
  84. f3a4645 Roll SwiftShader from 106e01583a3a to 084529f3a9b9 (1 revision) by skia-autoroll · 3 years, 7 months ago
  85. 4db5726 Bail if context creation fails in FuzzDDLThreadingGL by Adlai Holler · 3 years, 7 months ago
  86. e4ef35c add matrix compare to text blob key by Herb Derby · 3 years, 7 months ago
  87. 4633c91 # Enter a description of the change. by John Stiles · 3 years, 7 months ago
  88. 50b1b2b Disable control-flow analysis in SkSL. (Performance experiment) by John Stiles · 3 years, 7 months ago
  89. 84ded4d Implement GrMtlGpu::compile(). by Jim Van Verth · 3 years, 7 months ago
  90. 7e685f0 Revert "Migrate if-statement simplifyStatement logic to IfStatement::Make." by John Stiles · 3 years, 7 months ago
  91. 4c59437 Emit new style key information in generated effects by Brian Osman · 3 years, 7 months ago
  92. 9e1ef99 fm: Make --writeShaders dump fragment, vertex, and key files by Brian Osman · 3 years, 7 months ago
  93. dc41f59 update FM service account by Mike Klein · 3 years, 7 months ago
  94. db6ad65 Add Enum::foreach(), change EnumValue to return SKSL_INT by Brian Osman · 3 years, 7 months ago
  95. 46d9bb2 do not b.expiration(...) for FM by Mike Klein · 3 years, 7 months ago
  96. e4da7b6 Migrate if-statement simplifyStatement logic to IfStatement::Make. by John Stiles · 3 years, 7 months ago
  97. f0de96f Reland "Redesign program key construction" by Brian Osman · 3 years, 7 months ago
  98. ae67c52 Add GrThreadSafePipelineBuilder by Robert Phillips · 3 years, 7 months ago
  99. 2dda50d Add return-value check to the function finalizer. by John Stiles · 3 years, 7 months ago
  100. 874b3fb Add more clarity to why we use GrWrapCacheable::kYes in AHWB generator. by Brian Salomon · 3 years, 7 months ago