1. e72fd09 Revert "Eliminate unreachable code during optimization." by Brian Salomon · 3 years, 5 months ago
  2. c6260f9 Eliminate unreachable code during optimization. by John Stiles · 3 years, 5 months ago
  3. a9f759d Rewrite the path tessellation sample by Chris Dalton · 3 years, 5 months ago
  4. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 5 months ago
  5. e73c070 Refactor stroke tessellation shaders by Chris Dalton · 3 years, 5 months ago
  6. f2b08cc Fix SPIR-V code generation of dead return statements. by John Stiles · 3 years, 5 months ago
  7. 191b4e2 Enable proper testing of matrix-scalar ops. by John Stiles · 3 years, 5 months ago
  8. 29b44fc Add SPIR-V test for matrix-op-scalar math. by John Stiles · 3 years, 5 months ago
  9. 0cfe5e1 Add a GrCullTest class by Chris Dalton · 3 years, 5 months ago
  10. 6b13129 Add support for matrix + scalar to Metal codegen. by John Stiles · 3 years, 5 months ago
  11. 09b2bcb Add SkBaseGpuDevice ... by Robert Phillips · 3 years, 5 months ago
  12. 4e9d5e2 Use Wang's formula for quadratic and cubic point counts by Michael Ludwig · 3 years, 5 months ago
  13. bb3966a Update GN reference to recently moved SkSpan.h by Brian Osman · 3 years, 5 months ago
  14. b22fcaf Added DSL layout() support by Ethan Nicholas · 3 years, 5 months ago
  15. 4e1c1a7 Implement computeFastBounds for PathEffects by Michael Ludwig · 3 years, 5 months ago
  16. 27193d4 Add test demonstrating missed opportunities with casts. by John Stiles · 3 years, 5 months ago
  17. 2ed22fa Rename GrTessellatingStencilFillOp -> GrPathStencilFillOp by Chris Dalton · 3 years, 5 months ago
  18. f96cb71 Keep the intrinsic kind of a FunctionDefinition in its IRNode. by John Stiles · 3 years, 6 months ago
  19. c9125aa Reland "Better first-class shader & color filter support in runtime effects" by Brian Osman · 3 years, 6 months ago
  20. 3b97aa2 Add NGA compilation stubs by Robert Phillips · 3 years, 6 months ago
  21. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 6 months ago
  22. c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 6 months ago
  23. adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 6 months ago
  24. 31fddc3 MSKP support in nanobench by Brian Salomon · 3 years, 6 months ago
  25. d87a98f Add LOCAL_LICENSE_KINDS to external/skia by Leon Scroggins · 3 years, 6 months ago
  26. 768d971 Remove last usage of GrTextureAdjuster and delete it and parent class. by Brian Salomon · 3 years, 6 months ago
  27. 6c41bf5 Create mini-skia for RenderEngine by Leon Scroggins III · 3 years, 9 months ago
  28. 1450643 Remove unused class GrTextureMaker by Brian Salomon · 3 years, 6 months ago
  29. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 6 months ago
  30. fb7d378 Add test demonstrating swizzled constant folding. by John Stiles · 3 years, 6 months ago
  31. 2ee0f48 Remove GrImageTextureMaker. by Brian Salomon · 3 years, 6 months ago
  32. 83dae92 Remove SkSL sample-with-matrix implementation by Brian Osman · 3 years, 6 months ago
  33. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 6 months ago
  34. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 6 months ago
  35. e4b8c3a OrderedFontMgr utility by Mike Reed · 3 years, 6 months ago
  36. 83b0c83 Add support for built-in functions to DSLCPPCodeGenerator. by John Stiles · 3 years, 6 months ago
  37. d85d720 Add support for sample() to DSLCPPCodeGenerator. by John Stiles · 3 years, 6 months ago
  38. abde8fc Enable DSL FP tests. by John Stiles · 3 years, 6 months ago
  39. 82007f5 Implement a fixed count stroke tessellator by Chris Dalton · 3 years, 6 months ago
  40. 9568023 Reland "Reland "Implement statements and expressions in DSL C++ code generator."" by John Stiles · 3 years, 6 months ago
  41. dd8f8ed clean up defines that do nothing by Mike Klein · 3 years, 6 months ago
  42. d5a6764 use GrArenas for direct glyph drawing by Herb Derby · 3 years, 6 months ago
  43. 126128b Revert "Reland "Implement statements and expressions in DSL C++ code generator."" by John Stiles · 3 years, 6 months ago
  44. c412688 Reland "Implement statements and expressions in DSL C++ code generator." by John Stiles · 3 years, 6 months ago
  45. 60191e0 Revert "Implement statements and expressions in DSL C++ code generator." by John Stiles · 3 years, 6 months ago
  46. 16cbfb4 Implement statements and expressions in DSL C++ code generator. by John Stiles · 3 years, 6 months ago
  47. 49b409e Simplify for init-stmts at the IR level. by John Stiles · 3 years, 6 months ago
  48. b40c925 Removing the staging flag for Google3 (SK_PARAGRAPH_ROUND_POSITION) by Julia Lavrova · 3 years, 6 months ago
  49. 8e2a84b Fix for fuzzer-discovered error in SPIR-V compilation. by John Stiles · 3 years, 6 months ago
  50. 624a529 Added an API for creating RuntimeEffects using the SkSL DSL. by Ethan Nicholas · 3 years, 6 months ago
  51. e2b457a Fix CMakeLists to find Emscripten headers by Kevin Lubick · 3 years, 6 months ago
  52. e90a295 fix SkCanvas::drawGlyphs's bounds calculation by Herb Derby · 3 years, 6 months ago
  53. 102d6e5 Add test case for sample() with color and various forms of coords by Brian Osman · 3 years, 6 months ago
  54. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 6 months ago
  55. c5d8608 Add unit test for for-loop with multiple variables. by John Stiles · 3 years, 6 months ago
  56. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 6 months ago
  57. 0a0a50a Use .dsl.cpp suffix for DSL C++ instead of _dsl.cpp. by John Stiles · 3 years, 6 months ago
  58. 82ab340 Fork CPPCodeGenerator into a DSL-based version. by John Stiles · 3 years, 6 months ago
  59. 3738ef5 Move code generators to codegen/ directory. by John Stiles · 3 years, 6 months ago
  60. 7134646 Migrate SkSLExternalFunction to the ir/ directory. by John Stiles · 3 years, 6 months ago
  61. e58231a Removed unused SkInterpolator by Mike Reed · 3 years, 6 months ago
  62. 962e614 Add `ivec` GLSL type aliases to runtime effects by Brian Osman · 3 years, 6 months ago
  63. d026156 Fix assertion when performing type-coercion with enums. by John Stiles · 3 years, 6 months ago
  64. ee49efc Added DSL fragmentProcessor and Sample function by Ethan Nicholas · 3 years, 6 months ago
  65. f2c2d30 Migrate PersistentCacheUtils logic into a cpp file. by John Stiles · 3 years, 6 months ago
  66. 97186dc Fix various fuzzer-generated tests. by John Stiles · 3 years, 6 months ago
  67. d3a1df8 Remove sk_Height and sk_Width. by John Stiles · 3 years, 6 months ago
  68. e4454aa update gn_to_cmake's minimim required cmake version by Herb Derby · 3 years, 6 months ago
  69. 3509210 Implement array == and != on SPIR-V. by John Stiles · 3 years, 6 months ago
  70. 781496f Add unit test for array of zero or negative size. by John Stiles · 3 years, 6 months ago
  71. d47330f Add support for struct constructors to SkSL. by John Stiles · 3 years, 6 months ago
  72. 8cad637 Rename composite constructors to compound constructors. by John Stiles · 3 years, 6 months ago
  73. 268a73f Represent matrix casts with CompositeCast type. by John Stiles · 3 years, 6 months ago
  74. 2bec8ab Represent vector/matrix composition with the ConstructorComposite type. by John Stiles · 3 years, 6 months ago
  75. d986f47 Represent vector construction with ConstructorVector. by John Stiles · 3 years, 6 months ago
  76. 601abfa Move 'shader' usage tests to an SkSL golden file by Brian Osman · 3 years, 6 months ago
  77. 5abb9e1 Represent matrix resizes as a dedicated expression type. by John Stiles · 3 years, 6 months ago
  78. 0a12b85 Add regression test for oss-fuzz finding. by John Stiles · 3 years, 7 months ago
  79. db10b0e Float error and positioning by Julia Lavrova · 3 years, 7 months ago
  80. b14a819 Represent vector-cast constructors with ConstructorVectorCast. by John Stiles · 3 years, 7 months ago
  81. fd7252f Represent scalar-cast constructors with ConstructorScalarCast. by John Stiles · 3 years, 7 months ago
  82. 1f56479 Add test using 'fragmentProcessor' in runtime effects by Brian Osman · 3 years, 7 months ago
  83. 2938eea Represent splat constructors with a dedicated ConstructorSplat class. by John Stiles · 3 years, 7 months ago
  84. 7384b37 Represent array constructors with a dedicated ConstructorArray class. by John Stiles · 3 years, 7 months ago
  85. e118278 Create a diagonal-matrix Constructor class. by John Stiles · 3 years, 7 months ago
  86. 8ed7a8d Extract a GrVertexChunkArray class with a builder by Chris Dalton · 3 years, 7 months ago
  87. 8037c9e Add test for folding of == and != for arrays. by John Stiles · 3 years, 7 months ago
  88. 9b5b7db7 Move GrStrokeTessellator into its own header file by Chris Dalton · 3 years, 7 months ago
  89. 7d8cdd5 Remove use of std::result_of. by Ben Wagner · 3 years, 7 months ago
  90. 194b239 Reland "Use objc_externally_retained to cut down retain/release in Metal" by Adlai Holler · 3 years, 7 months ago
  91. 7b41798 Add GrD3DPipeline. by Jim Van Verth · 3 years, 7 months ago
  92. fabed8b Fix fuzzer-discovered error with variable declarations. by John Stiles · 3 years, 7 months ago
  93. 2febb5b Add SkSL test for vector-scalar math. by John Stiles · 3 years, 7 months ago
  94. 8b67880 Revert "Use objc_externally_retained to cut down retain/release in Metal" by Michael Ludwig · 3 years, 7 months ago
  95. 78381ee Use objc_externally_retained to cut down retain/release in Metal by Adlai Holler · 3 years, 7 months ago
  96. 5ca24f9 Reland "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 7 months ago
  97. 85749c0 Add caps bit for RewriteMatrixVectorMultiply. by John Stiles · 3 years, 7 months ago
  98. bb0ed8e Revert "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 7 months ago
  99. d1f3b97 Remove sk_SampleMask support from SkSL by Brian Osman · 3 years, 7 months ago
  100. f10535f Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ... by Robert Phillips · 3 years, 7 months ago