New issue
Advanced search Search tips

Issue 806459 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Use CHROMIUM_texture_storage_image for 2D canvas

Project Member Reported by junov@chromium.org, Jan 27 2018

Issue description

In   Issue 768108   a new CHROMIUM_texture_storage_image extension was added which allocates GpuMemoryBuffers on the GPU service side. CanvasResource_GpuMemoryBuffer should use this instead of CreateImageCHROMIUM / BindTexImage2DCHROMIUM. The only reason to use that path is if CPU-side rendering is going to be done into the GpuMemoryBuffer, which is not the case for the CALayer use case. We might still need the old GPU memory buffer API for the low latency code path (WIP).
 

Comment 1 by junov@chromium.org, May 4 2018

Cc: mcasas@chromium.org
@mcasas: any opinion on this?
Owner: ----
Status: Available (was: Assigned)

Sign in to add a comment