1. 1ffda04 allow inf/nan in GrRect isect utility functions. by Brian Salomon · 7 years ago
  2. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 7 years ago
  3. 98e7538 make GrRect.h private by reed · 9 years ago[Renamed from include/gpu/GrRect.h]
  4. 952841b Begin atlasing by robertphillips · 10 years ago
  5. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  6. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  7. 2f56998 Add MakeEmpty to GrIRect16 by commit-bot@chromium.org · 10 years ago
  8. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  9. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 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
  11. 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]
  12. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  13. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  14. 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 13 years ago
  15. 06e1795 Add bounding rect for paths by bsalomon@google.com · 13 years ago
  16. 6aa25c3 Make Gr clear take a rect for a partial-clear by bsalomon@google.com · 13 years ago
  17. 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
  18. f814017 add rect.inset(dx, dy) by reed@google.com · 13 years ago
  19. 6f8f292 add origin to device by reed@google.com · 13 years ago
  20. 5aaa69e Fixups for clipstack, convexity test for paths. by bsalomon@google.com · 13 years ago
  21. 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 · 13 years ago
  22. 86afc2a Batch consecutive draw rects. by bsalomon@google.com · 13 years ago
  23. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago