1. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  2. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  3. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  4. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  5. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  6. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 12 years ago
  7. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  8. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  9. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  10. 8a4fc40 Updated useSWOnlyPath method to use path chain instead of raw path renderer methods by robertphillips@google.com · 12 years ago
  11. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  12. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 12 years ago
  13. 0e5104c misc fixes by bsalomon@google.com · 12 years ago
  14. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 12 years ago
  15. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 12 years ago
  16. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 12 years ago
  17. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 13 years ago
  18. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  19. 487dc76 remove unused variable by bsalomon@google.com · 13 years ago
  20. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  21. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 13 years ago
  22. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 13 years ago
  23. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 13 years ago
  24. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  25. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago
  26. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  27. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrAAHairLinePathRenderer.cpp]
  28. f75b84e Add license by bsalomon@google.com · 13 years ago
  29. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  30. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
  31. a8a6a32 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 13 years ago
  32. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 13 years ago
  33. 2ec7280 Fix some warnings by bsalomon@google.com · 13 years ago
  34. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  35. a996fec Use push_back_n() in place of multiple push_back()s by bsalomon@google.com · 13 years ago
  36. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  37. 46a2a1e Make gpu hairline check for degenerate quad more robust by bsalomon@google.com · 13 years ago
  38. fcb0dbc Fix GrAAHairLinePathRenderer fixed pt build by bsalomon@google.com · 13 years ago
  39. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago