Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6009cd99a53dd0843138de2206586f23621e5045
      
https://github.com/WebKit/WebKit/commit/6009cd99a53dd0843138de2206586f23621e5045
  Author: Fujii Hironori <hironori.fu...@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@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to