[go: nahoru, domu]

  1. 16f0eb0c Disable UseGles2ForOopR everywhere by kylechar · 5 months ago
  2. ff06e85 Multiplanar: Use WritePixelsYUV in VideoResourceUpdater by Saifuddin Hitawala · 5 months ago
  3. 207184ff Manuarlly remove more deprecated forms of base::Base64Encode() by Tom Sepez · 5 months ago
  4. edef313 Passes the dawn::Instance through to graphite context. by Loko Kung · 5 months ago
  5. 3bddd46 Enable AggressiveSkiaGpuResourcePurge everywhere except mac by Bo Liu · 5 months ago
  6. c217fb1 Use ProcessEvents in favor of Device.Tick in WebGPU main polling loop. by Loko Kung · 5 months ago
  7. ac5347f IOSurfaceImageBacking: handle fences correctly for readonly access by Peng Huang · 5 months ago
  8. 878828a [Dr-Dc] Remove features::kForceGpuMainThreadToNormalPriorityDrDc. by vikas soni · 5 months ago
  9. 972ebe2 Update Skia flags related to legacy behavior by Kevin Lubick · 5 months ago
  10. 4be1eca [//gpu] Rationalize AHBImageBackingFactory unittest SI usage by Colin Blundell · 5 months ago
  11. 9df586b6 [viz] Add a feature to return overlays without frame production by Benoit Lize · 5 months ago
  12. 7398337 Fix graphite interop on Android by kylechar · 5 months ago
  13. 16d9253 WebGPU: Add experimental support for shared worker by François Beaufort · 5 months ago
  14. 396fc572 WebGPU: Add experimental support for service worker by François Beaufort · 5 months ago
  15. e2977d2 [//gpu] Refine ImageDecodeAcceleratorStub RASTER SI usage by Colin Blundell · 5 months ago
  16. 6d7b57ea Add a weak reference to SharedImageInterface in ClientSharedImage by Mingjing Zhang · 5 months ago
  17. 801251c4 Remove some deprecated forms of base::Base64Encode(). by Tom Sepez · 5 months ago
  18. 3818bba Move IOSurface backing's representations into backing class by Peng Huang · 5 months ago
  19. 4cbc67e2 Revert^2 "[//gpu] Refine angle_vulkan_image_backing_factory_unittest SI usage" by Colin Blundell · 5 months ago
  20. 0c6864f Revert "[//gpu] Refine angle_vulkan_image_backing_factory_unittest SI usage" by Joshua Hood · 5 months ago
  21. e848b80 [//gpu] Refine angle_vulkan_image_backing_factory_unittest SI usage by Colin Blundell · 5 months ago
  22. c2bbb4d4 media: Disable hardware secure decryption for AMD Polaris devices by Sangbaek Park · 6 months ago
  23. a2fa67ce [//gpu] Add clarifying comment on raster_decoder_unittest SI usage by Colin Blundell · 6 months ago
  24. f95ebc8 [WebXR] Extend Samsung Xclipse workaround for S24 by Klaus Weidner · 6 months ago
  25. 1b89515 Enable CanvasOutOfProcessRasterization on linux by default. by Vasiliy Telezhnikov · 6 months ago
  26. 67db7ae4 Only enable Android graphite for Vulkan by kylechar · 6 months ago
  27. 4b2f6fd Multiplanar: Add support to EGLImageBacking by Saifuddin Hitawala · 6 months ago
  28. 6b89638 Move experimental WebGPU features behind a new blink runtime feature by François Beaufort · 6 months ago
  29. 0fa8575b Multiplanar: Add R16F format and use that if supported by Saifuddin Hitawala · 6 months ago
  30. f5eeeba Reland^2 "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 6 months ago
  31. 795acb8 si: Remove CONCURRENT_READ_WRITE from EGLImageBacking by Bo Liu · 6 months ago
  32. fb9110ac Update deprecated uses of Vulkan MutableTextureState constructor by Kevin Lubick · 6 months ago
  33. 58bbc48 Add debug labels to Chromium memory dumps by Rafael Cintron · 6 months ago
  34. 30d6842 Convert reinterpret_cast<> of void* to static_cast<> in spans. by Tom Sepez · 6 months ago
  35. a4ebc4e Return shared memory region mapping in CreatSharedImage for bitmap by Maggie Chen · 6 months ago
  36. 0843515 [//gpu] Remove NOTREACHED() from GetDXGIFormatForCreateTexture() by Colin Blundell · 6 months ago
  37. 25a00ec Update comment to reflect intention of delegation flag by Peter McNeeley · 6 months ago
  38. b2aca70 Enable force_dcomp_triple_buffer_video_swap_chain on more Intel GPUs by Jie Chen · 6 months ago
  39. 67dbf3a Overhaul GPU overlay test code by Brian Sheedy · 6 months ago
  40. bec5edb4 Check GpuChannel thread consistency by Smith Hedonist · 6 months ago
  41. 8973042 Revert "Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'"" by Jeremie Boulic · 6 months ago
  42. 506608b Make SharedImageInterface refcounted by Mingjing Zhang · 6 months ago
  43. 982e73f Fix the use of incorrect namespaces in the rest directories by Miyoung Shin · 6 months ago
  44. 3d02861 Revert "Add crash keys to VulkanSwapChain" by Peter Boström · 6 months ago
  45. e569bdf [//gpu] Eliminate SHARED_IMAGE_USAGE_RASTER by Colin Blundell · 6 months ago
  46. 42439f0 [//gpu] Remove check for FRAMEBUFFER_HINT + external sampling by Colin Blundell · 6 months ago
  47. 68ef4a76 [//gpu] Convert most SI RASTER usage to RASTER_READ | RASTER_WRITE by Colin Blundell · 6 months ago
  48. 58228dd Replace use of dawn::native::Instance::GetFeatureInfo by Corentin Wallez · 6 months ago
  49. 336689d [DanglingPtr] Fix dangling ptr in GLES2QueryManager by Hyowon Kim · 6 months ago
  50. 32f5da5 Remove 1 overload of deprecated `base::Hash` function. by Lukasz Anforowicz · 6 months ago
  51. 8d65743 Use `span` instead of ptr+len pair as param of `base::Hash` function. by Lukasz Anforowicz · 6 months ago
  52. f89807d Use libyuv to copy pixel data by kylechar · 6 months ago
  53. 4b69ffb0 HDR/macOS: Allow F16 overlays by Christopher Cameron · 6 months ago
  54. 152cc848 Dawn wire client: DCHECK in OnSerializeError by Austin Eng · 6 months ago
  55. e389f88 [//gpu] Cache SharedTextureMemory for Graphite in IOSurfaceImageBacking by Colin Blundell · 6 months ago
  56. 2f0511e7 Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 6 months ago
  57. f2a4c9e [gpu] Remove some of unused texture_manager.h includes by Saifuddin Hitawala · 6 months ago
  58. 2b256b89 Remove CHROMIUM_ycbcr_422_image by kylechar · 6 months ago
  59. ee5419eb [gpu] Remove unused member methods in GLTextureHolder by Saifuddin Hitawala · 6 months ago
  60. 31d6132 [//gpu unittests] Convert SI RASTER usage to RASTER_READ | RASTER_WRITE by Colin Blundell · 6 months ago
  61. c2b79e1 Fix memory dumps for android media by Vasiliy Telezhnikov · 6 months ago
  62. 0953f532 [//gpu/ipc] Convert SI RASTER usage to RASTER_READ | RASTER_WRITE by Colin Blundell · 6 months ago
  63. 676f8d9 Unify swapchain presentation events by Rafael Cintron · 6 months ago
  64. 2084c13 Revert "Update uses of dawn::native::*" by Brian Sheedy · 6 months ago
  65. bdb04363 Additional debugging for required extensions with InitializeFromAngle by Peter McNeeley · 6 months ago
  66. eac5e710 [CodeHealth] Use `base::test::RunUntil` instead of while+run_loop combo by Sonja · 6 months ago
  67. e0338bb6 Remove some two-argument base::make_span() calls. by Tom Sepez · 6 months ago
  68. 293b809 [//gpu] Introduce RASTER_{READ, WRITE} SharedImage usage by Colin Blundell · 6 months ago
  69. d23c9432 Revert "Automated T* -> raw_ptr<T> rewrite "refresh"" by Brian Sheedy · 6 months ago
  70. d9f6668 Mark LOG(FATAL) [[noreturn]] by Peter Boström · 6 months ago
  71. 08f7d93 Call TerminateBecauseOutOfMemory when creating SharedMemoryRegion fails by Maggie Chen · 6 months ago
  72. c9a445a Remove CanvasOopRasterization flag on Android by Vasiliy Telezhnikov · 6 months ago
  73. 224cc39 Multiplanar: Check for equivalent buffer usage support by Saifuddin Hitawala · 6 months ago
  74. 9b97c85 [//gpu] Pass SharedContextState to ProduceDawn() by Colin Blundell · 6 months ago
  75. e407f3d9 Automated T* -> raw_ptr<T> rewrite "refresh" by Bartek Nowierski · 6 months ago
  76. f5ff77b Update uses of dawn::native::* by Corentin Wallez · 6 months ago
  77. 0538cba [DanglingPtr] Fix dangling ptr in SharedImageFactory by Hyowon Kim · 6 months ago
  78. c5d2dbd Add a new CreateSharedImage() to SharedImageInterface by Maggie Chen · 6 months ago
  79. 609a73f5 Use ClientSharedImage for DrawingBuffer and CanvasResourceSwapChain by Mingjing Zhang · 6 months ago
  80. bd62d95 [//gpu] Add metrics related to loads of compiled shaders by Colin Blundell · 6 months ago
  81. c4f5c5f Initialize SharedTextureMemoryBeginAccessDescriptor to zero by Peng Huang · 6 months ago
  82. dfbda401 Don't check for CanvasOopRasterization flag directly by Vasiliy Telezhnikov · 6 months ago
  83. 3758806 Report progress for read back operations in RasterDecoder by Vasiliy Telezhnikov · 6 months ago
  84. cae5bf7 Update resolution without re-initializing video encoder. by Jianjun Zhu · 6 months ago
  85. 1b60e71e Move GPU.Sandboxed metric to emit later by Ben Scarlato · 6 months ago
  86. 271838ce Make passthrough decoder support one-component image workaround by Frank Liberato · 6 months ago
  87. f168d77 Remove DCompPresenter feature flag and adjust code to assume true by Rafael Cintron · 6 months ago
  88. 8c7fdb15 gpu: Log vulkan init errors by Bo Liu · 6 months ago
  89. 3debfa9 [Graphite] Disable DrDc if Graphite flag is enabled by Saifuddin Hitawala · 6 months ago
  90. 83169c1 [Multiplanar][gpu] Perform layout transition and submit before early out by Saifuddin Hitawala · 6 months ago
  91. 36be4d0 Android: Use AImageReader APIs directly by Andrew Grieve · 6 months ago
  92. 03830898 Update GLTextureImageBacking::ProduceDawn by Maggie Chen · 6 months ago
  93. 89290060 Remove DCHECK on vulkan instance extensions by Peter McNeeley · 6 months ago
  94. 1407bdde [DanglingPtr] Fix dangling ptr in CommandBufferHelper by Hyowon Kim · 6 months ago
  95. b3d1897 Add comment about fixing dangling ptr in RingBufferTest by Hyowon Kim · 6 months ago
  96. a673373 Revert "Don't enumerate Vulkan WebGPU adapters if Vulkan is blocked" by Corentin Wallez · 6 months ago
  97. 4c9fc74 [//gpu] Add comment on SharedTextureMemory::BeginAccess() failure case by Colin Blundell · 6 months ago
  98. 07d2680 [DanglingPtr] Fix dangling ptr in RingBufferTest by Hyowon Kim · 6 months ago
  99. 400eefc Disable VP9 k-SVC video decoding on non-Intel GPUs by Johannes Kron · 6 months ago
  100. 2b0344d Don't enumerate Vulkan WebGPU adapters if Vulkan is blocked by Brandon Jones · 6 months ago