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