Jim Blandy

Results 456 comments of Jim Blandy

Which versions are affected?

minutes from WGSL committee meeting 2025-10-28 JB: Gather that this was found from CTS. Seems like a bug caused by the default pipeline layout algorithm being too naive. So I...

Since WebGPU is "living spec", my understanding is that: - the committee is free to land new features that the committee has agreed all browsers should implement, and - browsers...

minutes from API committee meeting 2025-10-29 MW: thumbs up KN: There are two things we need to fix in the spec. Kind of ambiguous below. From my comment: 1 Checking...

If @grovesNL is right, we should file a follow-up issue for that. We also need a follow-up to remove the validation that enforces the limit. It should be sufficient to...

Okay - it sounds like I approved this PR without appreciating the issues and alternatives involved. I'm sorry about that. Since this was a problem that Firefox precipitated by updating...

> This didn't seem right to me (the fields shouldn't be read unconditionally, just queried on-demand) so I took a quick look. I think [trunk...grovesNL:wgpu:inter-stage](https://github.com/gfx-rs/wgpu/compare/trunk...grovesNL:wgpu:inter-stage) is all that is needed,...

minutes from WGSL committee meeting 2025-11-17 Spec PR: #5389 CTS PR: #4490 JB: Think we discussed but reached conclusion. Can't return but can put in lets. MW: Thumbs up JP:...

minutes from WGSL committee meeting 2025-10-21 AB: This is the last open issue on the feature. The question of uniformity analysis. Talked and were thinking for uniformity that nothing at...

I think it would be equivalent, but clearer, to have the analysis treat private variables as functions' implicit inputs and outputs. This way the analysis can continue to refer to...