Open pfgithub opened 1 month ago
No repro running popOS with X11 and radv Mesa 24.0.3-1 driver.
can concur, 5% CPU across all the cores on PopOS X11 with NVIDIA: 560.35.03 560.35.3.0 driver. It does have a 100% CPU spike for a split second, but it is at the very beginning. This is a 13th gen i7-13700HX laptop CPU, 16GB RAM with 4060 8gb VRAM laptop GPU. (Lenovo Legion, somethingsomething, forgot the exact model name)
Any wgpu sample uses 100% of one cpu core on linux, even though the time to render and display the frame is less than that
In tracy sampling, it seems like it might be spending all its time on
gctx.device.tick
insidezgpu.GraphicsContext.uniformsNextStagingBuffer
.This could possibly be an issue specific to the i3 window manager, I haven't tested in any other wm.