Selectively re-upload planar textures as needed in the GpuImageDecodeCache |
|
Issue descriptionIn 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 |
|