[webkit-changes] [WebKit/WebKit] 4af5eb: [GTK4] Enable threaded rendering again using 1 pai...

Carlos Garcia Campos noreply at github.com
Thu Feb 9 04:09:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4af5eb3490da1f038d0e6f2809fd1a652b1053b9
      https://github.com/WebKit/WebKit/commit/4af5eb3490da1f038d0e6f2809fd1a652b1053b9
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/nicosia/NicosiaPaintingEngine.cpp

  Log Message:
  -----------
  [GTK4] Enable threaded rendering again using 1 painting thread by default
https://bugs.webkit.org/show_bug.cgi?id=251977

Reviewed by Žan Doberšek.

It seems the issues with threaded rendering were actually caused by
using multiple painting threads, but we can still use a single thread to
move the painting off the main thread.

* Source/WebCore/platform/graphics/nicosia/NicosiaPaintingEngine.cpp:
(Nicosia::PaintingEngine::create):

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




More information about the webkit-changes mailing list