Skip to content
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

gapii: Connect under thread suspension. #950

Merged
merged 2 commits into from
Aug 22, 2017

Conversation

ben-clayton
Copy link
Contributor

I believe some traces were failing as we were attempting to connect after we had let threads continue execution. Instead connect while the debugger is still attached.

There's no point dealing with versioning in the connection header at this point, so remove the conditional logic.

ben-clayton and others added 2 commits August 21, 2017 15:58
Attempting to retry tasks is quite a common thing to do, so make a helper for it.
I believe some traces were failing as we were attempting to connect
after we had let threads continue execution. Instead connect while
the debugger is still attached.

There's no point dealing with versioning in the connection header
at this point, so remove the conditional logic.
@ben-clayton ben-clayton merged commit fdbe47b into google:master Aug 22, 2017
@ben-clayton ben-clayton deleted the gapit-trace branch August 22, 2017 15:24
purvisa-at-google-com pushed a commit that referenced this pull request Sep 29, 2022
- Fix VertexInputData and VertexAttributeDivisor
- Make VertexInputData optional(as spec states)
- Add VertexAttributeDivisor to stateRebuilder
- Fix the code around these two changes
- update the sample trace
purvisa-at-google-com pushed a commit that referenced this pull request Sep 29, 2022
The map of divisors is not a dense map. The existing map unpacking
functions require dense maps as documented. This change introduces a new
function that will properly unpack a non-dense map, ignoring the keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants