NEW 243591
WebGL Video upload to SRGB8 textures is slow
https://bugs.webkit.org/show_bug.cgi?id=243591
Summary WebGL Video upload to SRGB8 textures is slow
Kimmo Kinnunen
Reported 2022-08-05 10:13:41 PDT
WebGL Video upload to SRGB8 textures is slow The GPU codepath uses OpenGL to render the texture. SRGB8 is not color-renderable in OpenGL. This should not be a real HW limitation. ANGLE has more fast paths with glCopyTextureCHROMIUM, but a) likely it doesn't do source color space conversions(?) b) it doesn't have x flip c) it's unclear if it does the SRGB8_ALPHA8 the same way as the current
Attachments
Radar WebKit Bug Importer
Comment 1 2022-08-12 10:14:17 PDT
Note You need to log in before you can comment on or make changes to this bug.