LoganDark
LoganDark
This has been sitting for 4 years, what's the big deal? I'm sure there are at least a couple different merge buttons to pick from, that can each fix this...
> What browser/os/version are you using? Well clearly it's not much of a factor as these screenshots from my Mac running a completely different OS and browser show. I'm not...
I ran into... something that may be similar to this(?) when trying to infer the type of a Signal class. ```lua --!strict local Signal = {} Signal.__index = Signal function...
OpenResty seems to be a pretty tricked out Nginx distribution, so I'm surprised that HTTP3 is still not supported. Since it's Q2 2022, what's the blocker right now? The fact...
> In my opinion, publishing a patch release is a good choice. I had to justify it by lumping in a bunch of unrelated optimizations. I still hate that I...
> * someone with a Mac that has a discrete GPU Could be me, have a Mac right here with an AMD DGPU, as long as IOSurface exists on macOS...
Great, I could proceed forward with: - any test branch that (partially) implements this concept; I'd test correctness and performance with a profiler and see if I can make any...
Reading up it looks like you're talking about having to expose a stride, let me introduce: [`imgref`](https://docs.rs/imgref/latest/imgref)! If `softbuffer` needs a `0.4.0` for this, I'd be glad to participate in...
> #95 has an implementation using IOSurface. Which requires an API change to expose stride. And it updates the `winit` and `animation` examples to use this. #96 instead copies into...
Alright, so based on my testing, for *total* render times: - `copy-to-iosurface` spikes to **33ms** for the first fullscreen frame, then 22ms for each subsequent frame - `master` spikes up...