Re: [blink-dev] Intent to ship: WebGPU: 32-bit float textures blending

2024-10-17 Thread Mike Taylor
LGTM2 On 10/17/24 8:12 AM, Alex Russell wrote: LGTM1 On Thu, Oct 17, 2024, 5:36 PM 'François Beaufort' via blink-dev wrote: Contact emails fbeauf...@google.com Explainer Not all graphics cards and systems have the same capabilitie

[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 Extend Experiment: JavaScript Promise Integration

2024-10-17 Thread Alex Russell
Thanks for all of this. I'm comfortable with the continuation given the breaking change. LGTM On Thu, Oct 17, 2024, 10:36 AM Francis McCabe wrote: > Hi Alex > Some small responses: > > 1. We currently have around 120 OT registrants. We have had some informal > feedback, including from Meet —

[blink-dev] Web-Facing Change PSA: Attribution Reporting API remove aggregation key identifier size limit for trigger registrations

2024-10-17 Thread Nan Lin
Contact emails akashna...@google.com, lin...@chromium.org, johni...@chromium.org Blink component Internals > AttributionReporting Summary Currently the aggregation key identifier length limit ( htt

Re: [blink-dev] Intent to ship: WebGPU: 32-bit float textures blending

2024-10-17 Thread Alex Russell
LGTM1 On Thu, Oct 17, 2024, 5:36 PM 'François Beaufort' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails > > fbeauf...@google.com > > Explainer > > Not all graphics cards and systems have the same capabilities when it > comes to WebGPU. > > To address this, WebGPU has a GPU feature

[blink-dev] Intent to ship: WebGPU: 32-bit float textures blending

2024-10-17 Thread 'François Beaufort' via blink-dev
Contact emails fbeauf...@google.com Explainer Not all graphics cards and systems have the same capabilities when it comes to WebGPU. To address this, WebGPU has a GPU feature system where developers can check if a device supports specific functionalities. We’re introducing a new “float32-blend

[blink-dev] Re: Intent to Experiment: Playout Statistics API for WebAudio

2024-10-17 Thread Alex Russell
The explainer doesn't really show why the code developers have to use today is problematic (or what's impossible), and it's a bad smell for Explainers to lead with IDL. Is it possible to refactor that doc to explain *why* developers want to calculate these statistics? And is there correlation w

[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/

Re: [blink-dev] Intent to Ship: Dialog Toggle Events

2024-10-17 Thread Keith Cirkel
I've filed for a TAG review here: https://github.com/w3ctag/design-reviews/issues/1005 for completeness. On Thu, 17 Oct 2024, at 8:44 AM, Jeffrey Yasskin wrote: > It very nearly falls into the first exception at > https://www.chromium.org/blink/guidelines/api-owners/process-exceptions/ > since

Re: [blink-dev] Intent to Ship: Dialog Toggle Events

2024-10-17 Thread Jeffrey Yasskin
It very nearly falls into the first exception at https://www.chromium.org/blink/guidelines/api-owners/process-exceptions/ since it's shipping in Firefox nightly, and https://github.com/whatwg/html/pull/10091 looks close to merging. On Wed, Oct 16, 2024 at 11:53 PM Keith Cirkel wrote: > It seemed