1. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  2. 6985853 Reland "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  3. 1a2476d Revert "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  4. d3c92d9 Initial definition of fill rect op by Michael Ludwig · 6 years ago
  5. d003d22 Remove SkCanvas::experimental_drawImageSetV0 by Brian Salomon · 6 years ago
  6. 1da5cad Make experimental_drawImageSet support per-quad alpha. by Brian Salomon · 6 years ago
  7. 574d616 Pass alpha rather than full colors to TextureOps made from image sets. by Brian Salomon · 6 years ago
  8. 3d139a4 Use half floats for non-normalized color in GrTextureOp by Brian Osman · 6 years ago
  9. 09181ef Fix dst copy bounds for aa draw contained within clip. by Brian Salomon · 6 years ago
  10. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  11. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 6 years ago
  12. 64cc9aa Add drawDrawable support to GrRenderTargetContext. by Greg Daniel · 6 years ago
  13. d7065e7 Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."" by Brian Salomon · 6 years ago
  14. 8d5b41b Revert "Add experimental API to draw a set of SkImages in one SkCanvas call." by Brian Salomon · 6 years ago
  15. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  16. 2213ee9 Add support for per-edge AA to GrTextureOp. by Brian Salomon · 6 years ago
  17. 20390c3 Pull non-substantive changes out of GrShape mask drawing CL by Robert Phillips · 6 years ago
  18. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  19. e4643cc Remove unused parameter from drawPathWithMaskFilter by Robert Phillips · 6 years ago
  20. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  21. 82c11e0 Remove posText system from GrTextContext by Herb Derby · 6 years ago
  22. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  23. 3ebd354 For TextureOp + Alpha texture, xform paint color to dest color space by Brian Osman · 6 years ago
  24. b935cf8 const all the things by Herb Derby · 6 years ago
  25. cddab25 Use SkGlyphRunListIterator in gpu by Herb Derby · 6 years ago
  26. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  27. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  28. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  29. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  30. 4ec72f7 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  31. 383c9bb Revert "added skeletal animation support to GPU backend" by Joe Gregorio · 6 years ago
  32. d275ef5 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  33. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 6 years ago
  34. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  35. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 6 years ago
  36. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 6 years ago
  37. 9414c96 ccpr: Generalize GrCCAtlas to work for cached atlases as well by Chris Dalton · 6 years ago
  38. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  39. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  40. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  41. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  42. b80ffee Reland "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Brian Salomon · 6 years ago
  43. 633f20e Revert "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Stephen White · 6 years ago
  44. a0047bc Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp. by Brian Salomon · 6 years ago
  45. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  46. be3c1d2 Add perspective support to GrTextureOp. by Brian Salomon · 6 years ago
  47. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  48. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  49. 218c294 Remove the MSAA path renderer by Chris Dalton · 6 years ago
  50. 383c418 Remove GrStencilAndCoverTextContext by Robert Phillips · 7 years ago
  51. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  52. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  53. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  54. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  55. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  56. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  57. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 7 years ago
  58. 7cdabed Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. by Brian Salomon · 7 years ago
  59. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  60. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 7 years ago
  61. 2fad74a Make GrRenderTargetContext::drawPath() use GrShape to identify simpler by Brian Salomon · 7 years ago
  62. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  63. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  64. f18b1d8 Add GrTextUtils::Target by Brian Salomon · 7 years ago
  65. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  66. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  67. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  68. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
  69. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  70. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  71. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  72. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  73. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  74. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  75. c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
  76. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  77. 6504813 Remove accessRenderTarget calls in service of binding stencil buffer by Robert Phillips · 7 years ago
  78. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  79. 73d8fd9 Add a private API for writing the clip to the stencil by Stan Iliev · 7 years ago
  80. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  81. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  82. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  83. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  84. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  85. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  86. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  87. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  88. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
  89. c64ee46 Add return to surface semaphore calls to indicate when we don't support them by Greg Daniel · 7 years ago
  90. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  91. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  92. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  93. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  94. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  95. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  96. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 7 years ago
  97. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  98. e225b56 Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it. by Brian Salomon · 7 years ago
  99. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  100. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago