[webkit-changes] [WebKit/WebKit] 6009cd: TextureMapperGL: REGRESSION(215058 at main): edge dis...
Fujii Hironori
noreply at github.com
Mon Sep 26 13:24:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6009cd99a53dd0843138de2206586f23621e5045
https://github.com/WebKit/WebKit/commit/6009cd99a53dd0843138de2206586f23621e5045
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp
Log Message:
-----------
TextureMapperGL: REGRESSION(215058 at main): edge distance anti-aliasing renders thinner edges than expected
https://bugs.webkit.org/show_bug.cgi?id=245514
Reviewed by Don Olmstead.
bug#124653 added fragmentTransformTexCoord to extend edges of a
texture to the inflation area. However, it hadn't worked after
bug#132869 renamed ENABLE_Texture macro to ENABLE_TextureRGB becuase
the transformTexCoord definition still used the old macro.
* Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp:
Removed the condition with old ENABLE_Texture macro for transformTexCoord.
Canonical link: https://commits.webkit.org/254876@main
More information about the webkit-changes
mailing list