1. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  2. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  3. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  4. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  5. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  6. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  7. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  8. ca6a7c2 Make perlin noise do CTM-correct scaling. by senorblanco · 10 years ago
  9. f3b5027 Perlin noise cleanup. by senorblanco · 10 years ago
  10. ce6a354 Fix tiled perlin noise. by senorblanco · 10 years ago
  11. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  12. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  13. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  14. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  15. b67b8e6 apply localmatrix in pre-order, to match other shaders by reed@google.com · 10 years ago
  16. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  17. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  18. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  19. 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 · 10 years ago
  20. 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 · 10 years ago
  21. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  22. 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 · 10 years ago
  23. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  24. a8d95f8 Perform perlin noise matrix computations once per frame, not per pixel. by senorblanco@chromium.org · 10 years ago
  25. 9fbbcca SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled by commit-bot@chromium.org · 10 years ago
  26. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  27. fd5c9a6 Begin making SkPerlinNoiseShader const. by commit-bot@chromium.org · 10 years ago
  28. 47d98c8 Fix CTM scaling and clipping of SkRectShaderImageFilter. by senorblanco@chromium.org · 10 years ago
  29. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  30. 9ebcac5 add installPixels by reed@google.com · 10 years ago
  31. 857e320 Use truncation, not rounding, when converting perlin noise seed (required by SVG spec). by senorblanco@chromium.org · 11 years ago
  32. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  33. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  34. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  35. c2a0ea6 Perlin issue fixed by commit-bot@chromium.org · 11 years ago
  36. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  37. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  38. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  39. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  40. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  41. 9839320 Removing highp variables from perlin noise shader by commit-bot@chromium.org · 11 years ago
  42. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  43. d537af5 Fixed gpu perlin noise on Windows by sugoi@google.com · 11 years ago
  44. 423ac13 Disabling GPU noise on Windows since Angle can't do a proper translation of this shader to HLSL. by sugoi@google.com · 11 years ago
  45. 319baf9 Reducing the complexity of the noise test for Angle by sugoi@google.com · 11 years ago
  46. 0a1db4a Fixing debug bench assert on Android by sugoi@google.com · 11 years ago
  47. 4775cba Perlin noise adjustments by sugoi@google.com · 11 years ago
  48. cff0243 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  49. b4bdb65 Unreviewed test fix by sugoi@google.com · 11 years ago
  50. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  51. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 11 years ago
  52. 2874906 Unreviewed build fix by sugoi@google.com · 11 years ago
  53. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  54. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 11 years ago
  55. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 11 years ago