servo/components/script/dom/bindings
bors-servo 107a29121c
Auto merge of #25793 - szeged:wgpu_compute_pass_encoder_fns, r=jdm
Implement GPUComputePassEncoder functions

Implement the `dispatch`, `endPass`, `setBindGroup`, `setPipeline` functions of `GPUComputePassEncoder`.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes addresses a part of #24706

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
cc @kvark @jdm @zakorgy
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2020-02-19 17:18:29 -05:00
..
codegen Always pass InRealm to GlobalScope::from_context to avoid getting null global 2020-02-16 09:55:10 +09:00
callback.rs Always pass InRealm to GlobalScope::from_context to avoid getting null global 2020-02-16 09:55:10 +09:00
cell.rs Add accountable-refcell as optional build time feature 2020-01-08 09:44:41 +05:30
constant.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
conversions.rs Auto merge of #24694 - servo:rustup, r=jdm 2019-11-09 10:15:30 -05:00
error.rs Always pass InRealm to GlobalScope::from_context to avoid getting null global 2020-02-16 09:55:10 +09:00
guard.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
htmlconstructor.rs Auto merge of #25576 - pshaughn:menuelement, r=jdm 2020-01-25 11:15:32 -05:00
inheritance.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
interface.rs Remove obsolete behavior per heycam/webidl #356 2019-12-22 17:58:26 -05:00
iterable.rs Remove some usage of unsafe code in iterator.rs 2019-08-09 00:02:09 +01:00
mod.rs re-structure blob, structured serialization 2019-12-11 22:46:50 +08:00
namespace.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
num.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
proxyhandler.rs Upgrade to Spidermonkey 67. 2019-06-26 18:10:46 -04:00
record.rs Support WebIDL record<> 2019-10-15 17:14:00 +09:00
refcounted.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00
reflector.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00
root.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00
serializable.rs Add lint check for &DomRoot<T> 2019-12-21 12:44:35 -09:00
settings_stack.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
str.rs Make sure input value=12:30:01 doesn't turn into 12:30:1 2020-02-12 11:50:40 -05:00
structuredclone.rs Always pass InRealm to GlobalScope::from_context to avoid getting null global 2020-02-16 09:55:10 +09:00
trace.rs Implement GPUComputePassEncoder functions 2020-02-19 11:19:59 +01:00
transferable.rs Add lint check for &DomRoot<T> 2019-12-21 12:44:35 -09:00
utils.rs add a generic utility to convert a slice into a frozen array 2020-01-11 22:42:23 +08:00
weakref.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00
xmlname.rs Changed error type on qname, per spec 2020-02-12 17:02:56 -05:00