0
Files
src/ppapi
Saifuddin Hitawala b2da4f01e3 Multiplanar: Move GL specific Capabilities
This change create a new gpu::GLCapabilities which will be moving out
params from gpu::Capabilities that are used only with
Gles2Implementation. The idea is to have Capabilities common between
raster and gles decoders which can be filled in together from a common
utility whereas GLCapabilities are only set for gles decoders.

This will help with clarifying changes needed for switching to
RasterDecoder for VideoResourceUpdater; which will in turn enable us
to use WritePixelsYUV through the RasterDecoder enabling software
decode launch with multiplanar shared images.

Bug: 1465939
Change-Id: I4af5163e69d8db2ff3c51d0c3c24e6d0d11d7175
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4864266
Reviewed-by: Joe Mason <joenotcharles@google.com>
Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org>
Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org>
Reviewed-by: Derek Schuff <dschuff@chromium.org>
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/main@{#1205274}
2023-10-04 15:36:46 +00:00
..