New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 915968 link

Starred by 2 users

Issue metadata

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


Participants' hotlists:
YUV-Decoding-Caching-GPU


Sign in to add a comment

Selectively re-upload planar textures as needed in the GpuImageDecodeCache

Project Member Reported by mbarow...@chromium.org, Dec 18

Issue description

In GpuImageDecodeCache::ImageData::HasUploadedData, we DCHECK that all uploaded textures are still valid instead of determining whether any are now invalid. However, if the decoded data is still available, we can more efficiently reupload only the textures that have been deleted from under the cache.


 

Sign in to add a comment