1. 9b8b455 Change ByteCode and ByteCodeFunction to classes by Brian Osman · 4 years, 10 months ago
  2. b23d66e Interpreter: Lots of minor cleanup/refactoring by Brian Osman · 4 years, 10 months ago
  3. 31cff27 Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"" by Ethan Nicholas · 4 years, 10 months ago
  4. 85705c1b Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" by Ethan Nicholas · 4 years, 10 months ago
  5. ac18a5c remove 'in uniform' support from GrSkSLFP, make rules more clear by Ethan Nicholas · 4 years, 10 months ago
  6. 73fb39c SkSL: Support bitwise negation on unsigned integers by Brian Osman · 4 years, 10 months ago
  7. 6f62412 Fixed integer divide / remainder in sksl interpreter by Ethan Nicholas · 4 years, 10 months ago
  8. 4c2146f Interpreter: Add bitwise shift operators by Brian Osman · 4 years, 10 months ago
  9. e5bbce2 Interpreter: Add bitwise operators by Brian Osman · 4 years, 10 months ago
  10. d166d2e SkSL interpreter now properly short-circuits boolean operators by Ethan Nicholas · 4 years, 10 months ago
  11. 886af0d Allow defined functions in the SkSL .inc files by Brian Osman · 5 years ago
  12. b380e71 Interpreter: Add radians and normalize builtins by Brian Osman · 5 years ago
  13. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  14. 634c941 add inverse() intrinsic function to sksl by Mike Reed · 5 years ago
  15. 52c1bf1 Interpreter: Fix code-gen for postfix ++/-- used only for side effect by Brian Osman · 5 years ago
  16. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  17. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 5 years ago
  18. 4a47da7 Interpreter: Disallow return statements inside loops or conditionals by Brian Osman · 5 years ago
  19. 6f5358f Interpreter: Disallow recursion by Brian Osman · 5 years ago
  20. 1a79f0b ByteCode: Improved ExternalValue interface by Brian Osman · 5 years ago
  21. d3494ed ByteCode: Support out params in local function calls by Brian Osman · 5 years ago
  22. fba386b ByteCode: Allow calls to functions that return void by Brian Osman · 5 years ago
  23. 8d56457 ByteCode: Fix subtle bug with nested loops and lanes re-activating by Brian Osman · 5 years ago
  24. 08a8496 Interpreter: Simplify interface quite a bit. by Brian Osman · 5 years ago
  25. 569f12f Interpreter: Vectorized interpreter by Brian Osman · 5 years ago
  26. 8016441 Interpreter: Refactor interface and lifetime management by Brian Osman · 5 years ago
  27. 5bdf525 Fix divide by zero in interpreter test by Brian Osman · 5 years ago
  28. 909231c Interpreter: Matrix/Vector multiplication by Brian Osman · 5 years ago
  29. 1e855b2 Interpreter: Support component-wise ops for matrices by Brian Osman · 5 years ago
  30. 16e6fd5 Interpreter: Fix vector/matrix equality and inequality by Brian Osman · 5 years ago
  31. 29e013d Interpreter: Fix construction of Matrices by Brian Osman · 5 years ago
  32. ae9633b add SkSL support for mix, cross, and dot by Ethan Nicholas · 5 years ago
  33. 07c117b Support larger compound types in the interpreter by Brian Osman · 5 years ago
  34. c51d791 Interpreter: Fix scalar -> vector constructors by Brian Osman · 5 years ago
  35. 82162ee SkSL interpreter intrinsics by Ethan Nicholas · 5 years ago
  36. 9e6a393 support for SkSL interpreter external function calls by Ethan Nicholas · 5 years ago
  37. b6a6f08 disassemble on unit test failure by Mike Klein · 5 years ago
  38. f3fa600 Implement postfix ++/--, and use the correct 1 for floats by Brian Osman · 5 years ago
  39. 4e93feb Interpreter: Implement ternary operator by Brian Osman · 5 years ago
  40. 1091f02 Interpreter: Change all Load/Store ops to use immediate indices by Brian Osman · 5 years ago
  41. 91164d1 added external value support to SkSL interpreter by Ethan Nicholas · 5 years ago
  42. b745129 Interpreter: Implement/fix vectorized load/store of globals by Brian Osman · 5 years ago
  43. 226668a Add support for calling functions within the interpreter by Brian Osman · 5 years ago
  44. 4167215 Fix stack indexing bug in vectorized unsigned -> float conversion by Brian Osman · 5 years ago
  45. 44d4476 Interpreter: Fix bool literals by Brian Osman · 5 years ago
  46. d369a5e Add setInputs to SkSL::Interpreter by Brian Osman · 5 years ago
  47. 3b41baf Add support for float remainder to interpreter by Brian Osman · 5 years ago
  48. 354ecf3 fixed SkSL interpreter negate op by Ethan Nicholas · 5 years ago
  49. 444aa12 fixed SkSL interpreter test by Ethan Nicholas · 5 years ago
  50. dfcad06 more SkSL interpreter performance work by Ethan Nicholas · 5 years ago
  51. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  52. 746035a added support for interpreting generic SkSL functions by Ethan Nicholas · 5 years ago
  53. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 5 years ago