1. a1b44b7 Migrate `SwitchCaseContainsExit` out of SkSLAnalysis. by John Stiles · 4 years ago
  2. eec27f3 Revert "change matrix_2x3 to row-major" by Michael Ludwig · 4 years ago
  3. 510e0c5 Allow tracking of Precompositions onEnter/onExit by Kyle Carlstrom · 4 years ago
  4. 6d02346 Optimize away empty for loops. by John Stiles · 4 years ago
  5. f907da7 Replace Analysis class-of-statics with a namespace. by John Stiles · 4 years ago
  6. b229558 Use SkSpan to represent arrays in GrSkSLFP::Make. by John Stiles · 4 years ago
  7. e023608 change matrix_2x3 to row-major by Herb Derby · 4 years ago
  8. 47da0ac [graphite] Add stub classes for Recorder, Recording and TaskGraph by Robert Phillips · 4 years ago
  9. da25cff Require LoopUnrollInfo in ForStatement::Make. by John Stiles · 4 years ago
  10. 3c27c9f [graphite] Add Debug Graphite build to CQ. by Greg Daniel · 4 years ago
  11. fbc64be [graphite] Add Caps getters for default TextureInfos by Greg Daniel · 4 years ago
  12. 36fef3b Moved function call handling into FunctionCall by Ethan Nicholas · 4 years ago
  13. 0c18d7f Roll Chromium from b0f34ac53bb9 to 521abf2ff706 (530 revisions) by skia-autoroll · 4 years ago
  14. 2b1552b Roll ANGLE from 2f1d503bcdbb to 27a98cf485c9 (20 revisions) by skia-autoroll · 4 years ago
  15. 8b80a11 Roll SwiftShader from 70178a763bb9 to 8c181d7d1165 (2 revisions) by skia-autoroll · 4 years ago
  16. 7e03a9a Roll Dawn from 575a198764da to ccbc1a39da70 (10 revisions) by skia-autoroll · 4 years ago
  17. 98eb297 Generate ICC profiles with version 4.3 (not 2.1) by Brian Osman · 4 years ago
  18. ff5bb37 Replace illegal DSLTypes with Poison types. by John Stiles · 4 years ago
  19. d4ca5e1 Add Texture creation to ResourceProvider. by Greg Daniel · 4 years ago
  20. fd4dc23 Factor out TypeConstant-to-type logic into separate function. by John Stiles · 4 years ago
  21. 7311f9a Remove subpixel positioning from the atlas path renderer key by Chris Dalton · 4 years ago
  22. 04b0e01 Move function intrinsic handling into Finalizer by Ethan Nicholas · 4 years ago
  23. 37c4976 Reland "Clean up #includes in SkCFObject." by Jim Van Verth · 4 years ago
  24. 237c22a [graphite] Add ASAN bot by Robert Phillips · 4 years ago
  25. 52d1629 [graphite] Update minimum Metal SDK required by Jim Van Verth · 4 years ago
  26. efdb1f0 [graphite] Add pipeline cache to ResourceProvider by Jim Van Verth · 4 years ago
  27. a6d7296 Revert "Clean up #includes in SkCFObject." by Michael Ludwig · 4 years ago
  28. e5d4c43 Add SkSL test for uniform arrays. by John Stiles · 4 years ago
  29. 211b336 Roll ANGLE from d3764f080f6c to 2f1d503bcdbb (8 revisions) by skia-autoroll · 4 years ago
  30. 8262288 Roll SwiftShader from f43b9df4c8a9 to 70178a763bb9 (3 revisions) by skia-autoroll · 4 years ago
  31. c7a55cd Roll Dawn from bb417ace110b to 575a198764da (9 revisions) by skia-autoroll · 4 years ago
  32. 4012f72 Roll Chromium from 2d77db45aa57 to b0f34ac53bb9 (406 revisions) by skia-autoroll · 4 years ago
  33. 95a6610 Simplify allowed-in-ES2 checks. by John Stiles · 4 years ago
  34. 5d1822a Roll skcms from a00edc64c486 to b5aafce0db45 (1 revision) by skia-autoroll · 4 years ago
  35. 65e848d Reland "[graphite] SurfaceDrawContext -> DrawContext" by Michael Ludwig · 4 years ago
  36. df93db9 Removed a number of utility methods from DSLWriter by Ethan Nicholas · 4 years ago
  37. 9602a4f Revert "[graphite] SurfaceDrawContext -> DrawContext" by Michael Ludwig · 4 years ago
  38. a525fd1 [graphite] SurfaceDrawContext -> DrawContext by Michael Ludwig · 4 years ago
  39. e20b3ec [graphite] Add remaining factories to MtlTexture. by Greg Daniel · 4 years ago
  40. 9efdc04 Remove `Type::containsPrivateFields`. by John Stiles · 4 years ago
  41. 4008c5a [graphite] Fix creation of command buffer for different SDK/OS versions by Jim Van Verth · 4 years ago
  42. 6bc9626 fix deadlock in remote cache logging by Herb Derby · 4 years ago
  43. b37fe54 Update FunctionDeclaration to take 'is-builtin' from the Context. by John Stiles · 4 years ago
  44. 0dc6445 [graphite] Define SortKey as part of DrawPass impl by Michael Ludwig · 4 years ago
  45. 76a22af Avoid finding a font with simulations by Dominik Röttsches · 4 years ago
  46. a106472 Reland "Disallow constructors of ES3 types in ES2 code." by John Stiles · 4 years ago
  47. 1a2cef7 Avoid returning a DSLExpression with an invalid type. by John Stiles · 4 years ago
  48. 532a51a Enable bind texture 0 workaround for MSAA-RTT on Mali-Gxx. by Brian Salomon · 4 years ago
  49. c876489 Move 'is builtin code' flag into the ProgramConfig. by John Stiles · 4 years ago
  50. 0dd68c3 Add tests for constructors of private types. by John Stiles · 4 years ago
  51. e03f1c1 Revert "Disallow constructors of ES3 types in ES2 code." by John Stiles · 4 years ago
  52. 36f53ec Disallow constructors of ES3 types in ES2 code. by John Stiles · 4 years ago
  53. 8d2bd04 Add test for construction of non-ES2 types. by John Stiles · 4 years ago
  54. 6389bfa Removed useless modifiersWithDefaults method from DSLParser by Ethan Nicholas · 4 years ago
  55. c2a7ae5 [graphite] Add support for Mtl Stencil/Depth Textures. by Greg Daniel · 4 years ago
  56. de42a9d Fixed unsupported type errors in pure DSL by Ethan Nicholas · 4 years ago
  57. a7d1e5c Removed unused/nonexistent methods from IRGenerator by Ethan Nicholas · 4 years ago
  58. 1f9be54 [graphite] Add CommandBuffer creation by Jim Van Verth · 4 years ago
  59. bedb69c Clean up #includes in SkCFObject. by Jim Van Verth · 4 years ago
  60. 923d83b Fix incorrect assertion discovered by fuzzer. by John Stiles · 4 years ago
  61. 816d917 Roll ANGLE from 3de06bcd0c81 to d3764f080f6c (19 revisions) by skia-autoroll · 4 years ago
  62. a06ce80 Roll SwiftShader from b7b7cb76042a to f43b9df4c8a9 (5 revisions) by skia-autoroll · 4 years ago
  63. 51875de Roll Chromium from 3bc0154ffa15 to 2d77db45aa57 (493 revisions) by skia-autoroll · 4 years ago
  64. 03dd6a4 Roll Dawn from 5ad5250a3b38 to bb417ace110b (10 revisions) by skia-autoroll · 4 years ago
  65. f843d5c Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 4 years ago
  66. 23a66f7 Roll SK Tool from 107c816a09e6 to a990c122ca21 by skia-autoroll · 4 years ago
  67. ce22e05 pulling the plug by Mike Reed · 4 years ago
  68. 906e9eb Emit qualifiers in the GLSL ES-required order. by John Stiles · 4 years ago
  69. 66aa1de Allow precision qualifiers in function params. by John Stiles · 4 years ago
  70. 1780755 Broke ProgramVisitor and ProgramWriter out into separate files by Ethan Nicholas · 4 years ago
  71. e856612 Remove obsolete test outputs. by John Stiles · 4 years ago
  72. 7e947ab Reland "Mark GLSL reserved names as reserved in SkSL grammar." by John Stiles · 4 years ago
  73. 1972b46 Rewrite #includes to satisfy presubmit. by John Stiles · 4 years ago
  74. 8e29caf [graphite] Add support for UsageFlags on Texture. by Greg Daniel · 4 years ago
  75. 9c57e16 [skottie] Fill effect opacity workaround by Florin Malita · 4 years ago
  76. 5f15c69 Revert "Mark GLSL reserved names as reserved in SkSL grammar." by Ethan Nicholas · 4 years ago
  77. 4ec483e Roll ANGLE from 8d1e74abd5d6 to 3de06bcd0c81 (11 revisions) by skia-autoroll · 4 years ago
  78. 7a22f48 Roll SwiftShader from cde65f7a8816 to b7b7cb76042a (1 revision) by skia-autoroll · 4 years ago
  79. 90fa2f1 Roll Chromium from 3ccf9544137c to 3bc0154ffa15 (513 revisions) by skia-autoroll · 4 years ago
  80. b011afc Roll Dawn from 4d2bc396ea3b to 5ad5250a3b38 (17 revisions) by skia-autoroll · 4 years ago
  81. 7bb0ff0 [graphite] Add support to Mac Viewer. by Jim Van Verth · 4 years ago
  82. 6868f78 Emit prototypes in Pipeline for every defined function. by John Stiles · 4 years ago
  83. 2f5cfb6 Redo the types in bilerp_clamp_8888 to make more sense by Herb Derby · 4 years ago
  84. 1e6e919 Moved findAndDeclareBuiltinVariables out of IRGenerator by Ethan Nicholas · 4 years ago
  85. 31e4c38 Add support for function prototypes in Pipeline stage. by John Stiles · 4 years ago
  86. 57f3fc4 Mark GLSL reserved names as reserved in SkSL grammar. by John Stiles · 4 years ago
  87. 4aef06d Added TextExpressionAnimator by Kyle Carlstrom · 4 years ago
  88. f69f21e Add MtlTexture class. by Greg Daniel · 4 years ago
  89. 091694f [graphite] Add ContextFactory by Robert Phillips · 4 years ago
  90. 67f443b Rename shaders named `input` in test code. by John Stiles · 4 years ago
  91. d240c6b Rename external function named `external` in test code. by John Stiles · 4 years ago
  92. 9c0b844 Output Runtime Effect files from import_conformance_tests. by John Stiles · 4 years ago
  93. 30d55d1 Roll SK Tool from 7e6380bef0f0 to 5e2ef4b59af0 by skia-autoroll · 4 years ago
  94. 469fb3c Rename variables named `input` in test files. by John Stiles · 4 years ago
  95. b2d20e0 [graphite] Add basic Texture files. by Greg Daniel · 4 years ago
  96. 37035fc work around Fuchsia's compiler eccentricities by Herb Derby · 4 years ago
  97. 4ae3fd3 Remove AUTHORS check from PRESUBMIT.py by Ravi Mistry · 4 years ago
  98. bb71c1b [canvaskit] Update SKP and RTShader examples by Kevin Lubick · 4 years ago
  99. c076abe Use AUTHORS verification from SkCQ by Ravi Mistry · 4 years ago
  100. 4b6421f Roll ANGLE from 394dc64df28b to 8d1e74abd5d6 (10 revisions) by skia-autoroll · 4 years ago