1. e92b1b1 SPIR-V switch statement support by Ethan Nicholas · 7 years ago
  2. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  3. 024301a fixed type error in SPIRV code generator by Ethan Nicholas · 7 years ago
  4. 7a59f23 Update GrFragmentProcessor handling in Make methods in SkSL by Robert Phillips · 7 years ago
  5. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  6. 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
  7. 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
  8. ef0c9fd fix skslc splitting escape sequences in half by Ethan Nicholas · 7 years ago
  9. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  10. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  11. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  12. cc30577 preliminary SkSL Metal backend by Ethan Nicholas · 7 years ago
  13. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  14. e148bf7 fix for SkSL lexer crash on non-ASCII input by Ethan Nicholas · 7 years ago
  15. 8580d51 Add sk_InstanceID by Chris Dalton · 7 years ago
  16. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  17. 5b6e627 SkSL workaround for appendf 1024 byte restriction by Ethan Nicholas · 7 years ago
  18. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  19. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  20. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  21. 567d6f4 Add GS Invocations caps to SkSL StandaloneShaderCaps by Chris Dalton · 7 years ago
  22. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  23. bed683a switched gl_Position and gl_PointSize to sk_* by Ethan Nicholas · 7 years ago
  24. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  25. 906126e Reduced size of SkSL lexer tables by Ethan Nicholas · 7 years ago
  26. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  27. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  28. 56fbbd6 Revert "Minor fixes to SkSL precisions" by Ethan Nicholas · 7 years ago
  29. 9752c3c Minor fixes to SkSL precisions by Ethan Nicholas · 7 years ago
  30. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  31. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  32. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  33. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  34. b5f3b65 Add missing stdarg.h include by Roger Johannesson · 7 years ago
  35. 8d7f4ae Fix for Google3 roll failure by Ethan Nicholas · 7 years ago
  36. ca82a92 Revert "Revert "Initial checkin of SkSL lexical analyzer generator (not actually in use yet)."" by Ethan Nicholas · 7 years ago
  37. 3ed4781 Revert "Initial checkin of SkSL lexical analyzer generator (not actually in use yet)." by Ethan Nicholas · 7 years ago
  38. 3de0e49 Initial checkin of SkSL lexical analyzer generator (not actually in use yet). by Ethan Nicholas · 7 years ago
  39. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  40. 23f9227 Revert "fixed constant vector swizzling" by Brian Salomon · 7 years ago
  41. 8ac36a5 fixed constant vector swizzling by Ethan Nicholas · 7 years ago
  42. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  43. 8d4b56b Don't emit CRLF when generating code on Windows (from SkSL) by Brian Osman · 7 years ago
  44. 634624a Micro optimizations to SkSL parser by Brian Osman · 7 years ago
  45. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  46. 93ba0a4 Switch SkSL to std::string by Brian Osman · 8 years ago
  47. 08b79b7 reduced number of string copies in SkSL parser by Ethan Nicholas · 8 years ago
  48. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 8 years ago
  49. 1af6d68 added canUseFractForNegativeValues to standalone shader caps by Ethan Nicholas · 8 years ago
  50. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 8 years ago
  51. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 8 years ago
  52. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 8 years ago
  53. d310879 fixed missing INT_MAX definition by Ethan Nicholas · 8 years ago
  54. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 8 years ago
  55. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 8 years ago
  56. 45b0f15 added support for flat and noperspective modifiers in SPIR-V by Ethan Nicholas · 8 years ago
  57. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 8 years ago
  58. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 8 years ago
  59. bb155e2 SPIR-V geometry shader support by Ethan Nicholas · 8 years ago
  60. bd55322 SPIR-V array constructors by Ethan Nicholas · 8 years ago
  61. dc0e1c3 SPIR-V matrix fixes by Ethan Nicholas · 8 years ago
  62. 925f52d fixed SPIR-V int->uint conversion by Ethan Nicholas · 8 years ago
  63. c432b0c fixed use-after-free in sksl switch statements by Ethan Nicholas · 8 years ago
  64. 07990de added sksl support for integerSupport cap by Ethan Nicholas · 8 years ago
  65. ee33873 fixed skslc vec4 uniforms by Ethan Nicholas · 8 years ago
  66. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 8 years ago
  67. fd444be SPIR-V support for more integer operations by Ethan Nicholas · 8 years ago
  68. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 8 years ago
  69. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 8 years ago
  70. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 8 years ago
  71. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 8 years ago
  72. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 8 years ago
  73. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 8 years ago
  74. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 8 years ago
  75. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 8 years ago
  76. 6feb691 SPIR-V comma operator support by Ethan Nicholas · 8 years ago
  77. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  78. 746e263 Move all Linux GCE bots to Debian by Eric Boren · 8 years ago
  79. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 8 years ago
  80. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  81. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 8 years ago
  82. ccf5991 sksl fragment processor support by Ethan Nicholas · 8 years ago
  83. 91a1053 Revert "Revert "clean up sksl dead variable handling"" by Ethan Nicholas · 8 years ago
  84. e0a33e2 Revert "clean up sksl dead variable handling" by Greg Daniel · 8 years ago
  85. b29dd81 clean up sksl dead variable handling by Ethan Nicholas · 8 years ago
  86. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 8 years ago
  87. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 8 years ago
  88. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 8 years ago
  89. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 8 years ago
  90. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 8 years ago
  91. a51d713 added SPIR-V RelaxedPrecision by Ethan Nicholas · 8 years ago
  92. b310fd5 fixed issue with SkSL dead code elimination by Ethan Nicholas · 8 years ago
  93. b4dc419 Re-land "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 8 years ago
  94. affa6a3 Revert "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 8 years ago
  95. 88bd8ed Fixed an issue with sksl variable declarations by Ethan Nicholas · 8 years ago
  96. d9fe700 fix incorrect variable not assigned error in skslc by Ethan Nicholas · 8 years ago
  97. 361941e simplify a confusing expression in SkSLSPIRVCodeGenerator by Ethan Nicholas · 8 years ago
  98. 985febf minor skslc bugfixes by Ethan Nicholas · 8 years ago
  99. b3d0f7c skslc SPIR-V mod support by Ethan Nicholas · 8 years ago
  100. 4b330df skslc comma operator and optimizer fixes by Ethan Nicholas · 8 years ago