<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>279618</bug_id>
          
          <creation_ts>2024-09-12 14:27:55 -0700</creation_ts>
          <short_desc>[GTK][WPE][Skia] Introduce hybrid threaded CPU+GPU rendering mode</short_desc>
          <delta_ts>2025-02-26 03:23:42 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WPE WebKit</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>279614</dependson>
    
    <dependson>279882</dependson>
    
    <dependson>279957</dependson>
    
    <dependson>280066</dependson>
    
    <dependson>280214</dependson>
    
    <dependson>280589</dependson>
    
    <dependson>280602</dependson>
    
    <dependson>280629</dependson>
    
    <dependson>280677</dependson>
    
    <dependson>281909</dependson>
    
    <dependson>282084</dependson>
    
    <dependson>283286</dependson>
    
    <dependson>283292</dependson>
    
    <dependson>288074</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nikolas Zimmermann">zimmermann</reporter>
          <assigned_to name="Nikolas Zimmermann">zimmermann</assigned_to>
          <cc>bugs-noreply</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2059777</commentid>
    <comment_count>0</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2024-09-12 14:27:55 -0700</bug_when>
    <thetext>Instead of deciding once at runtime whether to use CPU or GPU rendering, dynamically decide at each paint request, based on the painted area, whether to use the CPU or GPU for rendering. At the same time, make the GPU rendering threaded, just like the CPU rendering -- record a DisplayList on the main thread, and replay it asynchronously in a worker thread.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2059813</commentid>
    <comment_count>1</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2024-09-12 16:07:10 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/33582</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2061029</commentid>
    <comment_count>2</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2024-09-18 04:32:54 -0700</bug_when>
    <thetext>This is the master ticket -- the actual implementation as whole can be seen in PR https://github.com/WebKit/WebKit/pull/33582 -- will split that up into smaller pieces, as discussed internally.

First step: remove SkiaAcceleratedBufferPool, replace it by BitmapTexturePool.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2096876</commentid>
    <comment_count>3</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2025-02-21 14:14:47 -0800</bug_when>
    <thetext>The PR 33582 contains a revised version of the hybrid mode based on testing various modes across devices (rpi4, imx8, desktop) -- assuring we don&apos;t regress with respect to any current default settings.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2098200</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-02-26 03:23:38 -0800</bug_when>
    <thetext>Committed 291106@main (5ce158e9149e): &lt;https://commits.webkit.org/291106@main&gt;

Reviewed commits have been landed. Closing PR #33582 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>