WebKit Trac
  • Login
  • Preferences
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (191 - 200 of 3373)

← 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 →
[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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — Sep 11, 2017, 3:53:36 PM
← 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple