1. a9a0690 fixed SPIR-V indexing a swizzle by Ethan Nicholas · 6 years ago
  2. 8eb64d3 fixed SPIR-V global initializer ordering by Ethan Nicholas · 6 years ago
  3. 20798e5 passing fragcoord.w in SPIR-V and Metal by Ethan Nicholas · 6 years ago
  4. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  5. 0921219 sksl: Support fwidth() by Chris Dalton · 6 years ago
  6. d23c819 fixed SPIR-V interface variable declarations by Ethan Nicholas · 6 years ago
  7. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  8. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  9. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  10. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  11. b91c466 Don't change the front face direction in Vulkan by Chris Dalton · 6 years ago
  12. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  13. 0f21c23 fixed a bug with SPIR-V ternaries by Ethan Nicholas · 6 years ago
  14. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  15. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  16. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  17. 81d1511 Fixed SPIR-V geometry shaders by Ethan Nicholas · 6 years ago
  18. 0df2113 fixed SPIR-V matrix operations by Ethan Nicholas · 6 years ago
  19. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  20. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  21. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  22. d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
  23. 811b944 fixed incorrect index in SPIR-V matrix construction by Ethan Nicholas · 6 years ago
  24. 5226b77 fix for SPIR-V sk_in definition which was upsetting Intel NUC by Ethan Nicholas · 6 years ago
  25. be850ad workaround for Intel OpCompositeConstruct bug by Ethan Nicholas · 6 years ago
  26. 3c6ae62 cache SkSL headers by Ethan Nicholas · 6 years ago
  27. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 6 years ago
  28. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 6 years ago
  29. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 6 years ago
  30. 8f7e28f added frexp support to SkSL by Ethan Nicholas · 6 years ago
  31. 8d2ba44 SPIR-V output now always includes DescriptorSet for uniforms by Ethan Nicholas · 6 years ago
  32. 16c1196 fix SkSL SPIR-V geometry shaders' entry point declaration by Ethan Nicholas · 6 years ago
  33. 48e2405 fixed SkSL SPIR-V vector comparisons by Ethan Nicholas · 6 years ago
  34. 0fc07f9 Update certain instrinsic calls in SkSL SPIR-V gen to not mix vectors and scalars. by Ethan Nicholas · 6 years ago
  35. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 7 years ago
  36. 11e5bff workaround for Intel SPIR-V OpCompositeConstruct bug by Ethan Nicholas · 7 years ago
  37. 26a8d90 fixed creating a vector from another vector in SPIR-V output by Ethan Nicholas · 7 years ago
  38. a583b81 SkSL now supports ternary lvalues by Ethan Nicholas · 7 years ago
  39. b6ba82c sk_in array is now sized correctly in SPIR-V output by Ethan Nicholas · 7 years ago
  40. be1099f request SPIR-V InputAttachment capability when needed by Ethan Nicholas · 7 years ago
  41. 70a44b2 fixed a few SPIR-V generation errors by Ethan Nicholas · 7 years ago
  42. 39204fd added SkSL support for all blend mode layouts by Ethan Nicholas · 7 years ago
  43. e92b1b1 SPIR-V switch statement support by Ethan Nicholas · 7 years ago
  44. 024301a fixed type error in SPIRV code generator by Ethan Nicholas · 7 years ago
  45. 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
  46. 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
  47. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  48. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  49. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  50. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  51. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  52. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  53. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  54. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  55. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  56. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  57. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  58. 45b0f15 added support for flat and noperspective modifiers in SPIR-V by Ethan Nicholas · 7 years ago
  59. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  60. bb155e2 SPIR-V geometry shader support by Ethan Nicholas · 7 years ago
  61. bd55322 SPIR-V array constructors by Ethan Nicholas · 7 years ago
  62. dc0e1c3 SPIR-V matrix fixes by Ethan Nicholas · 7 years ago
  63. 925f52d fixed SPIR-V int->uint conversion by Ethan Nicholas · 7 years ago
  64. fd444be SPIR-V support for more integer operations by Ethan Nicholas · 7 years ago
  65. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  66. 6feb691 SPIR-V comma operator support by Ethan Nicholas · 7 years ago
  67. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  68. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  69. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  70. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  71. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  72. 91a1053 Revert "Revert "clean up sksl dead variable handling"" by Ethan Nicholas · 7 years ago
  73. e0a33e2 Revert "clean up sksl dead variable handling" by Greg Daniel · 7 years ago
  74. b29dd81 clean up sksl dead variable handling by Ethan Nicholas · 7 years ago
  75. a51d713 added SPIR-V RelaxedPrecision by Ethan Nicholas · 7 years ago
  76. b4dc419 Re-land "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  77. affa6a3 Revert "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  78. 88bd8ed Fixed an issue with sksl variable declarations by Ethan Nicholas · 7 years ago
  79. 361941e simplify a confusing expression in SkSLSPIRVCodeGenerator by Ethan Nicholas · 7 years ago
  80. b3d0f7c skslc SPIR-V mod support by Ethan Nicholas · 7 years ago
  81. 0187ae6 sksl SPIR-V sampledBuffer support by Ethan Nicholas · 7 years ago
  82. 0dd30d9 sksl support for buffer blocks by Ethan Nicholas · 7 years ago
  83. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  84. c6f5e10 fixed SPIR-V compilation error with unmodified variables by Ethan Nicholas · 7 years ago
  85. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  86. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  87. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  88. 8feeff9 fixed skslc SPIR-V memory error by Ethan Nicholas · 7 years ago
  89. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  90. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  91. 8e48c1e fixed duplicate interface variable in SPIR-V output by Ethan Nicholas · 7 years ago
  92. 39b101b fix leak in SPIRV code generator by Ethan Nicholas · 7 years ago
  93. ef653b8 fixed SPIR-V vector equality tests by Ethan Nicholas · 7 years ago
  94. 52cad15 sksl support for geometry shaders by Ethan Nicholas · 8 years ago
  95. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
  96. 84645e3 re-land of skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  97. 49a36ba Revert "skslc type constructor cleanups" by Ethan Nicholas · 8 years ago
  98. 6f22328 skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  99. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  100. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago