-
Notifications
You must be signed in to change notification settings - Fork 328
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
V3.2.0 #3896
Open
purvisa-at-google-com
wants to merge
1,218
commits into
master
Choose a base branch
from
v3.2.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V3.2.0 #3896
Conversation
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
* - Add trace category capability and duration * - Respect duration value if set. * Fix redundant wait * Parse rcs_state to determine if device is viable. * Review pass.
And make it pass again.
Allows users to select what categories to trace for Fuchsia traces.
Implement VK_EXT_blend_operation_advanced
Implement VK_EXT_index_type_uint8
Show two big icons for the different trace modes and add two new capture trace buttons, one for each.
fix access flags
* Modify protected feature and queue queries Protected memory is not currently supported by capture/replay and it is currently unknown if it can be supported. In the meantime, use the spy layer to suppress support for protected memory advertised by the underlying driver. This has to be done by overriding vkGetPhysicalDeviceFeatures2 and vkGetPhysicalDeviceQueueFamilyProperties since protected memory is a core Vulkan 1.1 feature and not an extension. * Swapchain layer surface capabilities 2 Add missing entry point vkGetPhysicalDeviceSurfaceCapabilities2KHR to the virtual swapchain layer intercepts
Calculate size of texture to display in texture list - Added size to the texture proto, calculated based on format - Displays the total size from each depth/layer
When listing the commands for the command tree, support filtering by: Host Commands Begin/End Marker Commands Non Renderpass Commands Sync Commands
Implement Ext custom border color
Until the user presses the "Get Started" button in the first run dialog, automatic update checks should be off.
If the user enables automatic update checks, don't wait for application restart to do a check, but do so immediately.
Allow passing nil for the list of commands to process to MutateWithSubcommands and use the capture's commands as a default if nil is passed. This is the most common use case for this function and avoids having to resolve the capture just to resolve it again.
Re-order the code a bit in GpuProfile and use better error constructor functions when composing errors with a cause.
Maps are passed by reference by default.
- 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
Implement VK_KHR_Multiview
Partial implementation of KHR_buffer_device_address
* Add content view for replayer activity * Fixed copyright msg and cleaned up dup files * Fix copyright year
… boundary selection. (#1182)
* Fix build system and errors for Sunrise code * Change dependency specification
* Update contribution doc Add how to run tests can be run without a phone/GPU. * typo typo
* Invert gapit frame boundary flag for sensible default value * Change help message * fix presubmit
Removes some go_repository rules for things AGI doesn't actually depend on.
- Add build target darmin_arm64 - Update breakpad to be compatible with
- Remove unused variable
- Remove unnecessary Windows patch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.