-
Notifications
You must be signed in to change notification settings - Fork 326
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
Tidy state view #1086
Merged
Merged
Tidy state view #1086
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a9b3c9a
gapis/api: Rename State to GlobalState.
ben-clayton 2ef2b54
gapis/api: Add a string function for api.ID.
ben-clayton 45b7044
gapis/api: Change GlobalState.APIs key from API to ID.
ben-clayton 00d3208
gapis/service/path: Add SetParent(Node) method to Node.
ben-clayton 84f99d3
gapis/service/path: Add HasRoot and ShallowEqual helper functions.
ben-clayton 25c2959
gapis/service/path: Add GlobalState path node.
ben-clayton 6d5ecab
gapis/service/path: Check for boxed nils in validation.
ben-clayton a6e41fa
gapis/service/path: Add path.Transform() helper.
ben-clayton 63c33ff
gapis/service/path: Fix bad path format strings.
ben-clayton f71ccdc
gapis/service/path: Change StateTree.After to StateTree.State.
ben-clayton d1d7b12
gapis/resolve: merge convertMapKey() into convertKey().
ben-clayton 86b69b3
gapis/resolve: Simplify the InternalContext.ID.
ben-clayton 41f8df6
gapis/resolve: Use a better path matching algorithm.
ben-clayton 17d5a0b
gapis/resolve: Implement resolving of GlobalState paths.
ben-clayton 81a501c
gapis/api/gles: Generate a stable context ID.
ben-clayton a22b054
gapic: Standardize and cleanup Paths.
ben-clayton b031899
gapis: Split @hidden into @hidden and @nobox.
ben-clayton 427c4d3
gles: Fix panic when calling ID() with nil context
ben-clayton 4ac56bc
Display the state of currently selected API & context.
ben-clayton a96d586
gapic: Restructure Paths.java.
ben-clayton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo - this is specifically written to handle null selection, which mean deselection.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.