1. 3e26feb WebGPU: Enable `SharedBufferMemoryFromWindowsHandle` when available by Jiawei Shao · 51 minutes ago main master
  2. 4646157 Add DontChangeBaseLevelForNPOTImmutableTextures driver bug workaround. by Zhenyao Mo · 6 hours ago
  3. ffe8af6 Revert "[gpu] Remove r8_egl_images_broken and disable_r8_shared_images" by Dmytro Yeroshkin · 7 hours ago
  4. 2109479 [gpu] Remove r8_egl_images_broken and disable_r8_shared_images by Saifuddin Hitawala · 7 hours ago
  5. 32b1e66 Don't clear image if snap() fails by kylechar · 8 hours ago
  6. e93e7b5 Reland "Detach SharedImage based textures from framebuffers before deleting" by Vasiliy Telezhnikov · 13 hours ago
  7. 372c21e [agy][gpu] Defer cleared state in TexSubImage by Tzarial · 14 hours ago
  8. ea6a820 [gpu] Limit declared vertex output varyings at compile time by Ken Russell · 23 hours ago
  9. e9b926d [Memory Coordinator] Migrate GpuChannelManager to MemoryConsumer by Andres Ricardo Perez · 27 hours ago
  10. 341941d Remove unneeded auto locks in GraphiteSharedContext by Maggie Chen · 35 hours ago
  11. 104b15e [agy][gl] Add ScopedGLFramebuffer by Tzarial · 35 hours ago
  12. 6f95aa7 WebGPU: Compare wgpu::Status return values against wgpu::Status::Success by Jiawei Shao · 2 days ago
  13. 9f05127 Remove sunnyps from various OWNERS files by Sunny Sachanandani · 4 days ago
  14. bf124d5 gpu: Map GLES contexts to WebGL shader specs in validating decoder by Zhenyao Mo · 4 days ago
  15. a7371f0 [dawn] Remove clang warning suppression for cache APIs. by Lokbondo Kung · 4 days ago
  16. 75b9eca Revert EXT_blend_func test suppressions by Stacy Gaikovaia · 4 days ago
  17. 60c8667 Block MediaTek devices running vulkan from WebViewSurfaceControl by Vasiliy Telezhnikov · 5 days ago
  18. b69a5a6 Adjust test for strict ASTC sub-image upload semantics. by Ken Russell · 5 days ago
  19. d6a059f [gpu] Add pack_large_row_length_separately_pack_buffer workaround by Ken Russell · 5 days ago
  20. bff9322 [gpu] Add StoreSyncTokenInternal() and GenSyncTokenInternal() by Mingjing Zhang · 5 days ago
  21. e2c1aa3 Verify Graphite recording insertion before updating SharedImage cleared state by Greg Daniel · 6 days ago
  22. 247b5df Suppress ASTC test with base level on Qualcomm GPUs. by Ken Russell · 6 days ago
  23. 509525a [agy][gpu] Clear both components of packed D/S by Tzarial · 6 days ago
  24. bdf4a89 [dawn] Remove deprecated non-spanified CachingInterface APIs. by Lokbondo Kung · 6 days ago
  25. fd03c21 [gpu] Add WaitSyncTokenInternal() by Mingjing Zhang · 6 days ago
  26. 57edc93 [gpu] Handle graphite recordings properly in OzoneImageBacking upload by Saifuddin Hitawala · 6 days ago
  27. 7553d90 [viz] Track vkSemaphores separately per ScopedAccess by Saifuddin Hitawala · 7 days ago
  28. 7bdb610 Reset base level to 0 during ASTC uploads on PowerVR. by Ken Russell · 7 days ago
  29. 8ceaa15 gpu: Unbind unpack buffer for CopyTextureCHROMIUM intermediate by Ken Russell · 7 days ago
  30. 5613501 [cc][fuchsia] Move SignalSyncToken() into ClientSharedImage by Mingjing Zhang · 7 days ago
  31. c0db97f [DCSI] Implement UploadFromMemory and ReadbackToMemory in EGLImageBacking. by vikas soni · 7 days ago
  32. dad4994 [Ozone]Disable Vulkan if --disable-explicit-dma-fences by Kramer Ge · 7 days ago
  33. 3a86a47 Clamp Skia Vulkan memory numbers by Brian Sheedy · 8 days ago
  34. 87297e8 Add split_level_0_pbo_full_sub_image_2d workaround. by Ken Russell · 11 days ago
  35. 7f88f06 [gpu][arc] Support off-thread destruction for ArcSharedImageInterface by Mingjing Zhang · 11 days ago
  36. e3f2d0b [unsafe-buffers] Remove allow_unsafe_buffers from gpu/ by Arthur Sonzogni · 12 days ago
  37. 3c112c6 [webgpu] Make sure that GpuControlClient usage is thread-safe. by Lokbondo Kung · 12 days ago
  38. 5952592 Add Finch feature flag "WebGPUUseSpirvReconvergenceMode" by Alan Baker · 12 days ago
  39. 4f84fdc [DCSI] Implement ReadbackToMemory for OzoneImageBacking. by vikas soni · 12 days ago
  40. 304671c [DCSI] Map PrefersExternalSampler formats to RGBA for dynamic allocations. by vikas soni · 12 days ago
  41. 0a10465 [GPU-Security]: Fix VRAM leak in CompoundImageBacking on sync failure. by vikas soni · 12 days ago
  42. aa42103 Revert "Add CreateGpuFenceForSyncTokens implementation via SharedImageInterface" by luci-bisection@appspot.gserviceaccount.com · 13 days ago
  43. f58e03d [agy][gpu] Fix active transform feedback buffer tracking by Tzarial · 13 days ago
  44. e6ecbb8 Remove always-false parameter from DXGISwapChainImageBacking::Present by Rafael Cintron · 13 days ago
  45. 3193ac1 Async YUV readback preserves source colorspace by Michael Ludwig · 13 days ago
  46. 3057f56 GL decoder should fail with non-continguous bindings by Stacy Gaikovaia · 14 days ago
  47. 694851b Add CreateGpuFenceForSyncTokens implementation via SharedImageInterface by Vasiliy Telezhnikov · 14 days ago
  48. a3b829d ValidateIOSurface: Make more robust, and add CPU access parameter by Christopher Cameron · 14 days ago
  49. 7942cb8 gpu: Convert RAW_PTR_EXCLUSION to raw_ptr<T, kUnprotectedInRelease> by Keishi Hattori · 14 days ago
  50. 10e9667 [DCSI]: Implement ReadbackToMemory for WrappedSkImageBacking. by vikas soni · 2 weeks ago
  51. 3dfee2d [MiraclePtr] Rewrite templated container fields to raw_ptr by Jose Arturo Barrera · 2 weeks ago
  52. 260f731 [ozone] Clean up kInvalidateSinglePlaneDrmFormat feature along with UMA by Saifuddin Hitawala · 2 weeks ago
  53. c52438e [DCSI]: Make GLTextureHolder ref-counted. by vikas soni · 2 weeks ago
  54. 9fe510e [AR] Delegate syncing in ArImageTransport to ClientSharedImage by Mingjing Zhang · 2 weeks ago
  55. 1b4e165 [gpu] Add memory reporting for ANGLE Metal allocations by Benoît Lizé · 2 weeks ago
  56. 958d91f [agy][gpu] Fix FBO delete-while-bound bug by Tzarial · 2 weeks ago
  57. 48518f5 Migrate HashingLRUCache to Abseil containers by Adam Rice · 3 weeks ago
  58. 440be94 [tracing] Migrate legacy TRACE_EVENT_BEGIN/END[012] macros by Etienne Pierre-doray · 3 weeks ago
  59. ac7c6ec gpu: Add MojoLPM fuzzer for GpuChannel SharedImageStub by Wooseok Sung · 3 weeks ago
  60. 5f5a2f0 [webgpu] Add experimental support for texture-compression-unaligned by Corentin Wallez · 3 weeks ago
  61. fad653a Add feature flag condition to D3D12 path in D3DImageBacking by Sahir Vellani · 3 weeks ago
  62. bf68de3 [gpu] Cleanup kNvidiaWaylandYuvHardwareConversionWorkaround feature by Saifuddin Hitawala · 3 weeks ago
  63. b88e524 IOSurface: Unify pixel format handling by Christopher Cameron · 3 weeks ago
  64. ecd29db [Memory Coordinator] Add traits to MemoryProgramCache and PassthroughProgramCache by Andres Ricardo Perez · 3 weeks ago
  65. a6535e8 [Memory Coordinator] Remove CheckRegistryExists by Patrick Monette · 3 weeks ago
  66. 655c99f [gpu] Upgrade DUMPs to CHECKs for WebGPU access in ClientSI by Saifuddin Hitawala · 3 weeks ago
  67. 70b4d0a [Memory Coordinator] Add traits to GrShaderCache by Andres Ricardo Perez · 3 weeks ago
  68. df98257 Disable D3D video processing for MF VEA for selected platforms. by Qiu Jianlin · 4 weeks ago
  69. 4213cc8 gpu: Add SkiaGraphiteWinIntel feature by Le Hoang Quyen · 4 weeks ago
  70. 77b91f7 gpu: Refactor Graphite parameter initialization by Le Hoang Quyen · 4 weeks ago
  71. fbcf9c5 Use base::MakeRefCounted() in more gpu/command_buffer files by Lei Zhang · 4 weeks ago
  72. b9094bb WebGPU: Enable `subgroup-size-control` by default by Jiawei Shao · 4 weeks ago
  73. 545be47 Remove mojom::ContextType::kOpenGLES3 by Vasiliy Telezhnikov · 4 weeks ago
  74. df81665 Validate buffer usages in AssociateMailboxDawnBuffer by Kai Ninomiya · 4 weeks ago
  75. 33251e3 Revert "[viz] [gpu] Validate YCbCr info in Ganesh Vulkan path on Android" by Chrome Crash (Prod) · 4 weeks ago
  76. a3e5d2c [dawn][wire] Remove Read/WriteHandle implementations by Corentin Wallez · 4 weeks ago
  77. 14d943b Return callback from CopySharedImageToGLTextureViaTextureCopy by Mingjing Zhang · 4 weeks ago
  78. 9617414 [dawn][wire] Implement MemoryTransferService::MemoryHandle by Corentin Wallez · 4 weeks ago
  79. 688ee9c [media] Refactor WaitAndReplaceSyncTokenClient with callback by Mingjing Zhang · 4 weeks ago
  80. 5012dea GPU: skip EGL test on Dawn Device creation failure by Stephen White · 4 weeks ago
  81. 5d35e02 Reland "Fix missing internal_usage in DawnEGLImageRepresentation" by Stephen White · 4 weeks ago
  82. 73dda63 Fix fuzzer-discovered crash in depth/stencil workaround. by Ken Russell · 4 weeks ago
  83. cfcb09a Use Dawn to clear D3D12 resource-backed DComp texture by Sahir Vellani · 4 weeks ago
  84. 3046997 [//gpu] Move tex+bind out of CopySIToGLTexture() by Colin Blundell · 4 weeks ago
  85. bec569a [//gpu] Unify TexAndBind() callsites in CopySIToGLTexture() by Colin Blundell · 4 weeks ago
  86. 9afaabc [//gpu] Pass level to CopySharedImageToGLTextureViaSkia() by Colin Blundell · 4 weeks ago
  87. 81ad972 [//gpu] Move tex+bind out of CopySharedImageToGLTextureViaTextureCopy by Colin Blundell · 4 weeks ago
  88. 662d34d [//gpu] Remove kGLES2CopySIToTextureAlwaysTexAndBind by Colin Blundell · 4 weeks ago
  89. 8cf9cd2 Revert "Fix missing internal_usage in DawnEGLImageRepresentation" by Quyen Le · 4 weeks ago
  90. 0360b06 allow GPU process to fall back to software mode without restart by Le Hoang Quyen · 4 weeks ago
  91. 867c777 graphite: avoid DeferredSubmit param check if Graphite=disabled by Le Hoang Quyen · 5 weeks ago
  92. f483f30 Fix missing internal_usage in DawnEGLImageRepresentation by Stephen White · 5 weeks ago
  93. 8082ae6 Spanify PaintOp::Deserialize output buffer by Kelsen Liu · 5 weeks ago
  94. d3ee82d Remove D3D9 ANGLE backend support from Chromium by Rafael Cintron · 5 weeks ago
  95. 69c45fd Revert "Don't compile ExternalVkImageBacking on Windows" by luci-bisection@appspot.gserviceaccount.com · 5 weeks ago
  96. cfe4dd1 Fix RasterImageRepresentation::BeginScopedWriteAccess by Vasiliy Telezhnikov · 5 weeks ago
  97. 6f883e7 Remove Vulkan from GPU info collection by kylechar · 5 weeks ago
  98. 7f97aa7 Don't compile ExternalVkImageBacking on Windows by kylechar · 5 weeks ago
  99. 79cc33a Remove SharedImageManager::ProduceSkia() default arg by kylechar · 5 weeks ago
  100. 62db1ec [persistent_cache] Surface coarse-grained backend creation errors by Greg Thompson · 5 weeks ago