1. b56f927 Hide GrPipelineBuilder from GrOvalRenderer by robertphillips · 9 years ago
  2. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  3. 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 9 years ago
  4. 8db8678 Fix memory leak by joshualitt · 9 years ago
  5. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
  6. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  7. 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
  8. 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago
  9. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  10. 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 9 years ago
  11. 2c89bc1 Move surface props off of GrTextContext by joshualitt · 9 years ago
  12. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  13. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  14. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  15. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  16. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  17. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  18. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  19. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  20. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  21. bb53948 Move path fallback for AA rect out of SkGpuDevice by cdalton · 9 years ago
  22. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  23. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  24. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  25. 954cbc1 Reduce use of GrRenderTarget in GrTextContexts by robertphillips · 9 years ago
  26. 0e7029e Clean up Ganesh path render a little bit by robertphillips · 9 years ago
  27. ff55b49 Sniff out rects, ovals & rrects in SkGpuDevice::drawPath by robertphillips · 9 years ago
  28. 514450c Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext boundary by robertphillips · 9 years ago
  29. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  30. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  31. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  32. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  33. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  34. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  35. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  36. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  37. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  38. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  39. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  40. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  41. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  42. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  43. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  44. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  45. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  46. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  47. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  48. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  49. 10cae83 Move determiniation of strokerect rects internal by joshualitt · 9 years ago
  50. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  51. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  52. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  53. fac9ceb Add new GM to directly exercise perspective bitmap drawing by robertphillips · 9 years ago
  54. f6703fa Make GrTextContext no longer store a GrDrawContext by robertphillips · 9 years ago
  55. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  56. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  57. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  58. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  59. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  60. 9be0b00 stop dropping AA when rect stays rect by joshualitt · 9 years ago
  61. 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
  62. 1bef9f5 stop dropping AA when rect stays rect by joshualitt · 9 years ago
  63. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  64. 5a4d235 Revise DrawAtlasBatch to get rid of one copy when generating the batch. by jvanverth · 9 years ago
  65. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  66. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  67. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  68. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
  69. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  70. 1694a93 Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ ) by jvanverth · 9 years ago
  71. b091c44 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  72. 7441782 Make folder for batches by joshualitt · 9 years ago
  73. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  74. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 9 years ago
  75. ee14a62 Give strokerectbatch a proper home by bsalomon · 9 years ago
  76. d8aa59d Remove SHADER_AA_FILL_RECT flag by robertphillips · 9 years ago
  77. fae0102 Remove IGNORE_ROT_AA_RECT_OPT flag by robertphillips · 9 years ago
  78. df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  79. e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 9 years ago
  80. 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  81. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  82. 8cab9a7 All batches do their own pipeline compare by joshualitt · 9 years ago
  83. ae3d63a ovals now take a const GrPipelineBuilder by joshualitt · 9 years ago
  84. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  85. f9c5db2 Trivial cleanup by joshualitt · 9 years ago
  86. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  87. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  88. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  89. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  90. e04edd8 Hide NVPR text behind distance field flag by cdalton · 9 years ago
  91. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  92. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  93. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  94. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  95. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  96. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  97. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  98. 4b195e5 Unblock DEPS roll by remove SkAutoTUnref from GrDrawContext by robertphillips · 9 years ago
  99. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago