Commit Graph

  • 474b89d8b1 Removed myself als code owner Sylvester Hesp 2023-05-08 17:23:13 +02:00
  • a64857af02 Faster Windows CI with 16 core runners Johan Andersson 2023-04-24 20:00:19 +02:00
  • ad4732b899 Faster Mac CI with new XL builders Johan Andersson 2023-04-24 19:55:52 +02:00
  • 3d138ba605 build(deps): bump bumpalo from 3.8.0 to 3.12.1 dependabot[bot] 2023-04-24 17:58:14 +00:00
  • c1b0b5de00 spirv-builder: also update forgotten badge. v0.7.0 Eduard-Mihai Burtescu 2023-04-21 23:06:54 +03:00
  • 63899d3af6 Bump version to 0.7.0. Eduard-Mihai Burtescu 2023-04-21 22:44:19 +03:00
  • 7e402553bc Use .rsplit_once("/src/") instead of .split_once("/src/"). Eduard-Mihai Burtescu 2023-04-21 21:34:59 +03:00
  • f559a6b16e Integrate the SPIR-T qptr experiment. Eduard-Mihai Burtescu 2023-03-31 16:34:25 +03:00
  • b5b651103d Actually generate an OpBitcast for illegal pointercasts. Eduard-Mihai Burtescu 2023-04-21 19:56:05 +03:00
  • 51dec9f339 Removed debug output and silenced clippy warning Sylvester Hesp 2023-04-21 17:48:45 +02:00
  • b7d741ee50 Changelog entry Sylvester Hesp 2023-04-21 17:25:51 +02:00
  • 2fd0182352 Added Grad support to SampleParams Sylvester Hesp 2023-04-21 17:22:00 +02:00
  • 4edad8817c Renamed image::sample to image::sample_with Sylvester Hesp 2023-04-21 16:32:18 +02:00
  • 43a267bbb8 Added all the other sampling functions. Also some fixes and cleanup Sylvester Hesp 2023-04-21 15:00:19 +02:00
  • c298bf2c56 another compile fix Sylvester Hesp 2023-04-21 02:12:55 +02:00
  • 19051b7a11 compile fix Sylvester Hesp 2023-04-21 02:05:51 +02:00
  • 24f9137a6b moved permutations to complete ImageWithMethods trait impls Sylvester Hesp 2023-04-21 01:50:09 +02:00
  • 061727bba0 WIP SampleParams Sylvester Hesp 2023-04-20 12:57:54 +02:00
  • fd73e1b462 Fixed Image::gather() not always returning a Vec4 Sylvester Hesp 2023-04-21 15:05:12 +02:00
  • 7b71878100 Update CHANGELOG. Eduard-Mihai Burtescu 2023-04-21 04:02:48 +03:00
  • 285eab4913 linker/specializer: fix some latent bugs that were hidden by zombies. Eduard-Mihai Burtescu 2023-04-21 03:15:44 +03:00
  • ee8adbf566 linker: add a SPIR-T-based zombie reporting alternative, behind --no-early-report-zombies. Eduard-Mihai Burtescu 2023-04-21 03:15:19 +03:00
  • dcd2c74054 Replace "system crate" vs "user code" distinction with zombies everywhere. Eduard-Mihai Burtescu 2023-04-19 04:55:51 +03:00
  • 633dff18bd linker/zombies: report all reachable zombies, w/ OpLine-based stack traces. Eduard-Mihai Burtescu 2023-04-19 04:19:16 +03:00
  • 3bbfaf5221 tests: add two broken tests to track their error message progression. Eduard-Mihai Burtescu 2023-04-19 22:08:00 +03:00
  • abb1508f3f decorations: use custom string encodings instead of JSON. Eduard-Mihai Burtescu 2023-04-18 14:06:14 +03:00
  • a73fc021f2 decorations: split off SrcLocDecoration from ZombieDecoration. Eduard-Mihai Burtescu 2023-04-18 13:34:41 +03:00
  • c7351f9107 decorations: use line & column instead of a Span's BytePos. Eduard-Mihai Burtescu 2023-04-18 12:17:33 +03:00
  • e7921fbf20 decorations: allow zero-copy deserialization of strings. Eduard-Mihai Burtescu 2023-04-18 12:07:49 +03:00
  • b3067494e8 decorations: limit zombie SerializedSpans to an OpLine equivalent. Eduard-Mihai Burtescu 2023-04-18 04:01:09 +03:00
  • ddfafd1f4a linker/zombies: regenerate rustc SourceFiles from OpSource. Eduard-Mihai Burtescu 2023-04-18 03:44:34 +03:00
  • 3fb4f9176a Emit OpSource for every source file referenced via OpLine. Eduard-Mihai Burtescu 2023-04-17 09:29:01 +03:00
  • b560a21453 spirv-builder: force a single CGU (codegen-unit). Eduard-Mihai Burtescu 2023-04-15 18:28:32 +03:00
  • cbe922dc7f spirv-builder: clean up the Cargo args/env var setup order. Eduard-Mihai Burtescu 2023-04-15 17:22:08 +03:00
  • c4c736c127 example-runner-wgpu: bump android_logger to unbreak Android logging. Eduard-Mihai Burtescu 2023-04-15 09:48:49 +03:00
  • 3e2df025e0 Updated crossbeam-channel Sylvester Hesp 2023-04-12 16:30:13 +02:00
  • afbab4aee4 Clippy fixes Sylvester Hesp 2023-04-12 15:48:28 +02:00
  • 31ff096d24 Added generic parameter for number of components to Image Sylvester Hesp 2023-04-12 14:58:21 +02:00
  • 883ba3f7d5 PR#1029 changelog entry Firestar99 2023-04-06 21:10:55 +02:00
  • 9ae674aa76 fixed SampledImage::sample() fns being marked as unsafe Firestar99 2023-04-06 21:06:35 +02:00
  • ff53483822 tests/ui: re-bless spirt/not_spirt split tests, after rebasing on main. Eduard-Mihai Burtescu 2023-04-04 04:43:40 +03:00
  • 016363a2eb tests/ui: fix "invalid character in crate name" w/ explicit #![crate_name]. Eduard-Mihai Burtescu 2023-04-04 04:36:51 +03:00
  • 7b7015e8c6 builder: use undef bool instead of false, for checked_binop's zombie. Eduard-Mihai Burtescu 2023-04-04 02:58:07 +03:00
  • 1370631303 linker/inline: require legal ("memory object") pointer args in should_inline. Eduard-Mihai Burtescu 2023-04-03 18:26:30 +03:00
  • 17f18cfa10 linker/inline: merge args_invalid's functionality into should_inline. Eduard-Mihai Burtescu 2023-04-03 17:46:58 +03:00
  • 4ba89030ee linker/inline: (negative) "relevant globals" -> (positive) "legal globals". Eduard-Mihai Burtescu 2023-04-03 16:56:43 +03:00
  • 0ace4c7c95 linker/inline: group all 3 "type properties" into a map of "relevant globals". Eduard-Mihai Burtescu 2023-04-03 12:01:16 +03:00
  • 11a2fe71b5 entry: apply NonWritable to read-only StorageBuffers. Eduard-Mihai Burtescu 2023-03-19 13:54:34 +02:00
  • 939f00e89e entry: "infer" -> "deduce", anonymous pair -> dedicated struct. Eduard-Mihai Burtescu 2023-03-19 11:19:50 +02:00
  • 5fffc752a0 entry: disallow explicit/interior mutability for read-only storage classes. Eduard-Mihai Burtescu 2023-03-19 05:04:37 +02:00
  • 4e4eff3296 Reinstated comment Sylvester Hesp 2023-03-21 13:25:08 +01:00
  • 9f64b7c33e Update tests/ui/lang/issue-836.rs Sylvester Hesp 2023-03-21 13:20:00 +01:00
  • 86f0cc994f Upgrade to nightly-03-04 Sylvester Hesp 2023-03-17 15:31:24 +01:00
  • 1ca358b9f6 Upgrade to nightly-2023-02-15 Sylvester Hesp 2023-03-17 12:47:01 +01:00
  • a239e344b6 Upgrade to nightly-2023-02-01 Sylvester Hesp 2023-03-17 12:27:16 +01:00
  • 49e1563d08 Deploying to gh-pages from @ 9cd0b2759f 🚀 eddyb 2023-03-22 18:59:17 +00:00
  • 9cd0b2759f example-runner-wgpu: transition from ndk-glue to android-activity. Eduard-Mihai Burtescu 2023-03-22 18:29:05 +02:00
  • a9472a0743 Update wgpu (and ash, to avoid duplicate deps). Eduard-Mihai Burtescu 2022-10-04 10:08:48 +03:00
  • b3da324e19 Deploying to gh-pages from @ b67ad40fef 🚀 eddyb 2023-03-22 18:44:53 +00:00
  • b67ad40fef Add changelog BeastLe9enD 2023-03-22 17:53:47 +01:00
  • c3909b5b9f Fix OpAtomicFMaxEXT being used inside atomic_f_add BeastLe9enD 2023-02-26 19:07:36 +01:00
  • 849e82e4af Update wayland-client dependency to fix wl_shm errors. Eduard-Mihai Burtescu 2023-03-21 06:38:27 +02:00
  • 54bdfd8180 Deploying to gh-pages from @ d35fa4219b 🚀 eddyb 2023-03-21 09:04:48 +00:00
  • d35fa4219b Update minifb dependency. Eduard-Mihai Burtescu 2023-03-21 06:31:10 +02:00
  • ed49254da6 Deploying to gh-pages from @ 35df987e14 🚀 oisyn 2023-03-20 14:58:02 +00:00
  • 35df987e14 Updated changelog v0.6.1 Sylvester Hesp 2023-03-20 12:47:13 +01:00
  • 7771fe7187 Bumped version to 0.6.1 Sylvester Hesp 2023-03-20 12:43:44 +01:00
  • a470f5555f Deploying to gh-pages from @ 6bbd34baa5 🚀 eddyb 2023-03-18 00:14:23 +00:00
  • 6bbd34baa5 Add CHANGELOG entry for banning OpReturn/OpReturnValue in inline asm!. Eduard-Mihai Burtescu 2023-03-17 22:13:59 +02:00
  • 34dffa0ea7 inline asm!: ban OpReturn/OpReturnValue (they're always UB). Eduard-Mihai Burtescu 2023-03-17 21:43:51 +02:00
  • ee3e42037d spirv-std: OpStore into MaybeUninit slots, instead of (UB) OpReturnValue. Eduard-Mihai Burtescu 2023-03-17 21:18:47 +02:00
  • beecb48e39 spirv-std: add #[repr(C)] (and extra comments) to opaque handle types. Eduard-Mihai Burtescu 2023-03-17 21:17:49 +02:00
  • 396adcaf59 abi: implement simple unions (MaybeUninit especially). Eduard-Mihai Burtescu 2023-03-17 21:13:25 +02:00
  • bccb04eaae Deploying to gh-pages from @ 3b42427834 🚀 oisyn 2023-03-15 12:07:40 +00:00
  • 3b42427834 blessed tests v0.6.0 Sylvester Hesp 2023-03-15 12:26:56 +01:00
  • ae66c7cc1a Removed glam feature toggle altogether Sylvester Hesp 2023-03-15 12:25:55 +01:00
  • 5a401f96b9 Made glam a default feature in spirv-std Sylvester Hesp 2023-03-15 12:05:58 +01:00
  • 5445d2d4d6 Deploying to gh-pages from @ 17a1249dee 🚀 oisyn 2023-03-15 10:42:35 +00:00
  • 17a1249dee Version update to 0.6.0 Sylvester Hesp 2023-03-14 17:20:25 +01:00
  • afd72e7633 Deploying to gh-pages from @ 28b675d2eb 🚀 oisyn 2023-03-15 09:11:32 +00:00
  • 28b675d2eb Update wording on --no-spirt Sylvester Hesp 2023-03-15 09:38:57 +01:00
  • dd79d4da88 Fixed codegen args passing for spirt and non-spirt tests Sylvester Hesp 2023-03-14 16:25:45 +01:00
  • 2bffe499f4 Updated changelog Sylvester Hesp 2023-03-14 15:04:29 +01:00
  • eaab5101ce Made --spirt the default, added --no-spirt Sylvester Hesp 2023-03-14 14:40:30 +01:00
  • 0e501b30ce Deploying to gh-pages from @ 2f1a102c36 🚀 oisyn 2023-03-14 14:53:58 +00:00
  • 2f1a102c36 Updated tempfile to 0.3.4 Sylvester Hesp 2023-03-14 15:17:42 +01:00
  • c473429f11 Updated changelog Sylvester Hesp 2023-03-14 14:59:31 +01:00
  • 17ff16f645 Added SpirvBuilder API to set extra codegen arguments Sylvester Hesp 2023-03-14 14:39:12 +01:00
  • 4c8c3cc887 Deploying to gh-pages from @ 31660ac63c 🚀 oisyn 2023-02-22 15:47:52 +00:00
  • 31660ac63c More typo fixes Sylvester Hesp 2023-02-22 14:57:07 +01:00
  • 53e0c1c522 Fixed typo in docs Sylvester Hesp 2023-02-21 06:13:40 -08:00
  • ba105785bf Deploying to gh-pages from @ e4a41cda19 🚀 eddyb 2023-02-16 23:58:07 +00:00
  • e4a41cda19 Renamed rust-toolchain to rust-toolchain.toml Sylvester Hesp 2023-02-16 18:05:23 +01:00
  • 1e5902afe9 Deploying to gh-pages from @ f6f552979f 🚀 eddyb 2023-02-16 10:42:10 +00:00
  • f6f552979f Put back punctuation in comments Sylvester Hesp 2023-02-16 10:45:10 +01:00
  • b1670298e9 Use skip_binder in favor of subst_identity Sylvester Hesp 2023-02-16 10:38:28 +01:00
  • 4c374068d3 Added changelog entry. Sylvester Hesp 2023-02-15 15:29:04 +01:00
  • d78c301799 Update to 2023-01-21 Sylvester Hesp 2023-02-15 14:55:27 +01:00
  • 8a77a0cd0f Deploying to gh-pages from @ 56ef15c2b5 🚀 eddyb 2023-02-13 14:19:59 +00:00
  • 56ef15c2b5 Blessed tests Sylvester Hesp 2023-02-13 13:07:53 +01:00