1. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  2. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  3. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  4. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  5. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  6. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  7. 90196cc Reduce the frequency of the text atlas compaction. by Derek Sollenberger · 7 years ago
  8. 63272cf Potential fix for Android regression by Jim Van Verth · 7 years ago
  9. c3269ae Miscellaneous dynamic atlas fixes. by Jim Van Verth · 7 years ago
  10. 62ea0cd Adjust atlas tracking to get better usage. by Jim Van Verth · 7 years ago
  11. 106b5c4 Shrink GrDrawOpAtlases when no longer needed, take 2. by Jim Van Verth · 7 years ago
  12. 712fe73 Add animated cowboy sample from WebKit tests, and fix. by Jim Van Verth · 7 years ago
  13. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  14. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  15. 32bbf37 Fix TSAN issue with atlas expansion. by Jim Van Verth · 7 years ago
  16. e6c0dee Temporarily disable atlas growth. by Jim Van Verth · 7 years ago
  17. eafa64b Revert "Revert "Allow GrDrawOpAtlas to grow as needed"" by Jim Van Verth · 7 years ago
  18. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 7 years ago
  19. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 7 years ago
  20. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 7 years ago
  21. d74f3f2 Move texture proxy allocation for atlas to constructor. by Jim Van Verth · 7 years ago
  22. acaa607 Make op-level texture uploading be GrProxy-based by Robert Phillips · 7 years ago
  23. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  24. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  25. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  26. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  27. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  28. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  29. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  30. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  31. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  32. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  33. 1c21431 Revert "Clear atlas textures at creation in Chrome" by Brian Salomon · 7 years ago
  34. 8785df1 Clear atlas textures at creation in Chrome by Brian Salomon · 7 years ago
  35. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  36. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  37. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  38. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  39. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  40. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  41. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  42. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  43. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  44. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago[Renamed (99%) from src/gpu/GrBatchAtlas.cpp]
  45. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  46. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  47. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  48. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  49. cce3e58 Always use RGBA textures for color font atlases by Brian Osman · 8 years ago
  50. 613664b Remove unnecessary assert in GrBatchAtlas. by jvanverth · 8 years ago
  51. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  52. 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
  53. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  54. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 9 years ago
  55. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  56. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  57. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  58. 5df175e Make has GrBatchAtlas::ID() inlineable by joshualitt · 9 years ago
  59. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  60. 2b0536f Clean up GrBatchAtlas a bit by robertphillips · 9 years ago
  61. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  62. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  63. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  64. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  65. 8db6fdc bump the size of the atlas id to 64 bits by joshualitt · 9 years ago
  66. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  67. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  68. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  69. 28761fe Fix assert in GrBatchAtlas. by jvanverth · 9 years ago
  70. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  71. 8e71d38 fix for GrBatchAtlas valgrind error by joshualitt · 9 years ago
  72. e062db9 fix for using too much memory in GrBatchAtlas by joshualitt · 9 years ago
  73. 4314e08 small fix for perf regression in GrAtlasTextContext.cpp by joshualitt · 9 years ago
  74. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  75. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 10 years ago
  76. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  77. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  78. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  79. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  80. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  81. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago