vello/piet-gpu-hal/src
Raph Levien 5a9b8d9243 Start applying compute pass to tests
Use compute pass for tests in tests subdir. This is also shaking out some issues that weren't apparent from just collatz.

In particular, we need more autorelease pools to prevent things from leaking. As of this commit, the "clear" test runs correctly but the others haven't yet been converted to the compute_pass format.
2022-04-20 13:45:42 -07:00
..
dx12 Fix timer queries in Vulkan and DX12 backends 2022-04-14 17:17:33 -07:00
metal Start applying compute pass to tests 2022-04-20 13:45:42 -07:00
backend.rs Rework of compute encoder abstraction 2022-04-14 10:19:28 -07:00
bestfit.rs Better DX12 descriptor management 2021-11-20 16:36:43 -08:00
bufwrite.rs Tweak BufWrite::push 2021-11-26 07:50:45 -08:00
dx12.rs Fix timer queries in Vulkan and DX12 backends 2022-04-14 17:17:33 -07:00
hub.rs Change signature of ComputePass::end() to self 2022-04-20 09:19:22 -07:00
lib.rs Start applying compute pass to tests 2022-04-20 13:45:42 -07:00
macros.rs Use DXIL shader compilation 2021-11-11 12:55:10 -08:00
metal.rs Start applying compute pass to tests 2022-04-20 13:45:42 -07:00
mux.rs Rework of compute encoder abstraction 2022-04-14 10:19:28 -07:00
vulkan.rs Fix timer queries in Vulkan and DX12 backends 2022-04-14 17:17:33 -07:00