forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GLImageIOSurface: GLImageIOSurface::CopyTexImage and entrails
This should have effects (it is removing now-dead code). Now that macOS can assume the presence of ES3 raster contexts, and therefore the ability to bind R16 and RG16 textures, we no longer need to support YUV->RGB conversion in GLImageIOSurface. Remove GLImageIOSurface::CopyTexImage, because it only existed to support this path. Remove gl::YUVToRGBConverter, because it was only being used by this path. Remove gfx::ColorTransform::GetShaderSource, which was only being used by this path (WEBGL_webcodecs_video_frame prototype work also uses it, but is not functional). Bug: 1233228, 1310033 Change-Id: I8d5a8f817174a3f9470eb5096c21728f5a43d532 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3930906 Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: ccameron chromium <ccameron@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/main@{#1054922}
- Loading branch information
1 parent
7e906f9
commit 31a3117
Showing
24 changed files
with
30 additions
and
1,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.