1. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 14 years ago
  2. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 14 years ago
  3. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 14 years ago
  4. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 14 years ago
  5. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 14 years ago
  6. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 14 years ago[Renamed from gpu/src/GrTesselatedPathRenderer.cpp]
  7. fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 14 years ago
  8. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 14 years ago
  9. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 14 years ago
  10. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 14 years ago
  11. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 14 years ago
  12. 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 14 years ago
  13. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  14. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 14 years ago
  15. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
  16. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 14 years ago
  17. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 14 years ago
  18. 1fa803d Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtess by senorblanco@chromium.org · 14 years ago
  19. 8c5753e Fixed point no longer crashes when GL enabled in gm tests. by bungeman@google.com · 14 years ago
  20. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
  21. ef3913b Batch up draws into triangle fans as large as possible when drawing convex by senorblanco@chromium.org · 14 years ago
  22. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 14 years ago
  23. ff174b3 Fix winding order check for negative scale in tesselated path rendering. The by senorblanco@chromium.org · 14 years ago
  24. 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 14 years ago
  25. cf3edc9 Two optimizations for the tesselated path renderer: by senorblanco@chromium.org · 14 years ago
  26. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 14 years ago