Corentin Wallez
Corentin Wallez
DXR and Vulkan RT are fairly similar, but AFAIK Metal RT has some differences. If you want to add Metal support to @maierfelix's fork, the best solution would be to...
In the meantime we can make one CBSE entity for all the map entities and call the relevant callback if present?
After seeing @illwieckz's talk at MiniDebConf I'd be interested in taking this on to avoid relying on deprecated technologies (and eventually forking PNaCl). I haven't done an extensive comparison of...
I also forgot to tag @Amanieu, WDYT about using wasmtime instead of PNaCl in particular security wise?
We're gaining sandboxing and support for C++ and other languages (seems Xonotic was maybe going to translate qc to Rust?)
Thanks for the summary! From looking at the wasmtime documentation it seems to be designed to run multiple WASM modules in the same process. I agree that keeping things in...
Oh yeah that's a problem. Another reason to start with in-process VMs? This way we could directly get a pointer inside the WASM memory heap. Note that we're asking for...
Yep that's something we do in the `dawn_end2end_tests` already. See mVendorIDFilter and friend [here](https://cs.chromium.org/chromium/src/third_party/dawn/src/tests/DawnTest.cpp?sq=package:chromium&g=0&l=120) that use `dawn_native::Adapter::GetPCIInfo` to get information to do the filtering.
First of thank you @jemc for making this issue very constructive given the difficulties of the previous discussions that you linked :) To be perfectly honest there is almost no...
> Setting color mask on each pipeline has significant cost, as Ken showed previously from WebGL land @kainino0x hinted at it in the meeting, but I think if we clear...