1. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 9 months ago
  2. e32e1ab replace GrOpMemoryPool with GrMemoryPool by Herb Derby · 3 years, 10 months ago
  3. c76d409 add API for Op creation by Herb Derby · 3 years, 10 months ago
  4. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  5. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years ago
  6. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  7. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  8. f028810 Remove SkCanvas::getGrContext calls from benches by Robert Phillips · 4 years, 1 month ago
  9. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 1 month ago
  10. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 3 months ago
  11. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  12. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 5 months ago
  13. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 5 months ago
  14. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 5 months ago
  15. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 5 months ago
  16. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  17. 6941f4a Update three GrMeshDrawOps to surface their programInfos at record time by Robert Phillips · 4 years, 5 months ago
  18. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  19. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 6 months ago
  20. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 7 months ago
  21. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  22. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  23. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  24. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  25. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 9 months ago
  26. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 9 months ago
  27. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  28. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 9 months ago
  29. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 11 months ago
  30. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  31. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  32. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  33. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  34. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  35. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  36. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  37. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  38. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  39. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  40. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  41. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  42. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  43. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  44. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  45. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  46. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  47. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  48. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  49. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  50. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  51. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  52. 3b79aa3 On second thought, remove GrColor4s by Brian Osman · 6 years ago
  53. 4f598e8 GrColor4s, a fixed-point signed short type for wide color vertices by Brian Osman · 6 years ago
  54. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  55. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  56. 90d2d93 Revert "Add Short4 vertex attributes, and benchmark them as 4.12 colors" by Brian Osman · 6 years ago
  57. d2ca047 Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  58. 499bf1a Add half-float vertex attribute caps bit and benchmark by Brian Osman · 6 years ago
  59. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  60. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  61. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  62. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  63. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  64. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  65. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  66. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  67. 387eaff Vertex color xform bench by Brian Osman · 6 years ago