[webkit-changes] [WebKit/WebKit] db648b: [TextureMapper] BitmapTexurePool doesn't need to b...

Carlos Garcia Campos noreply at github.com
Wed Nov 15 00:23:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: db648b65929de84c4fd0575534abb651015efd2d
      https://github.com/WebKit/WebKit/commit/db648b65929de84c4fd0575534abb651015efd2d
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M Source/WebCore/platform/TextureMapper.cmake
    M Source/WebCore/platform/graphics/texmap/BitmapTexturePool.cpp
    M Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h
    M Source/WebCore/platform/graphics/texmap/TextureMapper.cpp
    M Source/WebCore/platform/graphics/texmap/TextureMapper.h

  Log Message:
  -----------
  [TextureMapper] BitmapTexurePool doesn't need to be heap allocated
https://bugs.webkit.org/show_bug.cgi?id=264863

Reviewed by Fujii Hironori.

* Source/WebCore/platform/graphics/texmap/BitmapTexturePool.cpp:
* Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h:
* Source/WebCore/platform/graphics/texmap/TextureMapper.cpp:
(WebCore::TextureMapper::TextureMapper):
(WebCore::TextureMapper::acquireTextureFromPool):
(WebCore::TextureMapper::releaseUnusedTexturesNow):
(WebCore::TextureMapper::drawNumber):
(WebCore::TextureMapper::applyBlurFilter):
(WebCore::TextureMapper::applyDropShadowFilter):
(WebCore::TextureMapper::applySinglePassFilter):
* Source/WebCore/platform/graphics/texmap/TextureMapper.h:

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




More information about the webkit-changes mailing list