rust-gpu/tests/ui/dis
Sylvester Hesp c3a9b9fd3e
Migration from register_attr to register_tool (#926)
* Accept `#[rust_gpu::spirv()]` attributes rather than `#[spirv()]` in backend
* Implemented `#[spirv(..)]` proc macro attribute for all platforms that conditionally translates to `#[rust_gpu::spirv()]` based on platform
* Changed `SpirvBuilder` to always apply `register_tool(rust_gpu)` attribute to shader crates
* Updated docs
* Added changelog
2022-10-19 09:50:24 +00:00
..
add_two_ints.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
add_two_ints.stderr Emit OpLine instructions (#616) 2021-05-07 08:57:47 +00:00
asm_add_two_ints.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
asm_add_two_ints.stderr rustup update (#840) 2022-01-13 17:27:33 +02:00
asm_op_decorate.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
asm_op_decorate.stderr Add an read_clock_khr function that calls OpReadClockKHR (#757) 2021-10-08 15:56:00 +02:00
asm.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
asm.stderr rustup update (#840) 2022-01-13 17:27:33 +02:00
complex_image_sample_inst.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
complex_image_sample_inst.stderr rustup update (#840) 2022-01-13 17:27:33 +02:00
custom_entry_point.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
custom_entry_point.stderr Add an read_clock_khr function that calls OpReadClockKHR (#757) 2021-10-08 15:56:00 +02:00
entry-pass-mode-cast-array.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
entry-pass-mode-cast-array.stderr Fix tests (#773) 2021-10-25 09:10:29 +00:00
generic-fn-op-name.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
generic-fn-op-name.stderr Renamed spirv-types to spirv-std-types (#904) 2022-08-12 01:49:50 +00:00
index_user_dst.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
index_user_dst.stderr Added a transformation that gets rid of temporary composites. (#690) 2021-08-06 10:52:56 +02:00
issue-373.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
issue-373.stderr tests: adjust for lack of PassMode::{Indirect, Cast}. 2021-10-20 22:13:03 +03:00
issue-723-output.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
issue-723-output.stderr Add an read_clock_khr function that calls OpReadClockKHR (#757) 2021-10-08 15:56:00 +02:00
issue-731.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
issue-731.stderr Fix tests (#773) 2021-10-25 09:10:29 +00:00
pass-mode-cast-struct.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
pass-mode-cast-struct.stderr tests: adjust for lack of PassMode::{Indirect, Cast}. 2021-10-20 22:13:03 +03:00
ptr_copy.normal.stderr Blessed tests 2022-09-21 14:23:11 +03:00
ptr_copy.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
ptr_copy.via_intrinsic.stderr rustup: update to nightly-2021-08-10. 2021-08-10 16:53:28 +03:00
ptr_read_method.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
ptr_read_method.stderr Blessed tests 2022-09-08 13:01:05 +03:00
ptr_read.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
ptr_read.stderr Blessed tests 2022-09-08 13:01:05 +03:00
ptr_write_method.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
ptr_write_method.stderr Blessed tests 2022-09-08 13:01:05 +03:00
ptr_write.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
ptr_write.stderr Blessed tests 2022-09-08 13:01:05 +03:00
target_features.stderr Add support for using target-features for extensions and capabilities (#610) 2021-05-03 11:19:10 +00:00
unroll_loops.rs Migration from register_attr to register_tool (#926) 2022-10-19 09:50:24 +00:00
unroll_loops.stderr rustup: update to nightly-2021-09-29. 2021-09-30 09:26:11 +03:00