servo / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
3.12k stars 277 forks source link

WR is sluggish on google docs #2758

Open kvark opened 6 years ago

kvark commented 6 years ago

Platform: Linux/Intel iGPU Firefox WR is nearly unusable on editing/scrolling a long google document. Gecko profile shows:

staktrace commented 6 years ago

FYI, you need to hit the 'share' button on the profile in order to get a URL that can be shared. The URL you have is a "local" profile URL and so not really useful.

kvark commented 6 years ago

Thanks @staktrace , fixed now. Looking at Mesa sources now, they are somewhat different from the stack:

PUBLIC const __DRIextension **__driDriverGetExtensions_i915(void)
{
   globalDriverAPI = &i915_driver_api;

   return i915_driver_extensions;
}
gw3583 commented 5 years ago

@kvark @jrmuizel This is probably no longer relevant and/or tracked by specific bugs in bugzilla?