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