Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 175fd097bea0b8bf82d187395123edc69d92c586
      
https://github.com/WebKit/WebKit/commit/175fd097bea0b8bf82d187395123edc69d92c586
  Author: Simon Pena <[email protected]>
  Date:   2026-04-12 (Sun, 12 Apr 2026)

  Changed paths:
    M Source/WebKit/UIProcess/API/wpe/qt6/WPEViewQtQuick.cpp

  Log Message:
  -----------
  [WPE][Qt] Remove apparently dead code writing to offscreen surface
https://bugs.webkit.org/show_bug.cgi?id=311981

Reviewed by Nikolas Zimmermann.

wpe_view_qtquick_render_buffer_to_texture was previously writing into an
OffscreenSurface that doesn't seem to be read from at all.
wpe_view_qtquick_initialize_rendering prepares shaders and performs
initializations, and afterwards
wpe_view_qtquick_render_buffer_to_texture draws into the surface, but
what Qt ends up receiving is the bound textureId.

No visual differences can be appreciated when running graphics
benchmarks on laptop.

* Source/WebKit/UIProcess/API/wpe/qt6/WPEViewQtQuick.cpp:
(wpe_view_qtquick_initialize_rendering):
(wpe_view_qtquick_render_buffer_to_texture):

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



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

Reply via email to