Re: [blink-dev] Re: Intent to Ship: WebGPU: Texture view usage

2024-10-25 Thread Daniel Bratell
LGTM3 /Danel On 2024-10-24 19:48, Mike Taylor wrote: LGTM2 On 10/23/24 12:57 PM, 'Geoff Lang' via blink-dev wrote: On Wednesday, October 23, 2024 at 8:21:22 AM UTC-7 Yoav Weiss wrote: Can y'all flip the review bits for privacy/security/enterprise/testing/debuggability? Done! On W

Re: [blink-dev] Re: Intent to Ship: WebGPU: Texture view usage

2024-10-24 Thread Mike Taylor
LGTM2 On 10/23/24 12:57 PM, 'Geoff Lang' via blink-dev wrote: On Wednesday, October 23, 2024 at 8:21:22 AM UTC-7 Yoav Weiss wrote: Can y'all flip the review bits for privacy/security/enterprise/testing/debuggability? Done! On Wed, Oct 23, 2024 at 11:23 AM Alex Russell wrote:

[blink-dev] Re: Intent to Ship: WebGPU: Texture view usage

2024-10-23 Thread 'Geoff Lang' via blink-dev
On Wednesday, October 23, 2024 at 8:21:22 AM UTC-7 Yoav Weiss wrote: > Can y'all flip the review bits for > privacy/security/enterprise/testing/debuggability? > Done! On Wed, Oct 23, 2024 at 11:23 AM Alex Russell wrote: > Thanks for the explanation, Geoff. We discussed at today's OWNERS meetin

[blink-dev] Re: Intent to Ship: WebGPU: Texture view usage

2024-10-23 Thread Alex Russell
Thanks for the explanation, Geoff. We discussed at today's OWNERS meeting, and with that conversation I'm comfortable with the change. LGTM1 On Wednesday, October 23, 2024 at 8:21:22 AM UTC-7 Yoav Weiss wrote: > Can y'all flip the review bits for > privacy/security/enterprise/testing/debuggabil

[blink-dev] Re: Intent to Ship: WebGPU: Texture view usage

2024-10-23 Thread Yoav Weiss (@Shopify)
Can y'all flip the review bits for privacy/security/enterprise/testing/debuggability? On Thursday, October 17, 2024 at 12:05:03 PM UTC-7 Geoff Lang wrote: > I'll describe a use case that become better/possible: > > The user creates a texture with the 'bgra8unorm' format but as an > additional v

[blink-dev] Re: Intent to Ship: WebGPU: Texture view usage

2024-10-17 Thread 'Geoff Lang' via blink-dev
I'll describe a use case that become better/possible: The user creates a texture with the 'bgra8unorm' format but as an additional view format of 'rgba8unorm-srgb': const texture = device.createTexture({ size: [4, 4], format: 'rgba8unorm', usage: GPUTextureUsage.RENDER_ATTACHMENT | GPUText

[blink-dev] Re: Intent to Ship: WebGPU: Texture view usage

2024-10-17 Thread Alex Russell
Is there a description somewhere of what problem this solves? I'm having trouble grokking why this is useful. Best, Alex On Thursday, October 17, 2024 at 12:54:20 AM UTC+5:30 Chromestatus wrote: > Contact emails geoffl...@google.com > > Explainer None > > Specification > https://github.com/