1. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  2. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  3. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  4. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  5. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  6. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  7. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  8. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
  9. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  10. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 5 years ago
  11. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  12. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  13. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  14. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  15. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  16. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  17. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 6 years ago
  18. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 6 years ago
  19. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
  20. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  21. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 6 years ago
  22. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  23. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  24. b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
  25. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  26. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  27. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  28. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  29. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  30. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  31. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  32. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  33. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  34. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  35. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  36. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  37. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  38. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  39. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  40. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  41. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 6 years ago
  42. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  43. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  44. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  45. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  46. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  47. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  48. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  49. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  50. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  51. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  52. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  53. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  54. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  55. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  56. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  57. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  58. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  59. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  60. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  61. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  62. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  63. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  64. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  65. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  66. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  67. ec42e15 Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect by Brian Salomon · 6 years ago
  68. a33b67c Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly. by Brian Salomon · 6 years ago
  69. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  70. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  71. 7d79e7b Use a lazy proxy in OnFlushCallbackTest to fulfill some old TODOs by Robert Phillips · 7 years ago
  72. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  73. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  74. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  75. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  76. e0070c0 Patch up ref counting of proxies (take 2) by Robert Phillips · 7 years ago
  77. 2d9cb57 Revert "Patch up ref counting of proxies" by Robert Phillips · 7 years ago
  78. 8d5ce2d Patch up ref counting of proxies by Robert Phillips · 7 years ago
  79. 74f623d make point array methods private by Cary Clark · 7 years ago
  80. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  81. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  82. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  83. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  84. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  85. 1265894 Don't execute onFlush op lists until after GPU data is uploaded by Chris Dalton · 7 years ago
  86. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  87. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  88. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  89. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  90. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  91. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  92. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  93. 9a03642 Make ops used in OnFlushCallbackTest be non-legacy GrMeshDrawOps. by Brian Salomon · 7 years ago
  94. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  95. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  96. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  97. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  98. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  99. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  100. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago