1. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  2. 9528bdb Don't reuse scratch textures update by robertphillips@google.com · 11 years ago
  3. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  4. d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
  5. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  6. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  7. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  8. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  9. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  10. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  11. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  12. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  13. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 11 years ago
  14. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 11 years ago
  15. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 11 years ago
  16. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  17. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 11 years ago
  18. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  19. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  20. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  21. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  22. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  23. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  24. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  25. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  26. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  27. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  28. 676e660 More carefully disable stages in Ganesh to avoid textures or effects by tomhudson@google.com · 12 years ago
  29. 5dfb672 Left over cleanup from r4416 (fix for lingering AA clip mask bug) by robertphillips@google.com · 12 years ago
  30. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  31. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago