Nathan Adams

Results 94 comments of Nathan Adams

> me to run an old PixelBender swf that did not work so far. Can you please share that swf? There's an actual step function we can emit, rather than...

The exporter should be (or have an option to be) deterministic to be able to know if a given version of ruffle changed how a thing rendered. Scanner doesn't strictly...

Why do we check this file into the repo and not just build it for distribution? Seems like a lot of noise 😅

I think I only ever used the trace feature once, in the early days when reporting wgpu bugs. It doesn't feel worth to keep it around anymore.

Tested web for wgpu regressions and it all looks good Testing desktop and, the file->recents menu behaves differently when there's a super long entry. Previously you'll still see newer stuff,...

Debugging this a bit, the initial timestamp we create the context with is 0 for Vulkan, whilst all the events are at timestamps like `50900559341226`, putting them way in the...

Splitting the retrieval of the initial timestamp over two encoders seems to fix it - so I'm wondering if this is a wgpu synchronization issue? ```rust let mut encoder1 =...

It looks like this actually isn't just limited to Tracy. Whilst making a workaround for this, I noticed the first few profile events are also bad for me - and...

Hey, I'm looking into this now - it looks like a bug in wgpu, you're right. I suspect, though, that it's actually just a symptom of another bug - I...

I've opened https://github.com/gfx-rs/wgpu/issues/6676 for the panic here, but if I'm correct, you should only really experience it when the application is closing down. If you're not intentionally closing the application,...