1. 8ef9108 Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  2. b0fabd4 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  3. c03afd6 Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  4. 47a2dc8 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  5. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  6. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  7. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  8. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  9. 13391dd Minor cleanup of clip mask manager by robertphillips · 9 years ago
  10. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  11. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  12. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  13. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  14. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  15. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  17. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  18. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  19. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  20. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  21. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  22. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  23. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  24. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  25. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  26. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  27. 9853cce Drawstate on stack by joshualitt · 10 years ago
  28. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  29. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  30. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  31. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  32. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  33. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  34. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  35. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  36. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  37. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  38. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  39. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  40. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  41. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  42. b27a8d5 minor fix: remove unnecessary init by bsalomon@google.com · 13 years ago
  43. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  44. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrPathRendererChain.cpp]
  45. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  46. a8a6a32 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 13 years ago
  47. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 13 years ago
  48. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  49. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  50. fa51041 Experimental revert of 2170 to see if the buildbot issues are somehow related. by tomhudson@google.com · 13 years ago
  51. 3299260 Remove compiler warnings (gcc on Linux). codereview.appspot.com/4922052/ by tomhudson@google.com · 13 years ago
  52. 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 13 years ago