-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v0.20
into warpdotdev/v0.20
#1
Commits on May 18, 2024
-
Clean up weak references to texture views and bind groups (gfx-rs#5595)
* Clean up weak references to texture views * add change to CHANGELOG.md * drop texture view before clean up * cleanup weak ref to bind groups * update changelog * Trim weak backlinks in their holders' triage functions. --------- Co-authored-by: Jim Blandy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0932041 - Browse repository at this point
Copy the full SHA 0932041View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81ac93 - Browse repository at this point
Copy the full SHA c81ac93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f35750 - Browse repository at this point
Copy the full SHA 5f35750View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7842e - Browse repository at this point
Copy the full SHA ae7842eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9331e1d - Browse repository at this point
Copy the full SHA 9331e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8a597 - Browse repository at this point
Copy the full SHA 2c8a597View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1701a1 - Browse repository at this point
Copy the full SHA d1701a1View commit details
Commits on May 26, 2024
-
Fix missing family check flag (gfx-rs#5744)
* fix: missed family check flag * fix: fmt and changelog
Configuration menu - View commit details
-
Copy full SHA for 687180a - Browse repository at this point
Copy the full SHA 687180aView commit details
Commits on Jun 12, 2024
-
[hal/vk] Rework Submission and Surface Synchronization (gfx-rs#5681)
Fix two major synchronization issues in `wgpu_val::vulkan`: - Properly order queue command buffer submissions. Due to Mesa bugs, two semaphores are required even though the Vulkan spec says that only one should be necessary. - Properly manage surface texture acquisition and presentation: - Acquiring a surface texture can return while the presentation engine is still displaying the texture. Applications must wait for a semaphore to be signaled before using the acquired texture. - Presenting a surface texture requires a semaphore to ensure that drawing is complete before presentation occurs. Co-authored-by: Jim Blandy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f1507f - Browse repository at this point
Copy the full SHA 6f1507fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b8876 - Browse repository at this point
Copy the full SHA c8b8876View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 812727d - Browse repository at this point
Copy the full SHA 812727dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 098c56f - Browse repository at this point
Copy the full SHA 098c56fView commit details
Commits on Jun 18, 2024
-
Backport Do not feed &"" to D3DCompile (gfx-rs#5812) to 0.20 (gfx-rs#…
…5831) A recent change by rustc, now in 1.79-stable, makes empty str constants point to the same location: 0x01. This is an optimization of sorts, not stable behavior. Code must not rely on constants having stable addresses nor should it pass &"" to APIs expecting CStrs or NULL addresses. D3DCompile will segfault if you give it such a pointer, or worse: read random garbage addresses! Pass the NULL pointer to D3DCompile if wgpu lacks a decent CString. refs: - https://learn.microsoft.com/en-us/windows/win32/api/d3dcompiler/nf-d3dcompiler-d3dcompile Co-authored-by: Jubilee <[email protected]> Co-authored-by: Jan Hohenheim <[email protected]> Co-authored-by: Brezak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32d21c8 - Browse repository at this point
Copy the full SHA 32d21c8View commit details
Commits on Jun 24, 2024
-
v0.20.2 release for
wgpu
et al., v0.21.1 release for `wgpu-{core,ha……l}` (gfx-rs#5850) Co-authored-by: Nicolas Silva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14a7698 - Browse repository at this point
Copy the full SHA 14a7698View commit details