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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,6 @@ for message in compilation_info
62
62
63
63
By @stefnotch in [#5410](https://github.com/gfx-rs/wgpu/pull/5410)
64
64
65
-
66
-
67
65
### New features
68
66
69
67
#### General
@@ -78,6 +76,10 @@ By @stefnotch in [#5410](https://github.com/gfx-rs/wgpu/pull/5410)
78
76
79
77
### Bug Fixes
80
78
79
+
#### Vulkan
80
+
81
+
- Fix enablement of subgroup ops extension on Vulkan devices that don't support Vulkan 1.3. By @cwfitzgerald in [#5624](https://github.com/gfx-rs/wgpu/pull/5624).
82
+
81
83
#### GLES / OpenGL
82
84
83
85
- Fix regression on OpenGL (EGL) where non-sRGB still used sRGB [#5642](https://github.com/gfx-rs/wgpu/pull/5642)
0 commit comments