1. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  2. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  3. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  4. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  5. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 6 years ago
  6. 6250f29 Clean up GrDrawOpAtlas (take 2) by Robert Phillips · 6 years ago
  7. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 6 years ago
  8. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 6 years ago
  9. 3bd55bd Revert "Clean up GrDrawOpAtlas" by Robert Phillips · 6 years ago
  10. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 6 years ago
  11. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 6 years ago
  12. 9d57afd Clean up GrDrawOpAtlas by Robert Phillips · 6 years ago
  13. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 6 years ago
  14. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 6 years ago
  15. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 6 years ago
  16. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 6 years ago
  17. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 6 years ago
  18. a8c55fa Pad atlas uploads to 4-byte boundaries by Jim Van Verth · 6 years ago
  19. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  20. 06f593c Some more cleanup of GrDrawOpAtlas compaction by Jim Van Verth · 6 years ago
  21. cad0acf Fix thrashing issue with multitextured atlas. by Jim Van Verth · 6 years ago
  22. cd5099c Make atlases instantiate themselves at flush time by Robert Phillips · 7 years ago
  23. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  24. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  25. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  26. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  27. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  28. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  29. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  30. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  31. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  32. 90196cc Reduce the frequency of the text atlas compaction. by Derek Sollenberger · 7 years ago
  33. 63272cf Potential fix for Android regression by Jim Van Verth · 7 years ago
  34. c3269ae Miscellaneous dynamic atlas fixes. by Jim Van Verth · 7 years ago
  35. 62ea0cd Adjust atlas tracking to get better usage. by Jim Van Verth · 7 years ago
  36. 106b5c4 Shrink GrDrawOpAtlases when no longer needed, take 2. by Jim Van Verth · 7 years ago
  37. 712fe73 Add animated cowboy sample from WebKit tests, and fix. by Jim Van Verth · 7 years ago
  38. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  39. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  40. 32bbf37 Fix TSAN issue with atlas expansion. by Jim Van Verth · 7 years ago
  41. e6c0dee Temporarily disable atlas growth. by Jim Van Verth · 7 years ago
  42. eafa64b Revert "Revert "Allow GrDrawOpAtlas to grow as needed"" by Jim Van Verth · 7 years ago
  43. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 7 years ago
  44. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 7 years ago
  45. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 7 years ago
  46. d74f3f2 Move texture proxy allocation for atlas to constructor. by Jim Van Verth · 7 years ago
  47. acaa607 Make op-level texture uploading be GrProxy-based by Robert Phillips · 7 years ago
  48. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  49. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  50. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  51. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  52. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  53. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  54. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  55. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  56. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  57. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  58. 1c21431 Revert "Clear atlas textures at creation in Chrome" by Brian Salomon · 7 years ago
  59. 8785df1 Clear atlas textures at creation in Chrome by Brian Salomon · 7 years ago
  60. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  61. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  62. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  63. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  64. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  65. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  66. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  67. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 7 years ago
  68. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  69. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago[Renamed (99%) from src/gpu/GrBatchAtlas.cpp]
  70. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  71. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  72. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  73. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  74. cce3e58 Always use RGBA textures for color font atlases by Brian Osman · 8 years ago
  75. 613664b Remove unnecessary assert in GrBatchAtlas. by jvanverth · 8 years ago
  76. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  77. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 8 years ago
  78. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  79. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  80. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  81. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  82. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  83. 5df175e Make has GrBatchAtlas::ID() inlineable by joshualitt · 9 years ago
  84. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  85. 2b0536f Clean up GrBatchAtlas a bit by robertphillips · 9 years ago
  86. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  87. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  88. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  89. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  90. 8db6fdc bump the size of the atlas id to 64 bits by joshualitt · 9 years ago
  91. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  92. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  93. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  94. 28761fe Fix assert in GrBatchAtlas. by jvanverth · 9 years ago
  95. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  96. 8e71d38 fix for GrBatchAtlas valgrind error by joshualitt · 9 years ago
  97. e062db9 fix for using too much memory in GrBatchAtlas by joshualitt · 9 years ago
  98. 4314e08 small fix for perf regression in GrAtlasTextContext.cpp by joshualitt · 9 years ago
  99. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  100. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 9 years ago