1. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  2. 77a684f Use GrConvertPixels in GrOpFlushState::doUpload by Brian Salomon · 5 years ago
  3. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  4. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  5. 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 5 years ago
  6. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  7. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
  8. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 6 years ago
  11. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 6 years ago
  12. a00da61 Pointer to GrStrikeCache on GrTextBlob by Herb Derby · 6 years ago
  13. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  14. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  15. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  16. 601ac80 Cache CPU memory buffers used for client side arrays. by Brian Salomon · 6 years ago
  17. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  18. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 6 years ago
  19. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  20. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 6 years ago
  21. e801210 In GrOpFlushState, store GrOp* rather than Unique ID by Brian Osman · 6 years ago
  22. 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
  23. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  24. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  25. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  26. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  27. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  28. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  29. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  30. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  31. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  32. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  33. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  34. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  35. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  36. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  37. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  38. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  39. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  40. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  41. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  42. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  43. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  44. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 7 years ago
  45. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  46. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  47. cbcb0a1 Revert "Revert "Add Atlas Text interface for rendering SDF glyphs."" by Brian Salomon · 7 years ago
  48. 9c2202f Revert "Add Atlas Text interface for rendering SDF glyphs." by Greg Daniel · 7 years ago
  49. 39631f3 Add Atlas Text interface for rendering SDF glyphs. by Brian Salomon · 7 years ago
  50. 7dc6e75 During flush store GrOp draw and upload records on GrOpFlushState instead of on the ops themselves. by Brian Salomon · 7 years ago
  51. 43fd6d8 Devirtualized token management in GrDeferredUploadTarget. by Brian Salomon · 7 years ago
  52. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  53. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  54. bdda0ba Cosmetic changes to GrDrawOpAtlas by Robert Phillips · 7 years ago
  55. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  56. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  57. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  58. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  59. acaa607 Make op-level texture uploading be GrProxy-based by Robert Phillips · 7 years ago
  60. 49b7b6f Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  61. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  62. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  63. fdd1170 Revert "Expand partial render target write pixels workaround." by Brian Salomon · 7 years ago
  64. 0cc507d Expand partial render target write pixels workaround. by Brian Salomon · 7 years ago
  65. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 8 years ago
  66. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  67. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  68. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  69. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago[Renamed (75%) from src/gpu/GrBatchFlushState.cpp]
  70. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  71. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  72. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 9 years ago
  73. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  74. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  75. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  76. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  77. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago