1. ce6a354 Fix tiled perlin noise. by senorblanco · 10 years ago
  2. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  3. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  4. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  5. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  6. b67b8e6 apply localmatrix in pre-order, to match other shaders by reed@google.com · 10 years ago
  7. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  8. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  9. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 11 years ago
  10. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 11 years ago
  11. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  12. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
  13. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  14. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
  15. a8d95f8 Perform perlin noise matrix computations once per frame, not per pixel. by senorblanco@chromium.org · 11 years ago
  16. 9fbbcca SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled by commit-bot@chromium.org · 11 years ago
  17. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  18. fd5c9a6 Begin making SkPerlinNoiseShader const. by commit-bot@chromium.org · 11 years ago
  19. 47d98c8 Fix CTM scaling and clipping of SkRectShaderImageFilter. by senorblanco@chromium.org · 11 years ago
  20. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  21. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  22. 857e320 Use truncation, not rounding, when converting perlin noise seed (required by SVG spec). by senorblanco@chromium.org · 11 years ago
  23. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  24. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  25. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  26. c2a0ea6 Perlin issue fixed by commit-bot@chromium.org · 11 years ago
  27. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  28. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  29. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  30. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  31. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  32. 9839320 Removing highp variables from perlin noise shader by commit-bot@chromium.org · 11 years ago
  33. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  34. d537af5 Fixed gpu perlin noise on Windows by sugoi@google.com · 11 years ago
  35. 423ac13 Disabling GPU noise on Windows since Angle can't do a proper translation of this shader to HLSL. by sugoi@google.com · 12 years ago
  36. 319baf9 Reducing the complexity of the noise test for Angle by sugoi@google.com · 12 years ago
  37. 0a1db4a Fixing debug bench assert on Android by sugoi@google.com · 12 years ago
  38. 4775cba Perlin noise adjustments by sugoi@google.com · 12 years ago
  39. cff0243 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. b4bdb65 Unreviewed test fix by sugoi@google.com · 12 years ago
  41. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  42. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  43. 2874906 Unreviewed build fix by sugoi@google.com · 12 years ago
  44. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  45. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  46. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago