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

V3.2.0 #3896

Open
wants to merge 1,218 commits into
base: master
Choose a base branch
from
Open

V3.2.0 #3896

wants to merge 1,218 commits into from

Conversation

purvisa-at-google-com
Copy link
Contributor

No description provided.

rosasco-wk and others added 30 commits October 14, 2021 15:32
* - 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.
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
kocdemir and others added 30 commits August 24, 2022 10:25
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet