[go: nahoru, domu]

  1. a42052f Allow non-origin tiling rect in cc::TilingData by Xianzhu Wang · 6 months ago
  2. 058985b Fix bug in reporting predictor jank UKM. by Harkiran Bolaria · 6 months ago
  3. 8973042 Revert "Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'"" by Jeremie Boulic · 6 months ago
  4. 506608b Make SharedImageInterface refcounted by Mingjing Zhang · 6 months ago
  5. 4764d26 Fix the format in LayerTreeHostImpl::CreateUIResource for software composition by Maggie Chen · 6 months ago
  6. b475091 Remove the unused class memeber |format| from UIResourceData. by Maggie Chen · 6 months ago
  7. 217c490 ThreadsafePath: Ensure generationID is safely computed by Brian Osman · 6 months ago
  8. b57902d Remove PictureLayerImpl::content_bounds_ by Xianzhu Wang · 6 months ago
  9. 2dc3d5a Remove FrameSequenceMetrics::CustomReportData V1 by Jonathan Ross · 6 months ago
  10. 2f0511e7 Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 6 months ago
  11. 5f97d04 Update FrameSequenceMetrics Traces by Jonathan Ross · 6 months ago
  12. 1d5d60b Remove cc::FakePictureLayer::CreateWithRecordingSource() by Xianzhu Wang · 6 months ago
  13. bae2df4 Fix the use of incorrect namespaces in //cc by Miyoung Shin · 6 months ago
  14. d5e8178 Revert "Fix software rendering of Fluent overlay animation" by Renato Silva · 6 months ago
  15. ca7cccf [DanglingPtr] Fix dangling ptrs in LayerTreeHostScrollTestCaseWithChild by Hyowon Kim · 6 months ago
  16. e8e178a [DanglingPtr] Fix dangling ptr in FakeSchedulerClient by Hyowon Kim · 6 months ago
  17. 86373ca Allow changing the fast-main-thread threshold by Ian Vollick · 6 months ago
  18. 996a4dea Refactor cc::RecordingSource::Update*() by Xianzhu Wang · 6 months ago
  19. e0338bb6 Remove some two-argument base::make_span() calls. by Tom Sepez · 6 months ago
  20. a7afe1b [//cc] Convert SI RASTER usage to RASTER_READ | RASTER_WRITE by Colin Blundell · 6 months ago
  21. 27c4660 cc: refactor deprecated RunLoop Usage by Helmut Januschka · 6 months ago
  22. 1f256839 [DanglingPtr] Fix dangling ptr in FakeLayerTreeHostClient by Hyowon Kim · 6 months ago
  23. ed868a5d cleanup: remove unused members from SchedulerStateMachine by Lingqi Chi · 6 months ago
  24. d23c9432 Revert "Automated T* -> raw_ptr<T> rewrite "refresh"" by Brian Sheedy · 6 months ago
  25. 4bc2d26 Clean up #include in cc/raster/bitmap_raster_buffer_provider.cc by Maggie Chen · 6 months ago
  26. 26bc0e0 [buganizer] Migrate DIR_METADATA for cc/ by Jeff Yoon · 6 months ago
  27. c62101c Remove ContentLayerClient::PaintableRegion() by Xianzhu Wang · 6 months ago
  28. e407f3d9 Automated T* -> raw_ptr<T> rewrite "refresh" by Bartek Nowierski · 6 months ago
  29. 335c895 Replace DUMP_WILL_BE_CHECK with CHECK in paint_op_writer.cc by Kevin Lubick · 6 months ago
  30. 3ef79d8 Occlusion calculation skip TextureLayer without resource by perryuwang · 6 months ago
  31. 8874e31b0 UKM for Scroll Jank metrics - predictor metrics. by Harkiran Bolaria · 6 months ago
  32. c5d2dbd Add a new CreateSharedImage() to SharedImageInterface by Maggie Chen · 6 months ago
  33. 3efd8535 [paint] Add PaintCanvas::drawVertices() by Florin Malita · 6 months ago
  34. 7f0b9bc [Canvas] Add Mesh2D JS APIs by Florin Malita · 6 months ago
  35. e6d550f Fix FrameSequenceTracker null timestamp by Jonathan Ross · 6 months ago
  36. c3371efc Add vsync_interval_ms to EventLatency. by Stephen Nusko · 6 months ago
  37. 33f7211 Fix a nullptr crash in DeleteUIResourceBacking by Maggie Chen · 6 months ago
  38. a99a3ac Used `std::string base::Base64Encode(StringPiece)` instead of `void base::Base64Encode(StringPiece, std::string*)` by punithnayak · 6 months ago
  39. fcde872 [gardening] Disable a flaky test by Hayato Ito · 6 months ago
  40. 5233732 Update FrameSequenceTrackerV3 to handle late arriving frames by Jonathan Ross · 6 months ago
  41. 922af47 Fix software rendering of Fluent overlay animation by Gaston Rodriguez Lopez · 6 months ago
  42. 093aa4c5 Enable NonBlockingCommit by default by Stefan Zager · 6 months ago
  43. eae8d7d Replace SharedBitmap with SharedImage in cc HeadsUpDisplayLayerImpl by Maggie Chen · 6 months ago
  44. 1e94fd3 Update SharedBitmap to SharedImage conversion by Maggie Chen · 6 months ago
  45. 5e9fb41 [ToTLinux] Fix some narrowing errors by Ho Cheung · 6 months ago
  46. 3ca66002 [viz][Multiplanar] Use VideoResourceUpdater::AppendQuads for YUV tests by Saifuddin Hitawala · 6 months ago
  47. 8310f0f Replace logging::LOG_FATAL with LOGGING_ by Peter Boström · 6 months ago
  48. 0318aab Replace AllocateSharebitmap with CreatSharedImage in LayerTreeHostImpl::CreateUIResource() by Maggie Chen · 6 months ago
  49. 5d32c254a Defaults rarely used texture draw quad vertex opacity by Peter McNeeley · 6 months ago
  50. a1abc97 Release bitmap ExportedResources in ReleaseLayerTreeFrameSink by Maggie Chen · 6 months ago
  51. a993b1a [Code Health] Remove some uses of base::SupportsWeakPtr by David Bertoni · 6 months ago
  52. 818fd21 Remove ExperimentalAsh trait usage from miscellaneous directories by Bartek Nowierski · 7 months ago
  53. b04438d Replace base::StringPiece in //cc with std::string_view by Hyowon Kim · 7 months ago
  54. e63cbaf6 Rewrite vector<T*> into vector<raw_ptr<T, VectorExperimental>> by Ali Hijazi · 7 months ago
  55. b64c182 UKM for Scroll Jank metrics - scroll event. by Harkiran Bolaria · 7 months ago
  56. 7888de8 cc: Limit extra slugs to vector max_size. by Vladimir Levin · 7 months ago
  57. 21b97b4 [viz] Simplify test code's GetRendererTypes() post-GLRenderer by Colin Blundell · 7 months ago
  58. 3983548 Add support for useBaseColorSpace by Maryla · 7 months ago
  59. 42c0513 cc: Set clip_tree_parent only once by Eriko Kurimoto · 7 months ago
  60. 316d5fb Rename gfx::OverlayTransform rotations by punithnayak · 7 months ago
  61. 4b3c6b7d Add GpuChannelLost Observer to LayerTreeFrameSink by Maggie Chen · 7 months ago
  62. 54f0534c ClientResourceProvider Main Thread Callbacks by Jonathan Ross · 7 months ago
  63. 0fd5a82 [//cc] Rip out pre-MappableSI codepath for ZeroCopyRBP by Colin Blundell · 7 months ago
  64. 0181fe73 Remove Skia layer staging flags by Michael Ludwig · 7 months ago
  65. 239c1bd Replace calls to deprecated SkTypeface::Make functions by Kevin Lubick · 7 months ago
  66. 689f033 Make dynamic-range-limit interpolatable by Sami Boukortt · 7 months ago
  67. 697c32f [css-scroll-snap-2] Implement snapchanging for flings by David Awogbemila · 7 months ago
  68. debcdc6 Clear shared_image_interface when LayerTreeFrameSink is detached from the client by Maggie Chen · 7 months ago
  69. 2fafeef [DanglingPointer] Remove dangling pointer in ukm_manager_unittest.cc by Chakshu Pragya · 7 months ago
  70. ab46b31a [css-scroll-snap-2] Pass SnapSelectionStrategy to main thread during scrolling by David Awogbemila · 7 months ago
  71. 8a88135 gpu: Prune old TransferCache entries by Bo Liu · 7 months ago
  72. b696fbf Replace various uses of Log2Floor and Log2Ceiling with std calls. by Avi Drissman · 7 months ago
  73. 805a89c Reset cc deadline timer when there is no new active tree likey in late mode. by Li Chen · 7 months ago
  74. 9a46ffd Use googletest flag macros to access googletest flags in //cc. by Daniel Cheng · 7 months ago
  75. ee8efb7c Unlock Resources During Eviction by Jonathan Ross · 7 months ago
  76. 31d6ef43 Fix the cc and the viz unit tests for feature SharedBitmapToSharedImage by Maggie Chen · 7 months ago
  77. 52b71a6 [UseDMSAAForTiles] Enable UseDMSAAForTilesAndroidGL by default. by Vikas Soni · 7 months ago
  78. 0527e0d Check for slugs count before deserializing Slugs in DrawSlugOp by Vasiliy Telezhnikov · 7 months ago
  79. a718189 Use fewer bits for blend_mode_ in cc::PaintFlags by Sami Boukortt · 7 months ago
  80. 7d8cc19a cc: Update the relationship between the current_rect and tiling_size when tiling_size changes by Jinli Wu · 7 months ago
  81. 1b874190 Fix non-exist mailbox when ShareImageManager produces memory in by Maggie Chen · 7 months ago
  82. b769559 Split magnifier effects into one backdrop zoom and one forward offset by Michael Ludwig · 7 months ago
  83. 8ee9326 Add mailbox_sync_token to SoftwareBacking by Maggie Chen · 7 months ago
  84. e84f406 [//gpu] Move ScopedMapping from SharedImageInterface to ClientSI by Colin Blundell · 7 months ago
  85. 32d3562 Use BGRA_8888 format when converting SharedBitmap to SharedImage by Maggie Chen · 7 months ago
  86. 3a4e48d [//gpu] Move SII::MapSharedImage() to ClientSharedImage::Map() by Colin Blundell · 7 months ago
  87. e5c093d [CompositeClipPathAnimation] Allow worklet animations to avoid unnecessary frames by Claire Chambers · 8 months ago
  88. fdaf88b Remove fake ES2 path for Skia by Vasiliy Telezhnikov · 8 months ago
  89. e28df41 [//cc] Change BufferProviders to call MapSharedImage(ClientSI) by Colin Blundell · 8 months ago
  90. 3b49263 [base] Remove base::Erase()/base::EraseIf() overloads for std::string by Andrew Rayskiy · 8 months ago
  91. e468f11 cc::PaintOpReader::ReadSize: Do not CHECK on failure by Christopher Cameron · 8 months ago
  92. 5c82e17 [//cc] Change StagingBuffer to hold ClientSharedImage by Colin Blundell · 8 months ago
  93. 43d4ede [cc] Reduce mailbox usage in oop_pixeltest by Mingjing Zhang · 8 months ago
  94. 9a99ee4 Reland "Refactor DestroySharedImage() for raster buffer providers" by Mingjing Zhang · 8 months ago
  95. 62595a3 Supply SkFontMgr to Skottie by Kevin Lubick · 8 months ago
  96. 21e01e5 ash: Remove deprecated PercentDroppedFrames_1sWindow and friends by Xiyuan Xia · 8 months ago
  97. efff367 [css-scroll-snap-2] Implement snapchanging for programmatic scrolls by David Awogbemila · 8 months ago
  98. 97acac9 Remove compositor context capabilities check by kylechar · 8 months ago
  99. f23582c [cc][ClientSI] Update DestroySharedImage() in FrameSinkImpl by Mingjing Zhang · 8 months ago
  100. 7d89ff0 [cc][ClientSI] Refactor mailbox usage in layer_tree_host_impl by Mingjing Zhang · 8 months ago