1. 98e7538 make GrRect.h private by reed · 9 years ago[Renamed from include/gpu/GrRect.h]
  2. 952841b Begin atlasing by robertphillips · 10 years ago
  3. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  4. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  5. 2f56998 Add MakeEmpty to GrIRect16 by commit-bot@chromium.org · 10 years ago
  6. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  7. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. 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
  9. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrRect.h]
  10. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  11. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  12. 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 13 years ago
  13. 06e1795 Add bounding rect for paths by bsalomon@google.com · 13 years ago
  14. 6aa25c3 Make Gr clear take a rect for a partial-clear by bsalomon@google.com · 13 years ago
  15. 205d460 Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects. by bsalomon@google.com · 13 years ago
  16. f814017 add rect.inset(dx, dy) by reed@google.com · 13 years ago
  17. 6f8f292 add origin to device by reed@google.com · 14 years ago
  18. 5aaa69e Fixups for clipstack, convexity test for paths. by bsalomon@google.com · 14 years ago
  19. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  20. 86afc2a Batch consecutive draw rects. by bsalomon@google.com · 14 years ago
  21. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago