Pascal Mütschard
Pascal Mütschard
Opening the application selection dialog, I have seen the following happening sometimes. 1. open the dialog 2. it's querying the apps 3. eventually it shows the tree, but all the...
For example by only loading the thumbnails of the items that are visible on screen.
When replaying on the same device we should be able to support binary shaders. We need to - Update the UI's warning - Support serializing the binary shaders in MEC...
Given a trace with the following tree: ``` - Frame 1 (0-363) - Frame 2 (364-372) - Draw 1 (364-371) - 364: vkWaitForFences - ... - 371: vkQueueSubmit - [371...
Capture the `vulkan-smoketest` application from the sdk with ``` gapit trace --capture-frames 3 -api vulkan -workingdir . -out smoketest.gfxtrace /usr/bin/vulkan-smoketest ``` Run a replay of the first frame with ```...
The `.bazelversion` file should allow developers to specify the SHAs of the files downloaded so that we can rest easy knowing that the bazel used by bazelisk is, well, not...
### Description of the problem / feature request: The cc_proto_library is, in essence a cc_library rule and should thus honor the cc_library parameters, such as copts. ### Feature requests: what...