1. 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
  2. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  3. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  4. 2663263 Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. by commit-bot@chromium.org · 10 years ago
  5. d7b1af6 cast -1 to Mode to avoid warning (enum compared to signed int) by reed@google.com · 11 years ago
  6. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago