Results (191 - 200 of 3373)
- [222172]: WSL cannot use typedefs of arrays ...
- WSL cannot use typedefs of arrays https://bugs.webkit.org/show_bug.cgi?id=177061 Reviewed by Saam Barati. This test case didn't work before because of a missing visit call in Checker. * WebGPUShadingLanguageRI/Checker.js: (Check ...
- By Sep 18, 2017, 11:57:29 AM —
- [222169]: Figure out how WSL will support field overloads like float4.xz and ...
- Figure out how WSL will support field overloads like float4.xz and friends https://bugs.webkit.org/show_bug.cgi?id=177031 Reviewed by JF Bastien. WSL needs to support getters and setters, so that we can do things like: ...
- By Sep 18, 2017, 11:51:52 AM —
- [222140]: Start working on WSL documentation ...
- Start working on WSL documentation https://bugs.webkit.org/show_bug.cgi?id=177064 Reviewed by Mylex Maxfield. This is a work in progress. I'd like to check it in and then keep adding to it. * WebGPUShadingLanguageRI/WSL.md: Adde ...
- By Sep 17, 2017, 10:05:56 PM —
- [222118]: WSL Evaluator should only allocate EBuffers when dealing with ...
- WSL Evaluator should only allocate EBuffers when dealing with intrinsics https://bugs.webkit.org/show_bug.cgi?id=176973 Reviewed by Myles Maxfield. Whether or not two temporary values share the same EBuffer is ultimately observab ...
- By Sep 15, 2017, 4:48:18 PM —
- [222116]: Rationalize how WSL's operator&[] works ...
- Rationalize how WSL's operator&[] works https://bugs.webkit.org/show_bug.cgi?id=176958 Reviewed by Myles Maxfield. This makes operator&[] work with non-array-ref types. The way this works is that if you do base[index] then we pat ...
- By Sep 15, 2017, 4:44:35 PM —
- [222108]: WSL should support ++, --, +=, and all of those things ...
- WSL should support ++, --, +=, and all of those things https://bugs.webkit.org/show_bug.cgi?id=176975 Reviewed by Myles Maxfield. This adds an internal AST construct called LetExpression, that allows us to anonymously capture a v ...
- By Sep 15, 2017, 1:36:27 PM —
- [222038]: WSL IntLiteralType should become int32 if unified with a type variable ...
- WSL IntLiteralType should become int32 if unified with a type variable https://bugs.webkit.org/show_bug.cgi?id=176707 Reviewed by Myles Maxfield. This makes it so that this works: T foo<T>(T x) { return x; } foo( ...
- By Sep 14, 2017, 11:33:26 AM —
- [222029]: Unreviewed, fix a typo that was preventing a test from running. * ...
- Unreviewed, fix a typo that was preventing a test from running. * WebGPUShadingLanguageRI/Test.js:
- By Sep 14, 2017, 9:56:14 AM —
- [221940]: WSL should allow you to say "protocol Foo : Bar { ... }" ...
- WSL should allow you to say "protocol Foo : Bar { ... }" https://bugs.webkit.org/show_bug.cgi?id=176238 Reviewed by Mylex Maxfield. This makes protocol "subtyping" work. It's not really subtyping. Protocol A inherits protocol B i ...
- By Sep 12, 2017, 3:04:01 PM —
- [221888]: WSL Substitution should probably wrap type variables of substituted ...
- WSL Substitution should probably wrap type variables of substituted types rather than just wrapping the whole type https://bugs.webkit.org/show_bug.cgi?id=176677 Reviewed by Mylex Maxfield. This adds a checker that verifies that ...
- By Sep 11, 2017, 3:53:36 PM —
Note:
See TracSearch
for help on searching.