1. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  2. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  3. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  4. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  5. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  6. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  7. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  8. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  9. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  10. 40ef485 When filling nested rect path check for empty inner and empty outer rects by bsalomon · 8 years ago
  11. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  12. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  13. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  14. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  15. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  16. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  17. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  18. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  19. d2c7791 Revert of Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder (patchset #3 id:40001 of https://codereview.chromium.org/1730903007/ ) by ethannicholas · 9 years ago
  20. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  21. b56f927 Hide GrPipelineBuilder from GrOvalRenderer by robertphillips · 9 years ago
  22. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  23. 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 9 years ago
  24. 8db8678 Fix memory leak by joshualitt · 9 years ago
  25. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
  26. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  27. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  28. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago
  29. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  30. 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 9 years ago
  31. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 9 years ago
  32. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  33. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  34. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  35. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  36. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  37. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  38. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  39. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  40. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  41. bb53948 Move path fallback for AA rect out of SkGpuDevice by cdalton · 9 years ago
  42. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  43. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  44. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  45. 954cbc1 Reduce use of GrRenderTarget in GrTextContexts by robertphillips · 9 years ago
  46. 0e7029e Clean up Ganesh path render a little bit by robertphillips · 9 years ago
  47. ff55b49 Sniff out rects, ovals & rrects in SkGpuDevice::drawPath by robertphillips · 9 years ago
  48. 514450c Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext boundary by robertphillips · 9 years ago
  49. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  50. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  51. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  52. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  53. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  54. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  55. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  56. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  57. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  58. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  59. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  60. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  61. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  62. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  63. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  64. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  65. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  66. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  67. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  68. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  69. 10cae83 Move determiniation of strokerect rects internal by joshualitt · 9 years ago
  70. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  71. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  72. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  73. fac9ceb Add new GM to directly exercise perspective bitmap drawing by robertphillips · 9 years ago
  74. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  75. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  76. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  77. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  78. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  79. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  80. 9be0b00 stop dropping AA when rect stays rect by joshualitt · 9 years ago
  81. a83eead Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of https://codereview.chromium.org/1295523002/ ) by joshualitt · 9 years ago
  82. 1bef9f5 stop dropping AA when rect stays rect by joshualitt · 9 years ago
  83. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  84. 5a4d235 Revise DrawAtlasBatch to get rid of one copy when generating the batch. by jvanverth · 9 years ago
  85. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  86. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  87. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  88. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
  89. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  90. 1694a93 Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ ) by jvanverth · 9 years ago
  91. b091c44 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  92. 7441782 Make folder for batches by joshualitt · 9 years ago
  93. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  94. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 9 years ago
  95. ee14a62 Give strokerectbatch a proper home by bsalomon · 9 years ago
  96. d8aa59d Remove SHADER_AA_FILL_RECT flag by robertphillips · 9 years ago
  97. fae0102 Remove IGNORE_ROT_AA_RECT_OPT flag by robertphillips · 9 years ago
  98. df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  99. e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 9 years ago
  100. 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago