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