Almar Klein
Almar Klein
The use-case that Mark referred to was using weighted blending to merge/stitch partially overlapping images. A really neat trick! I think we can keep weighted blending in the form of...
We've come a long way ...
I got stuck on #1118 when trying to create a validation example. Will proceed with this after #1121.
@Korijn this is also ready, btw
Looks like we have some sort of race condition with the screenshots again ... the `validate_text_md` examples is reported as broken, even though I updated to the latest generated screenshot....
@Korijn ready from my end (finally)
> Seems like it was a bit challenging but an important change! Yeah, loads of subtleties. Like the odd vs even kernels ... and I spend quite some time on...
For those interested, here's some interesting background on the filters: * https://therealmjp.github.io/posts/msaa-resolve-filters/ * https://bartwronski.com/2022/03/07/fast-gpu-friendly-antialiasing-downsampling-filter/
Addition: the same problem occurs when: * Creating a buffer with usage `MAP_READ | COPY_DST`. * Write to it with `wgpuQueueWriteBuffer` * Map it with READ and checking the data.
> You should not write into a buffer mapping with the WRITE bit set (and expect things to work) I'm confused. > This should generate an error. There may be...