Pascal Mütschard

Results 11 issues of 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...

bug
P1
GAPIS
triaged

For example by only loading the thumbnails of the items that are visible on screen.

enhancement
performance
GAPIC
triaged
P4

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...

enhancement
GLES
triaged
android
P4

Given a trace with the following tree: ``` - Frame 1 (0-363) - Frame 2 (364-372) - Draw 1 (364-371) - 364: vkWaitForFences - ... - 371: vkQueueSubmit - [371...

bug
GAPIS
Vulkan
triaged

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 ```...

bug
GAPIR
linux
Vulkan
triaged

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...

type: feature request
P3

### 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...

type: feature request
P3
team-Rules-CPP