-
Notifications
You must be signed in to change notification settings - Fork 921
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
Remove the triage suspected machinery and break cycles with weak refs #5910
Merged
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df18fc5 - Browse repository at this point
Copy the full SHA df18fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7675aa1 - Browse repository at this point
Copy the full SHA 7675aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f529af1 - Browse repository at this point
Copy the full SHA f529af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a10ef4 - Browse repository at this point
Copy the full SHA 1a10ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eec33e - Browse repository at this point
Copy the full SHA 0eec33eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 839d469 - Browse repository at this point
Copy the full SHA 839d469View commit details -
add
ActiveSubmission.temp_resources
that contains all temporary res……ources. It's worth noting that `suspected_resources` never contained those resources.
Configuration menu - View commit details
-
Copy full SHA for 1a4675b - Browse repository at this point
Copy the full SHA 1a4675bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a6486 - Browse repository at this point
Copy the full SHA 00a6486View commit details -
Configuration menu - View commit details
-
Copy full SHA for da338bf - Browse repository at this point
Copy the full SHA da338bfView commit details -
remove
PendingWrites.executing_command_buffers
The Vec only ever contained 0 or 1 command buffers. We now acquire an encoder on every submit for pending writes but that's not a problem since those are coming from a pool anyway.
Configuration menu - View commit details
-
Copy full SHA for 725c838 - Browse repository at this point
Copy the full SHA 725c838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2243a61 - Browse repository at this point
Copy the full SHA 2243a61View commit details -
don't check if the buffer is still "present" from the user's perspect…
…ive in `LifetimeTracker.handle_mapping` This change doesn't change behavior as `Global.buffer_drop` already unmaps the buffer.
Configuration menu - View commit details
-
Copy full SHA for 52a89cf - Browse repository at this point
Copy the full SHA 52a89cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2fbf9b - Browse repository at this point
Copy the full SHA d2fbf9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f196a - Browse repository at this point
Copy the full SHA 77f196aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa17ff - Browse repository at this point
Copy the full SHA 7fa17ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3deb5cb - Browse repository at this point
Copy the full SHA 3deb5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c45c2b2 - Browse repository at this point
Copy the full SHA c45c2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3559cd - Browse repository at this point
Copy the full SHA b3559cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae33a88 - Browse repository at this point
Copy the full SHA ae33a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba4498 - Browse repository at this point
Copy the full SHA 7ba4498View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.