Commit graph

138 commits

Author SHA1 Message Date
chyyran
f6268a621c chore: Release 2024-02-06 19:20:37 -05:00
chyyran
37397ff216 lib: add wgpu to librashader library 2024-02-06 19:04:28 -05:00
chyyran
54e86e7b06 fmt: clean up unused imports 2024-02-06 19:04:28 -05:00
chyyran
e39834547c rt(wgpu): take an arc of the source texture 2024-02-06 19:04:28 -05:00
chyyran
cc26be486b rt(wgpu): fix compiler errors for filer pass 2024-02-06 19:04:28 -05:00
chyyran
555ff6f9fc rt(wgpu): update to wgpu 0.19 2024-02-06 19:04:28 -05:00
chyyran
7586ed4633 build: don't specify python patch
# Conflicts:
#	.idea/workspace.xml
2024-02-06 19:04:28 -05:00
chyyran
2b995539f2 rt(wgpu): add structure to wgpu backend 2024-02-06 19:04:28 -05:00
chyyran
4e052159e7 rt(wgpu): create pipeline bind group layouts 2024-02-06 19:04:28 -05:00
chyyran
ae2a427b5e pkg(rpm): add RPM spec file 2024-02-04 13:16:48 -05:00
chyyran
552be8c34e rt(gl): remove unnecessary unstable features
polyfill strict_provenance with sptr
2024-02-03 22:06:55 -05:00
chyyran
a6c91a07df build: use stable polyfills for extract_if and array_chunks_mut 2024-02-03 22:06:55 -05:00
chyyran
d700234c3c presets: polyfill extract_if 2024-02-03 22:06:55 -05:00
chyyran
d5bf7e312c build: update lockfile 2024-02-03 02:42:52 -05:00
chyyran
fa3b6bf5fc chore: Release 2023-11-30 02:11:33 -05:00
chyyran
ee0587310c chore: Release 2023-11-30 02:07:12 -05:00
chyyran
d17503be71 build: unify ash version 2023-11-30 02:03:43 -05:00
chyyran
6e071138dc build: update spirv-to-dxil-sys to reduce mesa build reqs 2023-11-29 03:26:58 -05:00
chyyran
b09a5295ab reflect: update spirv-to-dxil 2023-07-20 02:40:13 -04:00
chyyran
3735659604 preset: drain_filter -> extract_if 2023-07-20 02:40:13 -04:00
chyyran
ab8072c4f7 chore: Release 2023-04-23 18:52:14 -04:00
chyyran
020fac87ba deps: upgrade to windows 0.48.0 2023-04-23 01:44:28 -04:00
chyyran
31235971db chore: Release 2023-02-21 21:07:17 -05:00
chyyran
ac1494bee1 chore: Release 2023-02-21 17:09:10 -05:00
chyyran
e2901b4a59 chore: Release 2023-02-19 15:38:43 -05:00
chyyran
85ea566575 chore: Release 2023-02-18 00:29:01 -05:00
chyyran
b780ca2a90 chore: Release 2023-02-17 01:13:52 -05:00
chyyran
6caf50fcc1 deps: update dependencies 2023-02-17 01:11:30 -05:00
chyyran
7ebc3da94b chore: Release 2023-02-16 01:11:55 -05:00
chyyran
f42328280a tests: split tests into their own crates 2023-02-16 00:39:36 -05:00
chyyran
7d6701aa4e chore: Release 2023-02-15 22:58:34 -05:00
chyyran
0000fdbdec chore: Release 2023-02-15 18:40:06 -05:00
chyyran
2ca6aecfe4 cache: clean up cache api 2023-02-15 18:08:47 -05:00
chyyran
604edfb78f cache: implement transparent shader object cache
supported objects:

- SPIR-V artifacts
- Validated DXIL artifacts
- DXBC artifacts
- OpenGL Program Binaries
- Vulkan Pipeline caches
- D3D12 CACHED_PIPELINE_STATE
2023-02-15 18:08:47 -05:00
chyyran
07fac4d1e9 rt: load luts with multiple threads 2023-02-14 02:56:06 -05:00
chyyran
893c58c53d chore: Release 2023-02-13 00:41:53 -05:00
chyyran
d6bbdb43fd d3d12: no need to build hlsl if not needed 2023-02-12 22:49:23 -05:00
chyyran
bc45729a51 build: replace cargo post with custom buildscript 2023-02-11 18:12:14 -05:00
chyyran
512a4c0050 rt: make runtimes thread safe and document thread safety guarantees 2023-02-10 03:20:59 -05:00
chyyran
009e740610 vk: use gpu-allocator for memory allocations 2023-02-09 18:14:55 -05:00
chyyran
cc3e50611e chore: Release 2023-02-08 21:22:33 -05:00
chyyran
771a0896d7 chore: Release 2023-02-08 18:55:46 -05:00
chyyran
5ebc248078 chore: Release 2023-02-08 18:49:11 -05:00
chyyran
3e334536c3 preprocess: stick presets on beta 16 i guess 2023-02-08 18:48:58 -05:00
chyyran
9847e5e603 chore: Release 2023-02-08 18:47:36 -05:00
chyyran
c475a4cd9d reflect: fix feature flag for dxil 2023-02-08 18:47:22 -05:00
chyyran
07d9869f85 chore: Release 2023-02-08 18:44:40 -05:00
chyyran
c02416314e preprocess: fix dev dependency 2023-02-08 18:44:30 -05:00
chyyran
44b2a797b4 test: add test for shader preprocess 2023-02-08 03:37:21 -05:00
chyyran
2128945c06 test: add test for shader preprocess 2023-02-08 03:28:27 -05:00