1. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  2. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  3. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  4. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  5. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  6. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  7. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  8. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  9. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  10. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  11. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  12. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  13. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  14. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  15. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  16. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  17. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  18. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  19. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  20. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  21. 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
  22. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  23. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  24. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  25. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  26. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  27. ca6a7c2 Make perlin noise do CTM-correct scaling. by senorblanco · 10 years ago
  28. f3b5027 Perlin noise cleanup. by senorblanco · 10 years ago
  29. ce6a354 Fix tiled perlin noise. by senorblanco · 10 years ago
  30. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  31. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  32. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  33. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  34. b67b8e6 apply localmatrix in pre-order, to match other shaders by reed@google.com · 10 years ago
  35. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 10 years ago
  36. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  37. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  38. 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
  39. 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
  40. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  41. 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
  42. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  43. a8d95f8 Perform perlin noise matrix computations once per frame, not per pixel. by senorblanco@chromium.org · 10 years ago
  44. 9fbbcca SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled by commit-bot@chromium.org · 10 years ago
  45. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  46. fd5c9a6 Begin making SkPerlinNoiseShader const. by commit-bot@chromium.org · 10 years ago
  47. 47d98c8 Fix CTM scaling and clipping of SkRectShaderImageFilter. by senorblanco@chromium.org · 10 years ago
  48. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  49. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  50. 857e320 Use truncation, not rounding, when converting perlin noise seed (required by SVG spec). by senorblanco@chromium.org · 11 years ago
  51. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  52. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  53. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  54. c2a0ea6 Perlin issue fixed by commit-bot@chromium.org · 11 years ago
  55. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  56. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  57. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  58. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  59. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  60. 9839320 Removing highp variables from perlin noise shader by commit-bot@chromium.org · 11 years ago
  61. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  62. d537af5 Fixed gpu perlin noise on Windows by sugoi@google.com · 11 years ago
  63. 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
  64. 319baf9 Reducing the complexity of the noise test for Angle by sugoi@google.com · 11 years ago
  65. 0a1db4a Fixing debug bench assert on Android by sugoi@google.com · 11 years ago
  66. 4775cba Perlin noise adjustments by sugoi@google.com · 11 years ago
  67. cff0243 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  68. b4bdb65 Unreviewed test fix by sugoi@google.com · 11 years ago
  69. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  70. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 11 years ago
  71. 2874906 Unreviewed build fix by sugoi@google.com · 11 years ago
  72. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  73. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 11 years ago
  74. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 11 years ago