1. 2b1a544 Reland "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 5 years ago
  2. 01c9b89 Revert "Reland "Reland "Interpreter: Support striped inputs for less overhead""" by Brian Osman · 5 years ago
  3. 59b22f9 Reland "Reland "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  4. 2c59b4e Reland "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  5. edc42b9 Revert "Revert "Interpreter: Support striped inputs for less overhead"" by Brian Osman · 5 years ago
  6. d188c18 fixed SkSL handling of negated literal vectors by Ethan Nicholas · 5 years ago
  7. 25132b6 Remove unused caps: UnsignedSupport and ImageLoadStoreSupport by Brian Osman · 5 years ago
  8. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 5 years ago
  9. 6386efa Remove unused "DropsTileOnZeroDivide" caps bit by Brian Osman · 5 years ago
  10. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  11. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 6 years ago
  12. 4100b7c added SK_API to SkSK::Compiler by Ethan Nicholas · 6 years ago
  13. d31b5e7 Revert "Drop unused shader support for sample variables" by Chris Dalton · 6 years ago
  14. 842d31b fixed Metal matrix constructors by Ethan Nicholas · 6 years ago
  15. 07ee63d sksl: Add builtinFMASupport to StandaloneShaderCaps by Chris Dalton · 6 years ago
  16. 24d438b Implement sweep gradient layout by Michael Ludwig · 6 years ago
  17. 4f94ef6 Reland "Base Gradient FP Refactor" by Michael Ludwig · 6 years ago
  18. 1ea5656 Revert "Base Gradient FP Refactor" by Cary Clark · 6 years ago
  19. 10f7a1e Base Gradient FP Refactor by Michael Ludwig · 6 years ago
  20. 2f4c09b Add remove_pow_with_constant_exponent workaround by Adrienne Walker · 6 years ago
  21. 8b23ca6 Add rewrite_do_while_loops workaround by Adrienne Walker · 6 years ago
  22. 92b161f Add emulate_abs_int_function workaround by Adrienne Walker · 6 years ago
  23. c02165f Add unfold_short_circuit_as_ternary workaround by Adrienne Walker · 6 years ago
  24. ee8295c Add add_and_true_to_loop_condition workaround by Adrienne Walker · 6 years ago
  25. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  26. d9d33c3 renamed SkSL's assert macros by Ethan Nicholas · 6 years ago
  27. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  28. 061020e With ES3, enable both ES2 and ES3 external image extensions by Brian Osman · 7 years ago
  29. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 7 years ago
  30. 43f6d45 fix sksl standalone build error by Ethan Nicholas · 7 years ago
  31. 85fcfc5 Add incompleteShortIntPrecision to SkSL StandaloneShaderCaps by Chris Dalton · 7 years ago
  32. c2d0dd6 Add a shader cap for incomplete short int precision by Chris Dalton · 7 years ago
  33. 6028361 Drop unused shader support for sample variables by Chris Dalton · 7 years ago
  34. 426e6c5 Remove (unused) NV_bindless_texture from GL interface by Brian Osman · 7 years ago
  35. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  36. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  37. cd3261a Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"" by Brian Osman · 7 years ago
  38. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago
  39. 1001f84 Added SkSL workaround for devices which cannot safely access gl_FragCoord by Brian Osman · 7 years ago
  40. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  41. 47c8ed3 Reland "Fix precision caps and rrect/ellipse effect precisions" by Chris Dalton · 7 years ago
  42. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  43. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  44. 567d6f4 Add GS Invocations caps to SkSL StandaloneShaderCaps by Chris Dalton · 7 years ago
  45. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  46. 1af6d68 added canUseFractForNegativeValues to standalone shader caps by Ethan Nicholas · 7 years ago
  47. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  48. 07990de added sksl support for integerSupport cap by Ethan Nicholas · 7 years ago
  49. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  50. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  51. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  52. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  53. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  54. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  55. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 7 years ago
  56. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 7 years ago
  57. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 7 years ago
  58. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  59. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  60. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
  61. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  62. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 8 years ago
  63. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 8 years ago
  64. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  65. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  66. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  67. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 8 years ago
  68. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  69. 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
  70. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  71. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  72. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  73. 988283c Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ ) by egdaniel · 8 years ago
  74. fa5f65a added support for push_constant layout by ethannicholas · 8 years ago
  75. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  76. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  77. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  78. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  79. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  80. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  81. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  82. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  83. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  84. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  85. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  86. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  87. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  88. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  89. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  90. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  91. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  92. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  93. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  94. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago