[webkit-changes] [WebKit/WebKit] 7529d2: [TextureMapper] Wrong flags passed to BitmapTextur...
Carlos Garcia Campos
noreply at github.com
Fri Jun 23 00:53:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7529d2ec5c77fce30382d8fa2b029ee1b10883d0
https://github.com/WebKit/WebKit/commit/7529d2ec5c77fce30382d8fa2b029ee1b10883d0
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M Source/WebCore/platform/graphics/texmap/TextureMapper.h
M Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp
M Source/WebCore/platform/graphics/texmap/TextureMapperGL.h
M Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.cpp
Log Message:
-----------
[TextureMapper] Wrong flags passed to BitmapTextureGL::create in some cases
https://bugs.webkit.org/show_bug.cgi?id=258398
Reviewed by Michael Catanzaro.
There are some calls passing the internal format as flags.
* Source/WebCore/platform/graphics/texmap/TextureMapper.h:
* Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:
(WebCore::TextureMapperGL::createTexture):
* Source/WebCore/platform/graphics/texmap/TextureMapperGL.h:
* Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.cpp:
(WebCore::TextureMapperPlatformLayerBuffer::clone):
Canonical link: https://commits.webkit.org/265452@main
More information about the webkit-changes
mailing list