Andreas Reich

Results 521 comments of Andreas Reich

thanks for looking at the flow of this! Sounds like ideally we'd discard those store events somehow until a new recording with that application id comes up. I suppose we...

That issue talks specifically about Vulkan perf issues (as it specifially calls out `vkQueueSubmit` as being slower). Is this the case here as well, i.e. does the perf regression show...

fyi: I just closed https://github.com/gfx-rs/wgpu/issues/5756 because for all we know so far it's debug assertions only which can be easily turned off for wgpu

as per https://github.com/gfx-rs/wgpu/issues/5756#issuecomment-2233150074 ```toml [profile.dev.package.wgpu] debug-assertions = false [profile.dev.package.wgpu-hal] debug-assertions = false [profile.dev.package.wgpu-core] debug-assertions = false [profile.dev.package.wgpu-types] debug-assertions = false ``` I'm still curious what caused this in wgpu and...

debug assertion issue on wgpu got re-opened - apparently too many people getting lot-worse-than-to-be-expected perf It's still not 100% clear if debug assertion is the only cause of regression that...

> and add an optional name field to the archetype. Or alternatively just extend all properties on `SeriesLine`/`SeriesPoint` as well. Which then also solves the question of how this interacts....

Superseeded by * https://github.com/rerun-io/rerun/issues/9005

started looking into this because I need it for a toy project :) Expect my first Naga PR soon 😄

Huh yeah the doc for Device::poll being outdated is a straight up bug. Not sure how to be much clearer than "no-op" it can be: The call does literally nothing...

https://github.com/gfx-rs/wgpu/pull/6360 is actually adding submission index to map_async. There's still some open questions there though, haven't looked deeply into it yet.