1. 9dc935f Remove all usage of SkSurfaceProps::isGammaCorrect() by brianosman · 8 years ago
  2. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  3. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  4. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  5. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  6. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  7. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  8. 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
  9. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  10. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  11. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  12. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  13. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  14. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  15. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  16. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  17. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  18. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  19. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  20. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  21. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  22. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  23. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  24. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  25. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  26. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  27. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  28. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  29. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
  30. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  31. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
  32. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  33. 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
  34. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  35. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  36. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  37. 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
  38. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  39. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  40. 8db8678 Fix memory leak by joshualitt · 9 years ago
  41. 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
  42. 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
  43. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  44. 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
  45. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  46. 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 9 years ago
  47. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  48. bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago
  49. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  50. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  51. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  52. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  53. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  54. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  55. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  56. 2e2202e Move flush logic into GrAtlasTextBlob by joshualitt · 9 years ago
  57. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  58. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  59. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  60. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  61. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  62. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  63. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  64. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  65. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  66. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  67. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  68. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  69. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  70. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  71. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  72. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  73. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  74. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  75. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  76. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  77. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  78. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  79. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  80. 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
  81. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  82. 4b195e5 Unblock DEPS roll by remove SkAutoTUnref from GrDrawContext by robertphillips · 9 years ago
  83. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago