Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 11284b9aa54a49fccf5ed730ed0a3a1a71bda2b8
      
https://github.com/WebKit/WebKit/commit/11284b9aa54a49fccf5ed730ed0a3a1a71bda2b8
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2026-09-18 (Fri, 18 Sep 2026)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Sources.txt
    M Source/WebCore/platform/CoordinatedGraphics.cmake
    M Source/WebCore/platform/TextureMapper.cmake
    A Source/WebCore/platform/graphics/FloatPlane3D.cpp
    A Source/WebCore/platform/graphics/FloatPlane3D.h
    A Source/WebCore/platform/graphics/FloatPolygon3D.cpp
    A Source/WebCore/platform/graphics/FloatPolygon3D.h
    R Source/WebCore/platform/graphics/texmap/FloatPlane3D.cpp
    R Source/WebCore/platform/graphics/texmap/FloatPlane3D.h
    R Source/WebCore/platform/graphics/texmap/FloatPolygon3D.cpp
    R Source/WebCore/platform/graphics/texmap/FloatPolygon3D.h

  Log Message:
  -----------
  Move FloatPlane3D and FloatPolygon3D from texmap directory to the base 
graphics directory
https://bugs.webkit.org/show_bug.cgi?id=324444

Reviewed by Nikolas Zimmermann.

They are not specific to TextureMapper.

* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/platform/CoordinatedGraphics.cmake:
* Source/WebCore/platform/TextureMapper.cmake:
* Source/WebCore/platform/graphics/FloatPlane3D.cpp: Renamed from 
Source/WebCore/platform/graphics/texmap/FloatPlane3D.cpp.
(WebCore::FloatPlane3D::FloatPlane3D):
* Source/WebCore/platform/graphics/FloatPlane3D.h: Renamed from 
Source/WebCore/platform/graphics/texmap/FloatPlane3D.h.
(WebCore::FloatPlane3D::distanceConstant const):
(WebCore::FloatPlane3D::distanceToPoint const):
* Source/WebCore/platform/graphics/FloatPolygon3D.cpp: Renamed from 
Source/WebCore/platform/graphics/texmap/FloatPolygon3D.cpp.
(WebCore::FloatPolygon3D::FloatPolygon3D):
(WebCore::FloatPolygon3D::split const):
* Source/WebCore/platform/graphics/FloatPolygon3D.h: Renamed from 
Source/WebCore/platform/graphics/texmap/FloatPolygon3D.h.
(WebCore::FloatPolygon3D::vertexAt const):
(WebCore::FloatPolygon3D::numberOfVertices const):

Canonical link: https://commits.webkit.org/321369@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to