1. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 13 years ago
  2. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  3. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 13 years ago
  4. 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
  5. 27847de Fix line endings in Gr files and set svn eol style to LF by bsalomon@google.com · 14 years ago
  6. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  7. 70915f0 In GrMatrix's setScale, setSkew, & setTranslate check whether the values passed in make the matrix identity before setting the typemask. by bsalomon@google.com · 14 years ago
  8. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  9. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago