Open Raj2032 opened 1 day ago
Hi mods can you move this back to wgpu as its not nothing to do with webgpu.
WebGPU for Firefox
is just Mozilla's public planning board for triaging the priority of issues towards getting WebGPU impl for Firefox ready (which is built upon wgpu). I'll let them decide whether it's relevant or not towards that goal but it might well be.
Issue reminds me a lot of this report https://github.com/emilk/egui/issues/5037#issuecomment-2324667219
Hi, when I am using the blue_engine with egui I have noticed there is latency, whether if i am moving the windows around or when I move my mouse to hover on the buttons there is this slight second before it reacts etc.
Here is the video for this demonstration:
https://github.com/user-attachments/assets/b225ec63-0f0e-4ba1-b054-8ea09c9a1357
I have tried using
--release
mode same issue.This is an issue on Linux however it runs fine on Windows without latency (even in debug mode). I ran
lspci -nnk | grep -i -EA3 "3d|display|vga"
and this is the output (on linux):I have tried both
amdgpu
andradeon
drivers, both had the same issues. I am usingR9 290X DirectCU II
graphics card. I tried using different kernels such as xanmod or even tried different the same thing on Linux Mint, same issue.Its odd cause everythign else is worse on Windows, the performance of Youtube can be quite bad using the exact same browsers, I have done performance benchmark tests and linux has done much better on gpu and cpu side of things, when opening up new tabs on windows that lags but on linux its smooth etc so makes no sense why I am having issues with egui on Linux.