1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 6 months ago
  2. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 7 months ago
  3. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 7 months ago
  4. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 7 months ago
  5. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 7 months ago
  6. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 7 months ago
  7. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 7 months ago
  8. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 7 months ago
  9. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 7 months ago
  10. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 7 months ago
  11. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 7 months ago
  12. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 7 months ago
  13. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 7 months ago
  14. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 8 months ago
  15. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 10 months ago
  16. 933484f Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation by Robert Phillips · 4 years, 11 months ago
  17. 8053c97 Add onPrePrepare to GrFillRRectOp by Robert Phillips · 4 years, 11 months ago
  18. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 11 months ago
  19. 67a625e Make GrProgramInfo take pointers to the GrPipeline and the GrPrimitiveProcessor by Robert Phillips · 5 years ago
  20. 5e8cdfd Add 'numRasterSamples' and 'isMixedSampled' to GrProgramInfo by Chris Dalton · 5 years ago
  21. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 5 years ago
  22. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
  23. 6c2aa7a Revert "Reduce inputs to GrProgramDesc::Build method(s)" by Robert Phillips · 5 years ago
  24. 63a3873 Reduce inputs to GrProgramDesc::Build method(s) by Robert Phillips · 5 years ago
  25. 2d8a95e Add "meshCount" to GrProgramInfo by Robert Phillips · 5 years ago
  26. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 5 years ago
  27. 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 5 years ago
  28. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  29. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  30. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  31. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  32. 0b002e2 For non-ccpr draws make sure all inputs to GrGPUCommandBuffer are long lived. by Greg Daniel · 5 years ago
  33. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
  34. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  35. 77a684f Use GrConvertPixels in GrOpFlushState::doUpload by Brian Salomon · 5 years ago
  36. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  37. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  38. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  39. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  40. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
  41. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  42. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  43. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 6 years ago
  44. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 6 years ago
  45. a00da61 Pointer to GrStrikeCache on GrTextBlob by Herb Derby · 6 years ago
  46. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  47. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  48. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  49. 601ac80 Cache CPU memory buffers used for client side arrays. by Brian Salomon · 6 years ago
  50. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  51. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 6 years ago
  52. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  53. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 6 years ago
  54. e801210 In GrOpFlushState, store GrOp* rather than Unique ID by Brian Osman · 6 years ago
  55. 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
  56. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  57. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  58. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  59. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  60. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 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. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  64. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  65. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  66. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  67. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  68. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  69. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  70. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  71. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  72. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  73. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  74. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  75. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  76. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  77. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 7 years ago
  78. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  79. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  80. cbcb0a1 Revert "Revert "Add Atlas Text interface for rendering SDF glyphs."" by Brian Salomon · 7 years ago
  81. 9c2202f Revert "Add Atlas Text interface for rendering SDF glyphs." by Greg Daniel · 7 years ago
  82. 39631f3 Add Atlas Text interface for rendering SDF glyphs. by Brian Salomon · 7 years ago
  83. 7dc6e75 During flush store GrOp draw and upload records on GrOpFlushState instead of on the ops themselves. by Brian Salomon · 7 years ago
  84. 43fd6d8 Devirtualized token management in GrDeferredUploadTarget. by Brian Salomon · 7 years ago
  85. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  86. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  87. bdda0ba Cosmetic changes to GrDrawOpAtlas by Robert Phillips · 7 years ago
  88. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  89. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  90. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  91. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  92. acaa607 Make op-level texture uploading be GrProxy-based by Robert Phillips · 7 years ago
  93. 49b7b6f Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  94. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  95. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  96. fdd1170 Revert "Expand partial render target write pixels workaround." by Brian Salomon · 7 years ago
  97. 0cc507d Expand partial render target write pixels workaround. by Brian Salomon · 7 years ago
  98. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 8 years ago
  99. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  100. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago