- 01a7ef1 Disable all GPU features on old AMD driver 8.17.10.*. by Zhenyao Mo · 4 years, 4 months ago
- 11d96ec Pass SharedImageRepresentationGLTextureClient if graphics context is GL. by Eliot Courtney · 4 years, 4 months ago
- e660b15 //gpu: rename switch to --ignore-gpu-blocklist by Corentin Wallez · 4 years, 4 months ago
- 178f37ee Enable accelerated video in webtests by Eugene Zemtsov · 4 years, 4 months ago
- dd519d3 Set fPreferExternalImagesOverES3 to true. by Vikas Soni · 4 years, 4 months ago
- cbdaab9 Enable AV1 hardware decoding by default. Prep workaround to disable. by Dale Curtis · 4 years, 4 months ago
- 3aa4c01 Do not use interop SharedImageFactory on macOS by Christopher Cameron · 4 years, 4 months ago
- 63e52ea Move SharedImageRepresentationOverlay to GLImage code by Christopher Cameron · 4 years, 4 months ago
- d23b143 vulkan: disable vulkan and gl interop for bgra8888 textures. by Peng Huang · 4 years, 4 months ago
- 0a354fc Rename the command line switch for disabling DX12/Vulkan info collection by Maggie Chen · 4 years, 4 months ago
- 5173392 macOS/Metal: Fix GL/WebGPU synchronization by Christopher Cameron · 4 years, 4 months ago
- c46e51b SharedImageBackingFactory: Clarify assumptions about GrContextType by Christopher Cameron · 4 years, 4 months ago
- 6720d13 Cleanup inactive graphics OWNERS by kylechar · 4 years, 4 months ago
- 1fa4a5f Implement a new shared image backing. by Vikas Soni · 4 years, 4 months ago
- 6bbe37f Remove client-side validation for renderbufferStorageMultisample. by Kenneth Russell · 4 years, 4 months ago
- 7c71626 Zero-init Dawn structs by Kai Ninomiya · 4 years, 4 months ago
- 1c231d0 Remove pre-Lollipop gpu exceptions by Eugene Zemtsov · 4 years, 4 months ago
- 1db6a8b Remove GLStreamTextureImage by Vasiliy Telezhnikov · 4 years, 4 months ago
- 86aaec1 Make SharedImageBackingGLImage lazily bind by Christopher Cameron · 4 years, 4 months ago
- e7d4874c SkiaRenderer/macOS: Use IOSurfaceInUse to not recycle in-use resources by Christopher Cameron · 4 years, 4 months ago
- cb91157 //gpu: rename switch to --gpu-blocklist-test-group by Corentin Wallez · 4 years, 4 months ago
- 45ad305 SharedImageBackingGLImage: Initialize IOSurface pixels by Christopher Cameron · 4 years, 4 months ago
- ffc21069 Add Support for serialization of mailbox backed PaintImages by Nathan Zabriskie · 4 years, 4 months ago
- b70dfea Update WebGL BPTC and RGTC validation logic by shrekshao · 4 years, 4 months ago
- ff6293c Add GPUTestConfig::kOsMacBigSur by Christopher Cameron · 4 years, 4 months ago
- c2093bd Reland "Refactor SharedImageVideo backing." by Vikas Soni · 4 years, 4 months ago
- a9affd1 vulkan: fix layout and queue family problems with ExternalVkImageBacking by Peng Huang · 4 years, 4 months ago
- 34d802c Refactor SharedImageRepresentationSkiaVkAndroid. by Vikas Soni · 4 years, 4 months ago
- 5cbffcc //gpu/: use more intentional terms. by Corentin Wallez · 4 years, 4 months ago
- 7e65fda Reland "Update the GPU process termination code in the GPU watchdog." by Maggie Chen · 4 years, 4 months ago
- 27656588 apple: Convert GN libs lists to frameworks that use `libs +=` by Robert Sesek · 4 years, 4 months ago
- b656bed3 Adjust Windows GPU watchdog timeout based on number of processors. by Maggie Chen · 4 years, 4 months ago
- b8cbc46 Remove CHROMIUM_stream_texture_matrix by Vasiliy Telezhnikov · 4 years, 4 months ago
- d470904 vulkan: add several UMA for measuring semaphore related cost. by Peng Huang · 4 years, 4 months ago
- 3bf6be5 gpu: Avoid holding onto lock while destroy Sequence by Bo Liu · 4 years, 4 months ago
- bad516f4 Set EnableSharedImageForWebview enabled by default by Vasiliy Telezhnikov · 4 years, 4 months ago
- c41854b Update WebGL multi_draw and base_vertex_base_instance extensions enabling dependency by shrekshao · 4 years, 4 months ago
- a027045 Revert "Refactor SharedImageVideo backing." by vikas soni · 4 years, 4 months ago
- e5bde82 vulkan: fix a crash in SkiaOutputDeviceVulkan. by Peng Huang · 4 years, 4 months ago
- 5f7b87c Refactor SharedImageVideo backing. by Vikas Soni · 4 years, 4 months ago
- c9f8c2f1 Initial fence to wait on before reading vulkan image. by Vikas Soni · 4 years, 4 months ago
- 95a63e4b RasterDecoder: only use gpu::AddVulkanCleanupTaskForSkiaFlush with submit by Peng Huang · 4 years, 4 months ago
- e4c6bdd Generic backing and representations for android. by Vikas Soni · 4 years, 4 months ago
- 1990adc ExternalVkImageBacking: only do synchronization when GL texture is created by Peng Huang · 4 years, 4 months ago
- 1bc8129 vulkan: remove command buffers in vulkan swap chain. by Peng Huang · 4 years, 4 months ago
- dfd4db56 Vulkan: tracking damage area in SkiaOutputDeviceVulkan by Peng Huang · 4 years, 4 months ago
- 2a1e964f Add VizSubmitDrawToGpuDrawStartUs metric by Vasiliy Telezhnikov · 4 years, 4 months ago
- dda8c33 Reduce flush periodic by Hong Zheng · 4 years, 4 months ago
- 663b352 misc: Replace uses of ComPtr::GetAddressOf() with ComPtr::operator& by Xiaohan Wang · 4 years, 4 months ago
- 581eaa36 mac: Convert GN libs lists to frameworks in //gpu. by Robert Sesek · 4 years, 4 months ago
- 0f1575a media/chromeos: refactor flags enabling new VideoDecoder by Miguel Casas · 4 years, 4 months ago
- ea748dd SharedImageBackingFactoryGLTexture: Fix compatibility swizzle by Christopher Cameron · 4 years, 4 months ago
- d982e50 Re-enable gl_tests_passthrough on Linux and Mac by Jonah Ryan-Davis · 4 years, 4 months ago
- c34529df ExternalVkImage: use GrContext::updateBackendTexture() for new shared image with pixel data. by Peng Huang · 4 years, 4 months ago
- 3901b61b Use base/bits.h in more places. by Lei Zhang · 4 years, 4 months ago
- 5f9b778 Update skia flush call to latest API. by Greg Daniel · 4 years, 4 months ago
- 1525162 Fix GLES2DecoderImpl::DoBindOrCopyTexImageIfNeeded by Christopher Cameron · 4 years, 4 months ago
- f44ce8a [Fuchsia] Implement OutputPresenterFuchsia by Sergey Ulanov · 4 years, 4 months ago
- 182fe54 ExternalVkImage: using GrContext::setBackendTextureState() to change by Peng Huang · 4 years, 4 months ago
- 1f1bb2d Fix HandleRequestAdapter when no adapters exist by Natasha Lee · 4 years, 4 months ago
- 50d8999 Revert "SharedImageBackingGLImage: Bind texture lazily" by Guido Urdaneta · 4 years, 4 months ago
- 32bd4811 [Fuchsia] use protected mode for images with usage = GLES & Raster by Sergey Ulanov · 4 years, 4 months ago
- 81b8bb5 Migrate to sk_sp<SkDeferredDisplayList> by Adlai Holler · 4 years, 4 months ago
- 13ac3404 vulkan: call XFlush() before create VkSurface and VkSwapchain. by Peng Huang · 4 years, 4 months ago
- 2a734c3 Revert "ui/gl: Hook up GLSurface swap acks to gpu::Scheduler." by Khushal · 4 years, 4 months ago
- 1df9d4d SharedImageBackingGLImage: Bind texture lazily by Christopher Cameron · 4 years, 4 months ago
- 3adb34c X11 and Ozone: //gpu: choose code path with IsUsingOzonePlatform by Maksim Sisov · 4 years, 4 months ago
- 06046d6 X11 and Ozone: make sure gfx::AcceleratedWidget to be uint32_t by Maksim Sisov · 4 years, 4 months ago
- f48d866 Reland "Reuse pixmap across VFPool/MailboxVFConverter." by Andres Calderon Jaramillo · 4 years, 4 months ago
- f65f550 Add ProduceOverlay/Dawn/Skia support to SharedImageBackingGLImage by Christopher Cameron · 4 years, 4 months ago
- 74fe056 Fix comment misspelling by Chris Blume · 4 years, 4 months ago
- 28d0cbd2 ExternalVkImageBacking: remove at least one unnecessary queue submission by Peng Huang · 4 years, 4 months ago
- 645ca14 Lose context on OOM by Jonathan Backer · 4 years, 4 months ago
- cca0759 vulkan: update GrVkMemoryAllocatorImpl to the new added methods by Peng Huang · 4 years, 4 months ago
- cb34bc6a Revert "Generate AHB in backing instead of representation." by Corentin Wallez · 4 years, 4 months ago
- 77e2587 Reland "Utility function to create VkImage from ScopedHardwareBufferHandle." by Vikas Soni · 4 years, 4 months ago
- 0ce9dbf WrappedSkImage: remove queue submit in Update() method by Peng Huang · 4 years, 4 months ago
- 3394c05 Generate AHB in backing instead of representation. by Vikas Soni · 4 years, 4 months ago
- bb3a270 ui/gl: Hook up GLSurface swap acks to gpu::Scheduler. by Khushal · 4 years, 4 months ago
- cf881af In gpu control list, it's a match if device revision is not specified. by Zhenyao Mo · 4 years, 4 months ago
- 5311495e Improve readability for the DX12/Vulkan info collection functions. by Maggie Chen · 4 years, 4 months ago
- a63afba Add CommitOverlayPlanes support to macOS by Christopher Cameron · 4 years, 4 months ago
- 883ba02 Revert "Utility function to create VkImage from ScopedHardwareBufferHandle." by Behdad Bakhshinategh · 4 years, 4 months ago
- d64b01c Utility function to create VkImage from ScopedHardwareBufferHandle. by Vikas Soni · 4 years, 4 months ago
- 53909cae Add checking for RGB10A2 overlay support by Richard Li · 4 years, 4 months ago
- fa7c497 vulkan: Add VulkanSwapChain::PostSubBufferAsync() by Peng Huang · 4 years, 4 months ago
- cca486ca SharedImageBackingGLImage: Simplify bind and copy by Christopher Cameron · 4 years, 4 months ago
- 17797d9 Record the creation location of the MemoryPressureListener by Sebastien Marchand · 4 years, 4 months ago
- d78e10ff No more Vulkan info collection for UMA on Windows by Maggie Chen · 4 years, 4 months ago
- 954548a3 Fix compilation with use_skia_dawn=true by Corentin Wallez · 4 years, 4 months ago
- 1b0d982 viz: Add buffer ready timestamps to latency metrics. by Khushal · 4 years, 4 months ago
- df0fa3b Add support for generating passthorugh texture from AHB. by Vikas Soni · 4 years, 4 months ago
- 84aa4da Add GL_SHARED_IMAGE_ACCESS_MODE_OVERLAY_CHROMIUM by Christopher Cameron · 4 years, 5 months ago
- 4e786c1 Revert "Reuse pixmap across VFPool/MailboxVFConverter." by Corentin Wallez · 4 years, 5 months ago
- cdf1456 Revert "viz: Make GpuTaskSchedulerHelper a unique_ptr with Single Ownership" by Weiliang Chen · 4 years, 5 months ago
- e3df8ba vulkan: disable vulkan finch for Mali with driver version < 19.0.0 by Peng Huang · 4 years, 5 months ago
- f204c58 Reuse pixmap across VFPool/MailboxVFConverter. by Andres Calderon Jaramillo · 4 years, 5 months ago
- d3aef50c Remove/replace unnecessary includes of logging.h (gpu/) by Hans Wennborg · 4 years, 5 months ago
- e1f1295 gpu: Correctly handle failure to create gpu fences. by Khushal Sagar · 4 years, 5 months ago
- eb1475dc Include-what-you-use related to logging.h (gpu) by Hans Wennborg · 4 years, 5 months ago