You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ By @beholdnec in [#8505](https://github.com/gfx-rs/wgpu/pull/8505).
203
203
- Add clip distances validation for `maxInterStageShaderVariables`. By @ErichDonGubler in [#8762](https://github.com/gfx-rs/wgpu/pull/8762). This may break some existing programs, but it compiles with the WebGPU spec.
204
204
- Bring immediates in line with webgpu spec. By @atlv24 in [#9280](https://github.com/gfx-rs/wgpu/pull/9280).
205
205
- Validate `LoadOp` and `StoreOp` are `None` for attachments without corresponding depth or stencil aspect. By @beicause in [#9567](https://github.com/gfx-rs/wgpu/pull/9567).
206
+
- Validate immediate size when using pipeline auto layout is within device limit. By @beicause in [#9725](https://github.com/gfx-rs/wgpu/pull/9725).
206
207
207
208
#### DX12
208
209
@@ -239,6 +240,7 @@ By @beholdnec in [#8505](https://github.com/gfx-rs/wgpu/pull/8505).
239
240
- Fix `packSnorm2x16` and `packUnorm2x16` swap in the GLSL frontend. By @treylutton in [#9675](https://github.com/gfx-rs/wgpu/pull/9675).
240
241
- Fixed WGSL loop-local `var` declarations without explicit initializers so they are zero-initialized each iteration. By @ruihe774 in [#9592](https://github.com/gfx-rs/wgpu/pull/9592).
241
242
- Fix naga `immediate_slots_required` calculation, and it's moved from `FunctionInfo::immediate_slots_required` to `ModuleInfo::get_entry_point_immediate_slots_required`. By @beicause in [#9725](https://github.com/gfx-rs/wgpu/pull/9725).
243
+
- Fix naga panic when immediate size overflow 256 bytes. By @beicause in [#9725](https://github.com/gfx-rs/wgpu/pull/9725).
0 commit comments